Definition at line 86 of file bootstrapRepo.py.
◆ setDefaults()
def lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.setDefaults |
( |
|
self | ) |
|
◆ brightObjectMasks
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.brightObjectMasks |
|
static |
Initial value:= ConfigField(doc="Configuration for ingesting brightObjectMask files.",
dtype=BootstrapRepoBrightObjectMasksConfig)
Definition at line 100 of file bootstrapRepo.py.
◆ calibrations
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.calibrations |
|
static |
Initial value:= ConfigField(doc="Configuration for ingesting and creating master calibration products.",
dtype=BootstrapRepoGenericIngestConfig)
Definition at line 102 of file bootstrapRepo.py.
◆ raws
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.raws |
|
static |
Initial value:= ConfigurableField(target=RawIngestTask,
doc=("Configuration for subtask responsible for ingesting raws and adding "
"visit and exposure dimension entries."))
Definition at line 87 of file bootstrapRepo.py.
◆ refCats
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.refCats |
|
static |
Initial value:= ConfigDictField(doc=("Reference catalogs to ingest into the repo, keyed by their subdirectory "
"within the overall reference catalog root."),
keytype=str,
itemtype=BootstrapRepoRefCatConfig,
default={})
Definition at line 95 of file bootstrapRepo.py.
◆ skymaps
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.skymaps |
|
static |
Initial value:= ConfigDictField(doc=("SkyMap definitions to register and ingest into the repo, keyed by "
"skymap dimension name."),
keytype=str,
itemtype=BootstrapRepoSkyMapConfig,
default={})
Definition at line 90 of file bootstrapRepo.py.
The documentation for this class was generated from the following file: