From d6c5e7f13a5c3bbd7c943117f68a9ef2d8b23e27 Mon Sep 17 00:00:00 2001 From: John Parejko Date: Tue, 17 Sep 2024 10:58:50 -0700 Subject: [PATCH] Don't use ci limits in calibrateImage This is unnecessary, as there are many fewer detections. --- bin.src/ci_imsim_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin.src/ci_imsim_run.py b/bin.src/ci_imsim_run.py index 689f714..74b6662 100644 --- a/bin.src/ci_imsim_run.py +++ b/bin.src/ci_imsim_run.py @@ -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}", )