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

Static Public Attributes

 datasetTypeName
 
 collection
 
 skyMap
 

Detailed Description

Definition at line 44 of file bootstrapRepo.py.

Member Data Documentation

◆ collection

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoSkyMapConfig.collection
static
Initial value:
= Field(("Butler collection the SkyMap instance should be written to. If None, the "
"collection used to initialize the butler will be used."),
dtype=str, default="skymaps", optional=True)

Definition at line 48 of file bootstrapRepo.py.

◆ datasetTypeName

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoSkyMapConfig.datasetTypeName
static
Initial value:
= Field(("DatasetType used to write the SkyMap instance. If None, the instance will "
"not be written, and only the Registry will be modified."),
dtype=str, default="deepCoadd_skyMap", optional=True)

Definition at line 45 of file bootstrapRepo.py.

◆ skyMap

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoSkyMapConfig.skyMap
static
Initial value:
= skyMapRegistry.makeField(
doc="Type and parameters for the SkyMap itself.",
default="dodeca",
)

Definition at line 51 of file bootstrapRepo.py.


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