Skip to content

Commit

Permalink
Merge pull request #171 from lsst/tickets/DM-23397
Browse files Browse the repository at this point in the history
Remove refCols from mapper policies.
  • Loading branch information
ktlim committed Feb 7, 2020
2 parents 3a1ca26 + 7ef6c1a commit 7b86054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
13 changes: 0 additions & 13 deletions policy/comCam/comCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
storage: FitsStorage
tables: bias
Expand All @@ -95,8 +93,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
storage: FitsStorage
tables: dark
Expand All @@ -113,9 +109,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
- filter
reference: raw_visit
storage: FitsStorage
tables: flat
Expand All @@ -132,9 +125,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
- filter
reference: raw_visit
storage: FitsStorage
tables: flat
Expand Down Expand Up @@ -178,9 +168,6 @@ calibrations:
- detectorName
obsTimeName: dateObs
reference: raw_visit
refCols:
- visit
- filter
filter: true
validRange: true
validStartName: validStart
Expand Down
20 changes: 2 additions & 18 deletions policy/lsstCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ calibrations:
qe_curve:
columns:
- detector
- calibDate
- dateObs
level: Ccd
obsTimeName: dateObs
persistable: BaseCatalog
python: lsst.meas.algorithms.simple_curve.Curve
refCols:
- visit
storage: FitsCatalogStorage
tables: qe_curve
template: qe_curve/%(calibDate)s/qe_curve-%(calibDate)s-%(raftName)s-%(detectorName)s.fits
Expand All @@ -99,8 +98,6 @@ calibrations:
obsTimeName: dateObs
persistable: DefectsList
python: lsst.meas.algorithms.Defects
refCols:
- visit
reference: raw_visit
storage: FitsStorage
tables: defects
Expand All @@ -117,8 +114,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
storage: FitsStorage
tables: bias
Expand All @@ -133,8 +128,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
reference: raw_visit
storage: FitsStorage
tables: dark
Expand All @@ -151,9 +144,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
- filter
reference: raw_visit
storage: FitsStorage
tables: flat
Expand All @@ -170,9 +160,6 @@ calibrations:
obsTimeName: dateObs
persistable: ExposureF
python: lsst.afw.image.ExposureF
refCols:
- visit
- filter
reference: raw_visit
storage: FitsStorage
tables: flat
Expand Down Expand Up @@ -216,9 +203,6 @@ calibrations:
- detectorName
obsTimeName: dateObs
reference: raw_visit
refCols:
- visit
- filter
filter: true
validRange: true
validStartName: validStart
Expand Down

0 comments on commit 7b86054

Please sign in to comment.