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 d6c5e7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin.src/ci_imsim_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ 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"deblend:multibandDeblend.processSingles={self.arguments.process_singles}",
"--config", f"deblend:multibandDeblend.useCiLimits={not self.arguments.no_limit_deblend}",
)
Expand Down

0 comments on commit d6c5e7f

Please sign in to comment.