njcuk9999 / apero-utils

APERO affiliated utilities and tools
MIT License
3 stars 3 forks source link

[APERO] Red data checks code #140

Closed njcuk9999 closed 10 months ago

njcuk9999 commented 1 year ago

Add reduced checks:

njcuk9999 commented 1 year ago

Requires some changes to manual_trigger so we can report {APERO/LBL/ARI} {START/ERR/END}

Problem with this is previous "runs" wont be present and any runs done not with manual_trigger will not be recorded (without changing APERO and LBL code)

njcuk9999 commented 1 year ago

APERO_ERROR requires dealing with object that is passed back to manual_trigger and extracting errors from that

LBL and ARI requires their integration into manual_trigger (See #142)

We may only need to run ARI once after LBL? Unless LBL running is slow enough that ARI should be run before as well?

Also ARI will be sped up with #147 which could affect this.