Skip to content

Commit

Permalink
Remove no-longer necessary retarget
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Feb 23, 2019
1 parent 95966f5 commit f7f95cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from lsst.utils import getPackageDir
from lsst.obs.cfht.cfhtIsrTask import CfhtIsrTask

from lsst.meas.algorithms import LoadIndexedReferenceObjectsTask
from lsst.meas.astrom import MatchOptimisticBTask

cfhtConfigDir = os.path.join(getPackageDir("obs_cfht"), "config")
Expand All @@ -30,7 +29,6 @@
config.calibrate.photoRefObjLoader,
config.charImage.refObjLoader,
):
refObjLoader.retarget(LoadIndexedReferenceObjectsTask)
refObjLoader.filterMap = {'i2': 'i'}
refObjLoader.ref_dataset_name = "ps1_pv3_3pi_20170110"

Expand Down

0 comments on commit f7f95cc

Please sign in to comment.