ShutterMotionProfileFull#

class lsst.ip.isr.ShutterMotionProfileFull(**kwargs)#

Bases: IsrCalib

Class to hold both open and close profiles, as stored in the exposure headers.

Parameters#

loglogging.Logger, optional

Log to write messages to. If None a default logger will be used.

**kwargs :

Additional parameters.

Methods Summary

calculateMidpoints()

fromExposure(exposure)

Construct a ShutterMotionProfileFull from an exposure.

Methods Documentation

calculateMidpoints()#
classmethod fromExposure(exposure)#

Construct a ShutterMotionProfileFull from an exposure.

Parameters#

exposurelsst.afw.image.Exposuref

Exposure to read header information from.

directionstr, optional

Direction of shutter to construcxt. Should be one of “open” or “close”.

Returns#

caliblsst.ip.isr.ShutterMotionProfile

Constructed profile.