Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Psf-Matched Coadd and TempExps as independent exposure types #19

Merged
merged 2 commits into from
May 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 15 additions & 2 deletions policy/exposures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ deepCoadd:
python: lsst.afw.image.ExposureF
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s.fits
level: Skytile
deepCoaddPsfMatched:
persistable: ExposureF
storage: FitsStorage
python: lsst.afw.image.ExposureF
template: deepCoadd/%(filter)s/%(tract)d/psfMatched-%(patch)s.fits
level: Skytile
deepCoadd_calexp:
persistable: ExposureF
storage: FitsStorage
Expand All @@ -24,7 +30,14 @@ deepDiff_matchedExp:
storage: FitsStorage
level: Ccd
tables: 'raw'
deepCoadd_tempExp:
deepCoadd_directWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
storage: FitsStorage
level: Skytile
tables: 'raw'
deepCoadd_psfMatchedWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
Expand Down Expand Up @@ -78,7 +91,7 @@ dcrCoadd_calexp:
python: lsst.afw.image.ExposureF
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/calexp-%(filter)s-%(tract)d-%(patch)s.fits
level: None
dcrCoadd_tempExp:
dcrCoadd_directWarp:
template: ''
python: lsst.afw.image.ExposureF
persistable: ExposureF
Expand Down