Skip to content

Commit

Permalink
Merge pull request #182 from lsst/tickets/DM-23600
Browse files Browse the repository at this point in the history
Change ComCam calib refCols and ref table.
  • Loading branch information
ktlim committed Feb 22, 2020
2 parents 6561a07 + 9b58ac3 commit 2df1a92
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions policy/comCam/comCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ calibrations:
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
- detector
- raftName
- detectorName
- expId
- dayObs
- seqNum
reference: raw
storage: FitsStorage
tables: bias
template: bias/%(calibDate)s/bias-%(raftName)s-%(detectorName)s-det%(detector)03d_%(calibDate)s.fits
Expand All @@ -97,7 +103,13 @@ calibrations:
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
- detector
- raftName
- detectorName
- expId
- dayObs
- seqNum
reference: raw
storage: FitsStorage
tables: dark
template: dark/%(calibDate)s/dark-%(raftName)s-%(detectorName)s-det%(detector)03d_%(calibDate)s.fits
Expand All @@ -116,7 +128,13 @@ calibrations:
refCols:
- visit
- filter
reference: raw_visit
- detector
- raftName
- detectorName
- expId
- dayObs
- seqNum
reference: raw
storage: FitsStorage
tables: flat
template: flat/%(filter)s/%(calibDate)s/flat_%(filter)s-%(raftName)s-%(detectorName)s-det%(detector)03d_%(calibDate)s.fits
Expand All @@ -135,7 +153,13 @@ calibrations:
refCols:
- visit
- filter
reference: raw_visit
- detector
- raftName
- detectorName
- expId
- dayObs
- seqNum
reference: raw
storage: FitsStorage
tables: flat
template: fringe/%(filter)s/%(calibDate)s/fringe_%(filter)s-%(raftName)s-%(detectorName)s-det%(detector)03d_%(calibDate)s.fits
Expand Down Expand Up @@ -177,10 +201,16 @@ calibrations:
- raftName
- detectorName
obsTimeName: dateObs
reference: raw_visit
refCols:
- visit
- filter
- detector
- raftName
- detectorName
- expId
- dayObs
- seqNum
reference: raw
filter: true
validRange: true
validStartName: validStart
Expand Down

0 comments on commit 2df1a92

Please sign in to comment.