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

BUG one-to-one mapping required between columns and file names #9

Closed tashrifbillah closed 2 years ago

tashrifbillah commented 2 years ago

One-to-one mapping is required between columns and file names. This block generates a list with however many images present skipping empty ones: https://github.com/AMP-SCZ/eeg-qc-dash/blob/28ba909190d086e2b5701fa256b7a71176d1144e/app.py#L333-L344

Thus results in this bug:

image

The last column is empty while images got left shifted.

But if one-to-one mapping is introduced, we can have empty columns and that would be the correct thing to do.

tashrifbillah commented 2 years ago

Partially (maybe completely) addressed by https://github.com/AMP-SCZ/eeg-qc-dash/commit/0bfb5aa88f6abd6dde4fed9a4b2b31870595b7f1