guruucsd / lateralized-components

Submission to OHBM 2016 on functional lateralization using the neurovault dataset.
0 stars 2 forks source link

QC : potentially bad images #40

Closed bcipolli closed 7 years ago

bcipolli commented 8 years ago

Collection 1385; image 19228 is an example, others look similarly. image

Collection 1003, image 13892 is an example. Metadata does not indicate parcellation. image

Image 13920 is all white: image

bcipolli commented 8 years ago

Some suggestions:

atsuch commented 8 years ago

Thank you @bcipolli! The collection 1003 was actually among the manually-removed collections in our previous code (in nilearn_ext/dataset.py):

#Also remove bad collections bad_collects = [367, 1003, 1011, 1013]

But of course it would be nice to detect them automatically rather than having to manually check every time we get new images...

There are only one parcellated image that didn't get filtered out, but there could be more in the future, if people use parcellated brains to perform stats, rather than doing voxel-based stats, to increase power. It doesn't get filtered out because technically it's statistical map, and not an atlas or parcellation. It's not very common so far but eventually Neurovault may need a new meta-data field indicating whether the stats are voxel-based or other parcellation schemes.

bcipolli commented 7 years ago

Fixed by @bcipolli