From 193c427e2725777a558037f3f4cdb117f3d071ff Mon Sep 17 00:00:00 2001 From: Audrey Budlong Date: Mon, 16 Dec 2024 17:35:55 -0800 Subject: [PATCH] fixup --- python/lsst/pipe/tasks/calibrate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/lsst/pipe/tasks/calibrate.py b/python/lsst/pipe/tasks/calibrate.py index 307c701f3..fb74afb5e 100644 --- a/python/lsst/pipe/tasks/calibrate.py +++ b/python/lsst/pipe/tasks/calibrate.py @@ -360,8 +360,6 @@ def setDefaults(self): self.astromRefObjLoader.anyFilterMapsToThis = "phot_g_mean" # The photoRefCat connection is the name to use for the colorterms. self.photoCal.photoCatName = self.connections.photoRefCat - # self.photoCal.match.sourceSelection.signalToNoise.fluxField = "slot_CalibFlux_instFlux" - # self.photoCal.match.sourceSelection.signalToNoise.errField = "slot_CalibFlux_instFluxErr" self.normalizedCalibrationFlux.do_measure_ap_corr = False self.measurement.algorithms["base_CompensatedTophatFlux"].apertures = [12]