AMP-SCZ / eeg-qc-dash

Plotly/Dash based web application for checking quality of EEGs
Apache License 2.0
2 stars 1 forks source link

Feature request: integrate auto QC scores to dashboard #37

Open tashrifbillah opened 2 weeks ago

tashrifbillah commented 2 weeks ago

Copying @speroNCIRE 's summary of auto QC score integration. This reflects the original discussion we had in AMP-SCZ annual meeting.

image

Currently, I am working on an idea to integrate auto QC scores to the .scores.pkl every night. If that could be done, existing dashboard would just show auto QC scores without requiring any modification.

tashrifbillah commented 2 weeks ago

Algorithm:

tashrifbillah commented 2 weeks ago

Synchronization:

  1. Currently, there is a VM-->ERIS .scores.pkl rsync.
  2. Ideally, after Spero writes the auto QC scores, we should populate them in the .scores.pkl.
  3. Soon after populating, it should be copied back to the VM
  4. Currently, only DPACC users can write scores. We can time the 3rd step according to their sleep time
  5. Non-DPACC users will experience the lag of 'one refresh' during the copy back. Write after they refresh, they should see new auto QC scores.