SquashMetadataTask¶
SquashMetadataTask modifies a Job object to contain metadata that is required for SQuaSH upload.
It is both the default for the lsst.verify.gen2tasks.metricsControllerTask.MetricsControllerConfig.metadataAdder subtask and its reference implementation.
Processing summary¶
SquashMetadataTask currently adds the following metadata:
- "instrument": the name of the instrument that took the data
- the individual keys of the provided data ID (each Jobproduced byMetricsControllerTaskis associated with one data ID, which may be partial)
Python API summary¶
from lsst.verify.gen2tasks.metadataTask import SquashMetadataTask
- 
classSquashMetadataTask
- A Task for adding SQuaSH-required metadata to a Job - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the SquashMetadataTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
No configuration fields.