ParseTask¶
Python API summary¶
from lsst.pipe.tasks.ingest import ParseTask
-
class
ParseTask
(config=None, name=None, parentTask=None, log=None) Task that will parse the filename and/or its contents to get the required information for putting the file in the correct location and populating the registry
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the ParseTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
defaults¶
Default values if header is not present
extnames¶
Extension names to search for
hdu¶
HDU to read for metadata
translation¶
Translation table for property –> header
translators¶
Properties and name of translator method