Skip to content

Commit

Permalink
Apply no_limit_deblend to reprocessVisitImage
Browse files Browse the repository at this point in the history
Previously, no_limit_deblend gave us the option to turn off
useCiLimits for CalibrateTask. reprocessVisitImage is the new
calibrate with useCiLimits=True in the ci_imsim pipeline
by default
  • Loading branch information
yalsayyad committed Oct 16, 2024
1 parent 058cd54 commit 6217b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin.src/ci_imsim_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def run(self, currentState: BuildState):
"-p", "$DRP_PIPE_DIR/pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml",
"--skip-existing",
"--save-qgraph", os.path.join(self.runner.RunDir, QGRAPH_FILE),
"--config", f"reprocessVisitImage:deblend.useCiLimits={not self.arguments.no_limit_deblend}",
"--config", f"deblend:multibandDeblend.processSingles={self.arguments.process_singles}",
"--config", f"deblend:multibandDeblend.useCiLimits={not self.arguments.no_limit_deblend}",
)
Expand Down

0 comments on commit 6217b2b

Please sign in to comment.