Skip to content

Commit

Permalink
config: activate external calibs for forcedPhotCcd
Browse files Browse the repository at this point in the history
We want the best calibrations when we do forced photometry.
  • Loading branch information
PaulPrice committed Feb 4, 2020
1 parent 0912987 commit a14a978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/hsc/forcedPhotCcd.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os.path
from lsst.utils import getPackageDir

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

0 comments on commit a14a978

Please sign in to comment.