Skip to content

Commit

Permalink
Add datasets for MeasureCrosstalkTask.
Browse files Browse the repository at this point in the history
These were being dropped previously, which is not what we want in the
future.
  • Loading branch information
czwa committed Jul 17, 2020
1 parent 8c202bc commit 75ddb93
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1520,3 +1520,23 @@ matchedVisitMetrics_config:
storage: ConfigStorage
python: lsst.validate.drp.matchedVisitMetricsTask.MatchedVisitMetricsConfig
template: config/matchedVisitMetrics.py
measureCrosstalk_config:
description: "Configuration for MeasureCrosstalkTask."
persistable: Config
storage: ConfigStorage
python: lsst.cp.pipe.measureCrosstalk.MeasureCrosstalkConfig
template: config/measureCrosstalk.py
measureCrosstalk_metadata:
description: "Metadata for MeasureCrosstalkTask."
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
tables: raw
template: ''
crosstalkCalib:
description: "Crosstalk calibration."
persistable: ignored
python: lsst.ip.isr.crosstalk.CrosstalkCalib
storage: YamlStorage
tables: raw
template: ''

0 comments on commit 75ddb93

Please sign in to comment.