lsst.pipe.tasks  21.0.0-46-g880d6fab+d14224996b
Static Public Attributes | List of all members
lsst.pipe.tasks.ingest.ParseConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingest.ParseConfig:

Static Public Attributes

 translation
 
 translators
 
 defaults
 
 hdu = Field(dtype=int, default=DEFAULT_HDU, doc="HDU to read for metadata")
 
 extnames = ListField(dtype=str, default=[], doc="Extension names to search for")
 

Detailed Description

Configuration for ParseTask

Definition at line 55 of file ingest.py.

Member Data Documentation

◆ defaults

lsst.pipe.tasks.ingest.ParseConfig.defaults
static
Initial value:
= DictField(keytype=str, itemtype=str, default={},
doc="Default values if header is not present")

Definition at line 61 of file ingest.py.

◆ extnames

lsst.pipe.tasks.ingest.ParseConfig.extnames = ListField(dtype=str, default=[], doc="Extension names to search for")
static

Definition at line 64 of file ingest.py.

◆ hdu

lsst.pipe.tasks.ingest.ParseConfig.hdu = Field(dtype=int, default=DEFAULT_HDU, doc="HDU to read for metadata")
static

Definition at line 63 of file ingest.py.

◆ translation

lsst.pipe.tasks.ingest.ParseConfig.translation
static
Initial value:
= DictField(keytype=str, itemtype=str, default={},
doc="Translation table for property --> header")

Definition at line 57 of file ingest.py.

◆ translators

lsst.pipe.tasks.ingest.ParseConfig.translators
static
Initial value:
= DictField(keytype=str, itemtype=str, default={},
doc="Properties and name of translator method")

Definition at line 59 of file ingest.py.


The documentation for this class was generated from the following file: