ShutterMotionProfileFull#
- class lsst.ip.isr.ShutterMotionProfileFull(**kwargs)#
Bases:
IsrCalibClass to hold both open and close profiles, as stored in the exposure headers.
Parameters#
- log
logging.Logger, optional Log to write messages to. If
Nonea default logger will be used.- **kwargs :
Additional parameters.
Methods Summary
fromExposure(exposure)Construct a ShutterMotionProfileFull from an exposure.
Methods Documentation
- calculateMidpoints()#
- classmethod fromExposure(exposure)#
Construct a ShutterMotionProfileFull from an exposure.
Parameters#
- exposure
lsst.afw.image.Exposuref Exposure to read header information from.
- direction
str, optional Direction of shutter to construcxt. Should be one of “open” or “close”.
Returns#
- calib
lsst.ip.isr.ShutterMotionProfile Constructed profile.
- exposure
- log