Skip to content

Commit

Permalink
Merge branch 'tickets/DM-24760'
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jul 27, 2020
2 parents 52834e7 + e1299b7 commit 8ce909b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions policy/datasets.yaml
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 8ce909b

Please sign in to comment.