PyWiFeS / pipeline

The Python data reduction pipeline for WiFeS
6 stars 26 forks source link

Pipeline running automatically with just one script up to data cubes #29

Closed felipeji closed 7 months ago

felipeji commented 8 months ago

This is a much compact version of the pipeline. With just one script, the pipeline does all the job until the data cubes extraction, including choosing the right observing mode, reducing both blue and red, and creating the directories to save the reduced data. In that way, it's only required to do reduce_data.py raw_data and all the data will be reduced and saved. Also, this includes reading the data reduction pipeline (DRP) setup parameters from independent .json files instead of a list of dictionaries at the beginning of the scripts. In summary, these are the main changes:

timothyfrankdavies commented 7 months ago

Looks good to me! Just got to merge https://github.com/PyWiFeS/pipeline/pull/31 to resolve merge conflicts, then this should be good to go.

Nice work, thanks for doing all those refactors!