Skip to content

Commit

Permalink
clear HSC jointcal filterMaps before filling them.
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jun 1, 2020
1 parent 2bec7c0 commit 18b1464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/hsc/jointcal.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import os.path

filterMapFile = os.path.join(os.path.dirname(__file__), "filterMap.py")
config.photometryRefObjLoader.filterMap = {}
config.photometryRefObjLoader.load(filterMapFile)
config.astrometryRefObjLoader.filterMap = {}
config.astrometryRefObjLoader.load(filterMapFile)
config.applyColorTerms = True

Expand Down

0 comments on commit 18b1464

Please sign in to comment.