ShutterMotionOpenIngestConfig#
- class lsst.obs.lsst.ShutterMotionOpenIngestConfig(*args, **kw)#
Bases:
IsrCalibIngestConfigConfiguration class for ShutterMotionIngestTask.
Attributes Summary
Should ingest raise if a calibration exists, but the matching exposure doesn't? (
bool, defaultFalse)Should this ingest force transfer to be copy, to ensure the calib is rewritten? (
bool, defaultTrue)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, defaultFalse)
- forceCopyOnly#
Should this ingest force transfer to be copy, to ensure the calib is rewritten? (
bool, defaultTrue)
- 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