guynir42 / AstroRetriever

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

Histogram list of source ids #25

Closed guynir42 closed 1 year ago

guynir42 commented 2 years ago

Maybe worth while to track, inside the top level attr dictionary, a list of sources (their IDs) that have been processed and added to the histogram.

Need to figure out if this is very expensive to save.

Maybe save it as a dataset instead of an attribute?

Maybe save it as a set for faster lookup?