thespacedoctor / soxspipe

The pipeline for the SOXS instrument
GNU General Public License v3.0
3 stars 0 forks source link

Data Organiser Planning #18

Closed thespacedoctor closed 1 year ago

thespacedoctor commented 4 years ago

As shown at ESO by the pipeline team the data organisation (raw data into 'sets of files' or sof files) can be done with REFLEX. It was suggested that REFLEX could be run from the command-line in an automated fashion to make use of this functionality. While this means we would not have to write our own data-organiser recipe, we would again have reflex as a dependency of the final pipeline. I don't think we want this.

Most of the logic behind the REFLEX organiser can be found (and duplicated) from this paper:

Automated data reduction workflows for astronomy The ESO Reflex environment

This issue will be used to track the planning of the data-organiser.

TASKS

thespacedoctor commented 3 years ago

Data organiser is now 50% written. I found much of the functionality was needed sooner than later when preparing unit-test data suites.

As other recipes are written I will mature the organiser.

thespacedoctor commented 2 years ago

Data Organiser Planning

The main goals of the DO are:

soxspipe prep

Actions:

The test data can be found here:

~/Dropbox/server-sync/soxs-eso-data/xshooter-pipeline-data/unittest_data/xsh/data-organiser

thespacedoctor commented 1 year ago

beta version of data-organiser has been released