Skip to content

Commit

Permalink
Merge pull request #499 from lsst/tickets/DM-42154
Browse files Browse the repository at this point in the history
DM-42154: Add config overrides for LATISS multiband to turn off refcat matching.
  • Loading branch information
erykoff authored Feb 13, 2024
2 parents fe987df + 26d0ca9 commit 3a8c486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/latiss/measureCoaddSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a8c486

Please sign in to comment.