guynir42 / guynir42/AstroRetriever
Reduction with download
Open
enhancement
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In many cases you'd want to first download all raw data and then run a separate reduction (and analysis) campaign.
The reduction can be done by the observatory, so that part can happen in the same multithreaded block where the download happens.
This saves time because the data is already in memory and doesn't need to be re-loaded from disk.
On the other hand, it is python code, not I/O bound code, so it will just slow down the downloading of files.
Therefore it should be an option to do this at the same time, but not a default.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.