|
lsst.obs.base
18.1.0-21-gde80ed3+6
|
Classes | |
| class | RawExposureData |
| class | RawFileData |
| class | RawIngestConfig |
| class | RawIngestTask |
Functions | |
| def | makeTransferChoiceField (doc="How to transfer files (None for no transfer).", default=None) |
| def lsst.obs.base.ingest.makeTransferChoiceField | ( | doc = "How to transfer files (None for no transfer).", |
|
default = None |
|||
| ) |
Create a Config field with options for how to transfer files between
data repositories.
The allowed options for the field are exactly those supported by
`lsst.daf.butler.Datastore.ingest`.
Parameters
----------
doc : `str`
Documentation for the configuration field.
Returns
-------
field : `lsst.pex.config.ChoiceField`
Configuration field.
1.8.13