autowisp.processing_steps.create_lightcurves module
Class Inheritance Diagram

Create light curves from a collection of DR files.
- class autowisp.processing_steps.create_lightcurves.MasterCatalog(configuration)[source]
Bases:
object
Class for managing the master catalog for LC creation.
- autowisp.processing_steps.create_lightcurves.cleanup_interrupted(interrupted, configuration)[source]
Cleanup the file system after interrupted lightcurve creation.
- autowisp.processing_steps.create_lightcurves.create_lightcurves(dr_collection, start_status, configuration, mark_start, mark_end)[source]
Create lightcurves from the data in the given DR files.
- autowisp.processing_steps.create_lightcurves.dummy_fname_parser(_)[source]
No extra keywords to add from filename.
- autowisp.processing_steps.create_lightcurves.get_observatory(header, configuration)[source]
Return (latitude, longitude, altitude) where given data was collected.
- autowisp.processing_steps.create_lightcurves.get_path_substitutions(configuration)[source]
Return the path substitutions for getting data out of DR files.
- autowisp.processing_steps.create_lightcurves.has_magfit(dr_fname, substitutions)[source]
Check if the DR file contains a sky-to-frame transformation.
- autowisp.processing_steps.create_lightcurves.main()[source]
Run the light curve creation step from the command line.