lsst.obs.base  19.0.0-8-g608b899+3
Static Public Attributes | List of all members
lsst.obs.base.ingest.RawIngestConfig Class Reference
Inheritance diagram for lsst.obs.base.ingest.RawIngestConfig:

Static Public Attributes

 transfer = makeTransferChoiceField()
 
 padRegionAmount
 
 instrument
 

Detailed Description

Definition at line 144 of file ingest.py.

Member Data Documentation

◆ 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 151 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 146 of file ingest.py.

◆ transfer

lsst.obs.base.ingest.RawIngestConfig.transfer = makeTransferChoiceField()
static

Definition at line 145 of file ingest.py.


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