Skip to content

Commit

Permalink
Move most meas_mosaic configuration to that package.
Browse files Browse the repository at this point in the history
Only filterMap (which we can't move) stays here.
  • Loading branch information
TallJimbo committed Jun 1, 2017
1 parent 33becdd commit 35ac42f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/Mosaic.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import os
from lsst.utils import getPackageDir
from lsst.meas.algorithms import LoadIndexedReferenceObjectsTask

config.loadAstrom.retarget(LoadIndexedReferenceObjectsTask)
config.loadAstrom.ref_dataset_name = "ps1_pv3_3pi_20170110"
config.loadAstrom.load(os.path.join(getPackageDir("obs_subaru"), "config", "filterMap.py"))
config.photoCatName = "ps1_pv3_3pi_20170110"

0 comments on commit 35ac42f

Please sign in to comment.