Definition at line 160 of file ingest.py.
◆ instrument
lsst.obs.base.ingest.RawIngestConfig.instrument |
|
static |
Initial value:= Field(
doc=("Fully-qualified Python name of the `Instrument` subclass to "
"associate with all raws."),
dtype=str,
optional=False,
default=None,
)
Definition at line 167 of file ingest.py.
◆ padRegionAmount
lsst.obs.base.ingest.RawIngestConfig.padRegionAmount |
|
static |
Initial value:= Field(
dtype=int,
default=0,
doc="Pad an image with specified number of pixels before calculating region"
)
Definition at line 162 of file ingest.py.
◆ transfer
The documentation for this class was generated from the following file: