Skip to content

Commit

Permalink
Add measureCoaddSources.py for LSSTCam and ComCam
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 7, 2024
1 parent 403d3ac commit bb2b603
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/comCam/measureCoaddSources.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""comCam-specific overrides for MeasureMergedCoaddSourcesTask"""

import os.path

config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py"))
config.connections.refCat = "atlas_refcat2_20220201"
6 changes: 6 additions & 0 deletions config/lsstCam/measureCoaddSources.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""LSSTCam-specific overrides for MeasureMergedCoaddSourcesTask"""

import os.path

config.match.refObjLoader.load(os.path.join(os.path.dirname(__file__), "filterMap.py"))
config.connections.refCat = "atlas_refcat2_20220201"

0 comments on commit bb2b603

Please sign in to comment.