Skip to content

Commit

Permalink
Add config options for decam to explicitly use astrometry_net
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Fang Chiang committed Aug 24, 2017
1 parent 08b6a58 commit 325726f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/decamConfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# use "instcal" exposures from the community pipeline until DecamIsrTask is up to snuff
from lsst.obs.decam.decamNullIsr import DecamNullIsrTask
config.isr.retarget(DecamNullIsrTask)

from lsst.pipe.tasks.setConfigFromEups import setPhotocalConfigFromEups
from lsst.meas.extensions.astrometryNet import LoadAstrometryNetObjectsTask
config.calibrate.astromRefObjLoader.retarget(LoadAstrometryNetObjectsTask)
config.calibrate.photoRefObjLoader.retarget(LoadAstrometryNetObjectsTask)

setPhotocalConfigFromEups(config.calibrate.photoCal)

0 comments on commit 325726f

Please sign in to comment.