Skip to content

Commit

Permalink
Don't use ci limits in calibrateImage
Browse files Browse the repository at this point in the history
This is unnecessary, as there are many fewer detections.
  • Loading branch information
parejkoj committed Sep 17, 2024
1 parent d86a81b commit e676d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.src/ci_imsim_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +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"calibrateImage:star_deblend.useCiLimits={not self.arguments.no_limit_deblend}",
# "--config", f"calibrateImage:star_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 e676d05

Please sign in to comment.