Skip to content

Commit

Permalink
Add datasets for PTC task
Browse files Browse the repository at this point in the history
Fix typo in datasets.yaml

Added another template for PTC output data

Renamed gain and noise output data product
  • Loading branch information
mfisherlevine authored and plazas committed Sep 21, 2019
1 parent b5d19ff commit 42047f5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,32 @@ findDefects_metadata:
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: findDefects_metadata/%(detector)03d.yaml
measurePhotonTransferCurve_config:
description: "Configuration for the photon transfer curve measurement task."
persistable: Config
python: lsst.cp.pipe.ptc.MeasurePhotonTransferCurveTaskConfig
storage: ConfigStorage
tables:
- raw
template: config/measurePhotonTransferCurve.py
measurePhotonTransferCurve_metadata:
description: "Metadata for the photon transfer curve measurement task."
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: ''
measurePhotonTransferCurveGainAndNoise:
description: "Persisted output data (gain and noise) from the MeasurePhotonTransferCurveTask"
persistable: ignored
python: lsst.cp.pipe.ptc.PtcDataset
storage: PickleStorage
template: ''
measurePhotonTransferCurveDatasetAll:
description: "Persisted output data from the MeasurePhotonTransferCurveTask"
persistable: ignored
python: lsst.cp.pipe.ptc.PtcDataset
storage: PickleStorage
template: ''
cpPipePlotRoot:
description: "A dataset for the root path for cp_pipe plots"
persistable: ignored
Expand Down

0 comments on commit 42047f5

Please sign in to comment.