autowisp.processing_steps.calibrate module
Class Inheritance Diagram

Calibrate image(s).
- class autowisp.processing_steps.calibrate.ParseChannelDependentAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]
Bases:
_StoreAction
Parse command line arguments with channel dependent values.
- class autowisp.processing_steps.calibrate.ParseChannelsAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]
Bases:
Action
Parse chanel command line arguments as described in the help.
- autowisp.processing_steps.calibrate.calibrate(image_collection, start_status, configuration, mark_start, mark_end)[source]
Calibrate the images from the specified collection.
- autowisp.processing_steps.calibrate.cleanup_interrupted(interrupted, configuration)[source]
Cleanup file system after partially calibrated images.
- autowisp.processing_steps.calibrate.parse_area_str(area_str)[source]
Parse a string formatted as <xmin>,<xmax>,<ymin>,<ymax> to dict.