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-16294: clean up dataset type definitions #95

Merged
merged 2 commits into from
Oct 25, 2018
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
14 changes: 0 additions & 14 deletions policy/DecamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ datasets:
template: config/deep_assembleCoadd.py
deep_safeClipAssembleCoadd_metadata:
template: deepCoadd/%(filter)s/%(tract)d/%(patch)s/assembleCoaddMD.yaml
deepCoadd_measMatch:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatch-%(filter)s-%(tract)d-%(patch)s.fits
dcrCoadd_measMatchFull:
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/srcMatchFull-%(filter)s%(subfilter)s-%(tract)d-%(patch)s.fits
detectCoaddSources_config:
Expand All @@ -253,22 +251,10 @@ datasets:
template: deepDiff/v%(visit)d/diaSrc-%(ccdnum)02d.fits
deepDiff_kernelSrc:
template: deepDiff/v%(visit)d/kernelSrc-%(ccdnum)02d.fits
singleFrameDriver_metadata:
persistable: PropertySet
python: lsst.daf.base.PropertySet
storage: YamlStorage
tables:
- raw
- raw_visit
template: '%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.yaml'
dcrCoadd_measMatch:
template: dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/srcMatch-%(filter)s%(subfilter)s-%(tract)d-%(patch)s.fits
deepCoadd_measMatchFull:
template: deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatchFull-%(filter)s-%(tract)d-%(patch)s.fits
dcrCoadd_forced_src:
template: dcrCoadd-results/%(filter)s/%(tract)d/%(patch)s/forced-%(filter)s-%(tract)d-%(patch)s.fits
dcrCoadd_forced_config:
template: config/dcrCoadd_forced.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dcrCoadd_measMatch, dcrCoadd_forced_src, and dcrCoadd_forced_metadata should also be deleted.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dcrCoadd_measMatchFull, too? What's there for that now is not obviously wrong, but it seems unnecessarily different from what's in obs_base:

obs_decam:

dcrCoadd-results/%(filter)s%(subfilter)s/%(tract)d/%(patch)s/srcMatchFull-%(filter)s%(subfilter)s-%(tract)d-%(patch)s.fits

obs_base:

dcrCoadd-results/%(filter)s%(subfilter)dof%(numSubfilters)d/%(tract)d/%(patch)s/srcMatchFull-%(filter)s%(subfilter)dof%(numSubfilters)d-%(tract)d-%(patch)s.fits

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, dcrCoadd_measMatchFull should go too. Sorry I missed it!

dcrCoadd_forced_metadata:
template: dcrCoadd_forced_metadata/%(filter)s/%(tract)d/%(patch)s.yaml
dcrDiff_metadata:
Expand Down