Keck-DataReductionPipelines / KPF-Pipeline

KPF-Pipeline
https://kpf-pipeline.readthedocs.io/en/latest/
Other
11 stars 2 forks source link

Add features to kpf_processing_progress.sh #737

Closed awhoward closed 9 months ago

awhoward commented 9 months ago

Add these features to scripts/kpf_processing_progress.sh

  1. Add a check that the DRP version number used to produce 2D/L1/L2 files is current.
  2. Add the ability to ignore files marked as junk. This could be done using (a) the junk keyword (is this implemented yet?) or by (b) consulting the list of junked files. Option (a) is easier, but it might not have the latest list of junked files. We should try to implement (b).
awhoward commented 9 months ago

PR https://github.com/Keck-DataReductionPipelines/KPF-Pipeline/pull/735 describes the initial functionality of this script. The two suggestions above are proposed additions.