...
- Pipeline rerun script:
- DA needs to be able to rerun the pipeline in the correct environment with added flag template file(s).
- Input: execution block ID, (optional) flagtemplate.txt
- Results: new pipeline run
- DA needs to be able to rerun the pipeline in the correct environment with added flag template file(s).
- Archive ingest script:
- needs to enable the DA to add a QA report file (text) to the weblog, set an SRDP QA state (pass/fail/null) and ingest the calibration products and the flagtemplate.txt file (if created by the DA) for a given EB into the archive.
- Input: Pipeline run ID, QAFLag=[Pass/Fail/Null], qa_report.txt
- Results: content of products directory for the pipeline run are ingested into the archive with the correct metadata corresponding to the relevant EB, QAFlag is registered in the archive database, QA report (text file) is added to the weblog and the weblog is archived.
- needs to enable the DA to add a QA report file (text) to the weblog, set an SRDP QA state (pass/fail/null) and ingest the calibration products and the flagtemplate.txt file (if created by the DA) for a given EB into the archive.
- Cleanup script:
- run after archive ingest. Checks data successfully ingested into the archive, deletes pipeline run from disk.
- Input: Pipeline run ID
- Result: if EB is correctly ingested, proceed to delete the pipeline directory. If not, kick out with an error: "The data products are not in the archive, please wait and try again. If failures are repeated, please file an SSA ticket."
- run after archive ingest. Checks data successfully ingested into the archive, deletes pipeline run from disk.
ALMA User-initiated imaging workflow:
...