ShutterMotionCloseIngestTask#

class lsst.obs.lsst.ShutterMotionCloseIngestTask(butler, instrument, config=None, **kwargs)#

Bases: ShutterMotionOpenIngestTask

Task to ingest shutter motion profiles into a butler repository.

This task specifically works on the “Close” profile.

Parameters#

configShutterMotionIngestConfig

Configuration for the task.

instrumentInstrument

The instrument these profiles are from.

butlerButler

Writable butler instance, with butler.run set to the appropriate RUN collection for these datasets.

**kwargs

Additional keyword arguments.

Methods Summary

getDatasetType()

Return the DatasetType to be ingested.

Methods Documentation

getDatasetType()#

Return the DatasetType to be ingested.

Returns#

datasetTypelsst.daf.butler.DatasetType

The datasetType for the ingested data.