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
-
class
(config=None, name=None, parentTask=None, log=None)SquashMetadataTask A Task for adding SQuaSH-required metadata to a Job
...
-
attribute
config 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.