|
ConfigurableField | parse = ConfigurableField(target=ParseTask, doc="File parsing") |
|
ConfigurableField | register = ConfigurableField(target=RegisterTask, doc="Registry entry") |
|
Field | allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?") |
|
Field | clobber = Field(dtype=bool, default=False, doc="Clobber existing file?") |
|
Configuration for IngestTask
Definition at line 391 of file ingest.py.
◆ allowError
Field lsst.pipe.tasks.ingest.IngestConfig.allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?") |
|
static |
◆ clobber
Field lsst.pipe.tasks.ingest.IngestConfig.clobber = Field(dtype=bool, default=False, doc="Clobber existing file?") |
|
static |
◆ parse
ConfigurableField lsst.pipe.tasks.ingest.IngestConfig.parse = ConfigurableField(target=ParseTask, doc="File parsing") |
|
static |
◆ register
ConfigurableField lsst.pipe.tasks.ingest.IngestConfig.register = ConfigurableField(target=RegisterTask, doc="Registry entry") |
|
static |
The documentation for this class was generated from the following file: