autowisp.processing_steps.stack_to_master_flat module

Class Inheritance Diagram

Inheritance diagram of ChainSmoother, Component, MasterFlatMaker, MasterMaker, PolynomialImageSmoother, SplineImageSmoother, WrapFilterAsSmoother

Stack calibrated flat frames to a master flat.

autowisp.processing_steps.stack_to_master_flat.allowed_interrupted_status_values = (0,)

Frames are marked as started and nothing else until the masters are written, so that is the only state an interrupted stack leaves behind.

autowisp.processing_steps.stack_to_master_flat.cleanup_interrupted(interrupted, configuration)[source]

Cleanup file system after partially creating stacked image(s).

autowisp.processing_steps.stack_to_master_flat.get_master_fnames(image_fname, configuration)[source]

Return the filenames of the high and low master flats to generate.

autowisp.processing_steps.stack_to_master_flat.main()[source]

Run the step from the command line.

autowisp.processing_steps.stack_to_master_flat.parse_command_line(*args)[source]

Return the parsed command line arguments.

autowisp.processing_steps.stack_to_master_flat.stack_to_master_flat(image_collection, start_status, configuration, mark_start, mark_end)[source]

Stack the given frames to produce single high and/or low master flat.