Skip to content

Commit

Permalink
Merge branch 'tickets/DM-46327'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 18, 2024
2 parents 33959ce + cc4b74e commit eeeff95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/comCam/analysisToolsPhotometricCatalogMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

configDir = os.path.dirname(__file__)
config.referenceCatalogLoader.refObjLoader.load(os.path.join(configDir, "filterMap.py"))
config.referenceCatalogLoader.doApplyColorTerms = False

config.connections.refCatalog = "atlas_refcat2_20220201"
1 change: 1 addition & 0 deletions config/comCam/analysisToolsPhotometricCatalogMatchVisit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
config.referenceCatalogLoader.refObjLoader.load(os.path.join(configDir, "filterMap.py"))

config.connections.refCatalog = "atlas_refcat2_20220201"
config.referenceCatalogLoader.doApplyColorTerms = False
1 change: 1 addition & 0 deletions config/lsstCam/analysisToolsPhotometricCatalogMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

configDir = os.path.dirname(__file__)
config.referenceCatalogLoader.refObjLoader.load(os.path.join(configDir, "filterMap.py"))
config.referenceCatalogLoader.doApplyColorTerms = False

config.connections.refCatalog = "atlas_refcat2_20220201"
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
config.referenceCatalogLoader.refObjLoader.load(os.path.join(configDir, "filterMap.py"))

config.connections.refCatalog = "atlas_refcat2_20220201"
config.referenceCatalogLoader.doApplyColorTerms = False

0 comments on commit eeeff95

Please sign in to comment.