issues
search
courtois-neuromod
/
shinobi
subdataset of Courtois-neuromod project with task of playing ShinobiIII game in the MRI
1
stars
0
forks
source link
add tests for the bk2 files
#8
Closed
bpinsard
closed
2 years ago
bpinsard
commented
2 years ago
write tests that will:
[ ] check that the durations of the bk2 files (number of frames or steps) matches the durations in the tsv (there might be ms diffs).
[ ] ...
hyruuk
commented
2 years ago
Write a qc_test.py file that :
Generates a quality_control.tsv file
Crawls across the full dataset
For each file, add an entry to the TSV file and test for :
broken bk2
early-stop
Missing MRI/events.tsv/bk2 files
Missing bk2 pointer in events.tsv
Get durations from events.tsv and bk2 file
write tests that will: