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-21877: Create "marker" Butler dataset for PPDB #232

Merged
merged 1 commit into from
Nov 21, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions policy/HscMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ datasets:
template: config/processFocusSweep.py
apPipe_metadata:
template: '%(pointing)05d/%(filter)s/apPipe_metadata/%(visit)07d-%(ccd)03d.yaml'
apdb_marker:
template: '%(pointing)05d/%(filter)s/apdb/apdb_marker-%(visit)07d-%(ccd)03d.py'
brighterFatterKernel: # NB this is for the new cp_pipe generated kernels
template: calibrations/brighterFatterKernel-%(ccd)03d.pkl
brighterFatterGain:
Expand Down
2 changes: 2 additions & 0 deletions policy/SuprimecamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,5 @@ datasets:
template: config/multiband.py
apPipe_metadata:
template: '%(pointing)05d/%(filter)s/apPipe_metadata/%(visit)07d%(ccd)1d.yaml'
apdb_marker:
template: '%(pointing)05d/%(filter)s/apdb/apdb_marker-%(visit)07d%(ccd)1d.py'