guynir42 / AstroRetriever

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

Populate sources refactor #83

Open guynir42 opened 1 year ago

guynir42 commented 1 year ago

The populate_sources method of the observatory is used to re-create datasets from raw data files on disk.

Since this is a side-utility, and not part of the main analysis, it may be possible to achieve the same result using direct kwargs input, instead of through the Parameters object.

Also, we should consider if the right thing to do is "populate_raw_data" instead of "populate_sources". It may be something that combines these two.