autowisp.processing_steps.epd module

Class Inheritance Diagram

Inheritance diagram of Component, EPDCorrection, LCDetrendingArgumentParser

Apply EPD correction to lightcurves.

autowisp.processing_steps.epd.allowed_start_status_values = (0,)

the manager hands them every LC to correct from the start.

Type:

Lightcurve steps do not resume

autowisp.processing_steps.epd.epd(lc_collection, start_status, configuration, mark_progress)[source]

Perform EPD on (a subset of the points in) the given lightucurves.

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

Run the step from the command line.

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

Parse the commandline optinos to a dictionary.