You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 toprocess.py
. The individual functions should have an option which forces the recomputation of results, ideally overwriting earlier results (this requires removing some append steps).The text was updated successfully, but these errors were encountered: