ShutterMotionOpenIngestConfig#

class lsst.obs.lsst.ShutterMotionOpenIngestConfig(*args, **kw)#

Bases: IsrCalibIngestConfig

Configuration class for ShutterMotionIngestTask.

Attributes Summary

doRaiseOnMissingExposure

Should ingest raise if a calibration exists, but the matching exposure doesn't? (bool, default False)

forceCopyOnly

Should this ingest force transfer to be copy, to ensure the calib is rewritten? (bool, default True)

transfer

How to transfer files (None for no transfer).

Attributes Documentation

doRaiseOnMissingExposure#

Should ingest raise if a calibration exists, but the matching exposure doesn’t? (bool, default False)

forceCopyOnly#

Should this ingest force transfer to be copy, to ensure the calib is rewritten? (bool, default True)

transfer#

How to transfer files (None for no transfer). (str, default 'copy')

Allowed values:

'move'

move

'copy'

copy

'auto'

choice will depend on datastore

'direct'

use URI to ingested file directly in datastore

'link'

hard link falling back to symbolic link

'hardlink'

hard link

'symlink'

symbolic (soft) link

'relsymlink'

relative symbolic link

'None'

Field is optional