diff --git a/config/comCam/measureCoaddSources.py b/config/comCam/measureCoaddSources.py deleted file mode 100644 index c21bd20a8..000000000 --- a/config/comCam/measureCoaddSources.py +++ /dev/null @@ -1,3 +0,0 @@ -import os.path - -config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py")) diff --git a/config/comCamSim/measureCoaddSources.py b/config/comCamSim/measureCoaddSources.py deleted file mode 100644 index 7760ef7ea..000000000 --- a/config/comCamSim/measureCoaddSources.py +++ /dev/null @@ -1,4 +0,0 @@ -import os.path - -config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py")) -config.connections.refCat = "uw_stars_20240524" diff --git a/config/imsim/measureCoaddSources.py b/config/imsim/measureCoaddSources.py deleted file mode 100644 index 51c80820c..000000000 --- a/config/imsim/measureCoaddSources.py +++ /dev/null @@ -1,4 +0,0 @@ -import os.path - -config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py")) -config.connections.refCat = "cal_ref_cat_2_2" diff --git a/config/latiss/measureCoaddSources.py b/config/latiss/measureCoaddSources.py index 497dbb5ee..14c8d208c 100644 --- a/config/latiss/measureCoaddSources.py +++ b/config/latiss/measureCoaddSources.py @@ -29,9 +29,3 @@ 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.doMatchSources = False -config.doWriteMatchesDenormalized = False diff --git a/config/lsstCam/measureCoaddSources.py b/config/lsstCam/measureCoaddSources.py deleted file mode 100644 index c21bd20a8..000000000 --- a/config/lsstCam/measureCoaddSources.py +++ /dev/null @@ -1,3 +0,0 @@ -import os.path - -config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py")) diff --git a/config/measureCoaddSources.py b/config/measureCoaddSources.py index f2f1fb6d9..f769f0e5e 100644 --- a/config/measureCoaddSources.py +++ b/config/measureCoaddSources.py @@ -28,6 +28,4 @@ config.measurement.load(os.path.join(os.path.dirname(__file__), "hsm.py")) config.load(os.path.join(os.path.dirname(__file__), "cmodel.py")) -config.doWriteMatchesDenormalized = True -config.connections.refCat = "the_monster_20240904" config.measurement.plugins.names |= ["base_InputCount"]