Skip to content

Commit

Permalink
Pass through phase_linking.output_reference_idx to avoid reference …
Browse files Browse the repository at this point in the history
…resets (#445)
  • Loading branch information
scottstanie authored Oct 10, 2024
1 parent 3df9ba1 commit 6802001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dolphin/workflows/wrapped_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def run(
slc_vrt_stack=vrt_stack,
output_folder=pl_path,
ministack_size=cfg.phase_linking.ministack_size,
output_reference_idx=cfg.phase_linking.output_reference_idx,
new_compressed_reference_idx=new_compressed_slc_reference_idx,
half_window=cfg.phase_linking.half_window.model_dump(),
strides=strides,
Expand Down

0 comments on commit 6802001

Please sign in to comment.