Skip to content

Commit

Permalink
Merge pull request #180 from lsst/tickets/DM-13054
Browse files Browse the repository at this point in the history
DM-13054: Default to using colorterms with jointcal
  • Loading branch information
parejkoj committed Feb 9, 2019
2 parents 4d4c84d + c6c2c26 commit 2bf88c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/hsc/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
filterMapFile = os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "filterMap.py")
config.photometryRefObjLoader.load(filterMapFile)
config.astrometryRefObjLoader.load(filterMapFile)
config.applyColorTerms = True

config.colorterms.load(os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "colorterms.py"))

0 comments on commit 2bf88c5

Please sign in to comment.