ShutterMotionCloseIngestTask#
- class lsst.obs.lsst.ShutterMotionCloseIngestTask(butler, instrument, config=None, **kwargs)#
Bases:
ShutterMotionOpenIngestTaskTask to ingest shutter motion profiles into a butler repository.
This task specifically works on the “Close” profile.
Parameters#
- config
ShutterMotionIngestConfig Configuration for the task.
- instrument
Instrument The instrument these profiles are from.
- butler
Butler Writable butler instance, with
butler.runset to the appropriateRUNcollection for these datasets.- **kwargs
Additional keyword arguments.
Methods Summary
Return the DatasetType to be ingested.
Methods Documentation
- getDatasetType()#
Return the DatasetType to be ingested.
Returns#
- datasetType
lsst.daf.butler.DatasetType The datasetType for the ingested data.
- datasetType
- config