Skip to content

Commit

Permalink
Merge pull request #586 from lsst/tickets/DM-47796
Browse files Browse the repository at this point in the history
DM-47796: Remove configuration for now-disabled object-refcat matching.
  • Loading branch information
TallJimbo authored Dec 2, 2024
2 parents 66e634d + e70b606 commit 49d340b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions config/comCam/measureCoaddSources.py

This file was deleted.

4 changes: 0 additions & 4 deletions config/comCamSim/measureCoaddSources.py

This file was deleted.

4 changes: 0 additions & 4 deletions config/imsim/measureCoaddSources.py

This file was deleted.

6 changes: 0 additions & 6 deletions config/latiss/measureCoaddSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions config/lsstCam/measureCoaddSources.py

This file was deleted.

2 changes: 0 additions & 2 deletions config/measureCoaddSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 49d340b

Please sign in to comment.