lsst.obs.base  17.0.1-18-g6c1e41c+1
Public Member Functions | Static Public Attributes | List of all members
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig Class Reference
Inheritance diagram for lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 raws
 
 skymaps
 
 refCats
 
 brightObjectMasks
 
 calibrations
 

Detailed Description

Definition at line 86 of file bootstrapRepo.py.

Member Function Documentation

◆ setDefaults()

def lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoConfig.setDefaults (   self)

Definition at line 105 of file bootstrapRepo.py.

Member Data Documentation

◆ 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: