calibration =========== This package contains various helpers for the calibration of specMACS data. The :doc:`calibration/frameclassification` module provides methods which translate actionLog data (action log is the combined log of e.g. shutter actions, changes of integration time etc...) to pixel-aligned chunks of data with equal camera settings. These chunks can be combined with :doc:`calibration/calibrationdata` (mostly :py:meth:`Calibrationdata.apply`) to obtain calibrated image data. If desired, bad pixels can be interpolated out using the :py:class:`BadPixelFixer` from :doc:`calibration/badpixels`. .. toctree:: :maxdepth: 1 calibration/badpixels calibration/calibrationdata calibration/frameclassification calibration/tools