guynir42 / AstroRetriever

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

One source, one file #43

Closed guynir42 closed 2 years ago

guynir42 commented 2 years ago

To allow multi-thread and multi-process writing of separate sources we should keep the data for each source on a separate HDF5 file.

The best way to do this is to add a folder for different RAs (degree bins but maybe also minutes and seconds) and save individual files for each source in that hierarchy as separate files.