Skip to content

Commit

Permalink
Merge branch 'tickets/DM-2792'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Sep 4, 2015
2 parents 02b1bae + da27365 commit 4ae362c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions config/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
config.calibrate.measurePsf.psfDeterminer.name = "pca"

# Astrometry
from lsst.meas.astrom import AstrometryTask
config.calibrate.astrometry.retarget(AstrometryTask)
config.calibrate.astrometry.refObjLoader.filterMap = {
'B': 'g',
'V': 'r',
Expand Down
1 change: 0 additions & 1 deletion config/processStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

# Astrometry (just use meas_astrom since we just need to match, not solve)
config.calibrate.astrometry.forceKnownWcs = True
config.calibrate.astrometry.solver.calculateSip = False

# Enable deblender
config.measurement.doReplaceWithNoise = True
Expand Down

0 comments on commit 4ae362c

Please sign in to comment.