stvid icon indicating copy to clipboard operation
stvid copied to clipboard

Split off separate functions into modules

Open cbassa opened this issue 5 years ago • 0 comments

Currently process.py performs all processing functions: initial astrometric calibration, star finding, astrometric calibration, computing satellite predictions, extracting satellite tracks and storing the results. These functions should be split off into separate modules which can be executed individually, but also be called from a master script similar to process.py. The individual functions should have an option which forces the recomputation of results, ideally overwriting earlier results (this requires removing some append steps).

cbassa avatar Aug 02 '19 19:08 cbassa