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 authored and TallJimbo committed Nov 15, 2024
1 parent 7e29c78 commit 65067e7
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 @@ -92,6 +92,7 @@ def run(self, currentState: BuildState):
"--skip-existing",
"--save-qgraph", os.path.join(self.runner.RunDir, QGRAPH_FILE),
"--config", f"calibrate:deblend.useCiLimits={not self.arguments.no_limit_deblend}",
"--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 65067e7

Please sign in to comment.