Definition at line 57 of file bootstrapRepo.py.
◆ collection
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig.collection |
|
static |
Initial value:= Field(("Butler collection the reference catalog should be written to. If None, the "
"collection used to initialize the butler will be used. May also be a string with "
"the format placeholder '{name}', which will be replaced with the reference "
"catalog name (i.e. the key of the configuration dictionary,"),
dtype=str, default="refcats/{name}", optional=True)
Definition at line 63 of file bootstrapRepo.py.
◆ datasetTypeName
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig.datasetTypeName |
|
static |
Initial value:= Field(("DatasetType used to write the catalog shards.."),
dtype=str, default="ref_cat")
Definition at line 58 of file bootstrapRepo.py.
◆ filterByRawRegions
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig.filterByRawRegions |
|
static |
Initial value:= Field(("If True, do not ingest shards that do not overlap visits. "
"Does not guarantee that all ingested shards will overlap a visit."),
dtype=bool, default=True)
Definition at line 60 of file bootstrapRepo.py.
◆ transfer
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig.transfer = makeTransferChoiceField(default="symlink") |
|
static |
The documentation for this class was generated from the following file: