From c48894b2c27a7b01ff7c362fc45b599462af0378 Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Thu, 10 Oct 2024 14:14:47 -0700 Subject: [PATCH] Pass through `phase_linking.output_reference_idx` to avoid reference resets --- src/dolphin/workflows/wrapped_phase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphin/workflows/wrapped_phase.py b/src/dolphin/workflows/wrapped_phase.py index 3fa38bb8..16b9eb5c 100644 --- a/src/dolphin/workflows/wrapped_phase.py +++ b/src/dolphin/workflows/wrapped_phase.py @@ -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,