Skip to content

Commit

Permalink
Set doApplyColorTerms=False for LSSTCam/LSSTComCam
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 18, 2024
1 parent 33959ce commit cc4b74e
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 cc4b74e

Please sign in to comment.