guynir42 / AstroRetriever

A package used for downloading and processing images from various astronomical surveys
Other
4 stars 2 forks source link

End to end testing #68

Closed guynir42 closed 1 year ago

guynir42 commented 1 year ago

This is meant to run actual data analysis on (at least) one real observatory (e.g., ZTF) and make sure we get what we expect at the end.

The first phase is to actually get it running, figure out what a user needs to have available to run the analysis easily, and make sure there are no more obvious bugs.

The second phase is to run some tests for the entire pipeline. We could spend some time adding deliberate failures to check that the process recovers, etc.

The last phase would be to simply run this on real survey data and iron out the edge cases we have not thought of.

guynir42 commented 1 year ago

addresses #7