lsst.obs.base  18.0.0-7-g898c2a1+1
Static Public Attributes | List of all members
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoBrightObjectMasksConfig Class Reference
Inheritance diagram for lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoBrightObjectMasksConfig:
lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoGenericIngestConfig

Static Public Attributes

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

Detailed Description

Definition at line 78 of file bootstrapRepo.py.

Member Data Documentation

◆ collection

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoGenericIngestConfig.collection
staticinherited
Initial value:
= Field(("Butler collection that datasets should be ingested into. "
"If None, the collection used to initialize the butler will be used."),
dtype=str, default=None, optional=True)

Definition at line 72 of file bootstrapRepo.py.

◆ filterByRawRegions

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoBrightObjectMasksConfig.filterByRawRegions
static
Initial value:
= Field(("If True, do not ingest files that do not overlap visits. "
"Does not guarantee that all ingested files will overlap a visit."),
dtype=bool, default=True)

Definition at line 81 of file bootstrapRepo.py.

◆ skymap

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoBrightObjectMasksConfig.skymap
static
Initial value:
= Field("SkyMap dimension name used to define the tracts and patches for bright object masks.",
dtype=str, default=None, optional=False)

Definition at line 79 of file bootstrapRepo.py.

◆ transfer

lsst.obs.base.gen3.bootstrapRepo.BootstrapRepoGenericIngestConfig.transfer = makeTransferChoiceField(default="symlink")
staticinherited

Definition at line 75 of file bootstrapRepo.py.


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