Definition at line 44 of file bootstrapRepo.py.
◆ 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: