lsst.obs.base  18.1.0-11-g311e899+3
Static Public Attributes | List of all members
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig Class Reference
Inheritance diagram for lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoRefCatConfig:

Static Public Attributes

 datasetTypeName
 
 filterByRawRegions
 
 collection
 
 transfer = makeTransferChoiceField(default="symlink")
 

Detailed Description

Definition at line 57 of file bootstrapRepo.py.

Member Data Documentation

◆ 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

Definition at line 68 of file bootstrapRepo.py.


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