PyWiFeS / pipeline

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

Pipeline not working when skipping certain steps #38

Closed CMartinezLombilla closed 6 months ago

CMartinezLombilla commented 6 months ago

The pipeline takes the previous suffix value for the .fits files from the previous step process in the list (in the .json files), rather than the last executed step (i.e., with run=true). Need to updatereduce_data.pyby editing the conditionals in the loop at the very end and adding a new condition for these cases . Now, the final data cubes are still going to be the *.p11.fits files but it could be missing files such as *.p10.fits depending on the skipped steps in the process.

CMartinezLombilla commented 6 months ago

Issue fixed in PR #42