Skip to content

Commit

Permalink
MegacamMapper: add srcMatchFull, deepCoadd_measMatchFull
Browse files Browse the repository at this point in the history
The denormalized matches filesets are more convenient to read.
Activating them requires configuration changes in the appropriate Task.
  • Loading branch information
PaulPrice committed Mar 23, 2017
1 parent 15eac20 commit f1dfd94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions policy/MegacamMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ datasets: {
srcMatch: {
template: "srcMatch/%(runId)s/%(object)s/%(date)s/%(filter)s/SRCMATCH-%(visit)d-%(ccd)02d.fits"
}
srcMatchFull: {
template: "srcMatch/%(runId)s/%(object)s/%(date)s/%(filter)s/SRCMATCHFULL-%(visit)d-%(ccd)02d.fits"
}
icSrc: {
template: "icSrc/%(runId)s/%(object)s/%(date)s/%(filter)s/ICSRC-%(visit)d-%(ccd)02d.fits"
}
Expand Down Expand Up @@ -227,6 +230,9 @@ datasets: {
deepCoadd_measMatch: {
template: "deepCoadd-results/%(filter)s/%(tract)d/%(patch)s/srcMatch-%(filter)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"
}
forced_src: {
template: "forced/%(runId)s/%(object)s/%(date)s/%(filter)s/%(tract)d/FORCEDSRC-%(visit)d-%(ccd)02d.fits"
}
Expand Down

0 comments on commit f1dfd94

Please sign in to comment.