diff --git a/config/latiss/measureCoaddSources.py b/config/latiss/measureCoaddSources.py index e741cd6db..497dbb5ee 100644 --- a/config/latiss/measureCoaddSources.py +++ b/config/latiss/measureCoaddSources.py @@ -29,7 +29,9 @@ config.measurement.load(os.path.join(os.path.dirname(__file__), "..", "convolvedFluxes.py")) config.measurement.load(os.path.join(os.path.dirname(__file__), "..", "hsm.py")) config.load(os.path.join(os.path.dirname(__file__), "..", "cmodel.py")) +config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py")) config.connections.refCat = "atlas_refcat2_20220201" -config.doWriteMatchesDenormalized = True +config.doMatchSources = False +config.doWriteMatchesDenormalized = False