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

DM-25470: Define better Gen2 path template for raw images in obs_lsst #229

Merged
merged 19 commits into from
Jul 14, 2020
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions policy/lsstCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exposures:
python: lsst.daf.base.PropertyList
storage: FitsStorage
tables: raw
template: raw/%(run)s/%(raftName)s/%(expId)013d-%(raftName)s-%(detectorName)s-det%(detector)03d.fits[0]
template: raw/%(dayObs)s/%(expId)d/%(expId)013d-%(raftName)s-%(detectorName)s-det%(detector)03d.fits[0]
raw:
assembler: lsst.obs.lsst.lsstCamMapper.assemble_raw
python: lsst.afw.image.DecoratedImageF
Expand All @@ -58,7 +58,7 @@ exposures:
python: lsst.afw.image.DecoratedImageF
storage: FitsStorage
tables: raw
template: raw/%(run)s/%(raftName)s/%(expId)013d-%(raftName)s-%(detectorName)s-det%(detector)03d.fits[%(channel)d]
template: raw/%(dayObs)s/%(expId)d/%(expId)013d-%(raftName)s-%(detectorName)s-det%(detector)03d.fits[%(channel)d]
postISRCCD:
template: postISRCCD/%(expId)013d-%(filter)s/%(raftName)s/postISRCCD_%(expId)013d-%(filter)s-%(raftName)s-%(detectorName)s-det%(detector)03d.fits
postISRCCD_uninterpolated:
Expand Down