CalibsParseTask

Python API summary

from lsst.pipe.tasks.ingestCalibs import CalibsParseTask
classCalibsParseTask(config=None, name=None, parentTask=None, log=None)

Task that will parse the filename and/or its contents to get the required information to populate the calibration registry...

attributeconfig

Access configuration fields and retargetable subtasks.

See also

See the CalibsParseTask API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

defaults

Default
{}
Field type
DictField
Key type
str
Value type
str
Default values if header is not present

extnames

Default
[]
Field type
str ListField
Extension names to search for

hdu

Default
-2147483648
Field type
int Field
HDU to read for metadata

translation

Default
{}
Field type
DictField
Key type
str
Value type
str
Translation table for property –> header

translators

Default
{}
Field type
DictField
Key type
str
Value type
str
Properties and name of translator method