Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23616'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Mar 26, 2020
2 parents 20ca293 + 982e4ff commit 90fac64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/apPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

decamConfigDir = os.path.join(getPackageDir('obs_decam'), 'config')

# Use Community Pipeline calibration products instead of the defaults
config.ccdProcessor.load(os.path.join(decamConfigDir, "processCcdCpIsr.py"))
config.ccdProcessor.load(os.path.join(decamConfigDir, "processCcd.py"))

# Use gaia for astrometry (phot_g_mean_mag is only available DR1 filter)
# Use pan-starrs for photometry (grizy filters)
Expand Down

0 comments on commit 90fac64

Please sign in to comment.