Handle adni missing session numbers #434
omar-rifai
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when converting data with adni-to-bids, we have some inconsistencies when handling sesssions:
VISCODE
field has two different valuesy1
andy2
. However theVISCODE2
field which is used has (incorrectly) the same value.Currently the workaround consists in only taking the latest data record for the existing session but a better solution would be to introduce the ses-m90 (even if it doesn't exist in ADNIMERGE)
UWNPSYCHSUM_03_26_20.csv
for subject003_S_4555
, we have a record with valuenv
for bothVISCODE
andVISCODE2
Currently these records are removed from resulting sessions.tsv files to prevent inconsistency with clinicaDL. A better solution would be to find the
exam_date
(if it is properly informed) and add the related session name accordingly.Beta Was this translation helpful? Give feedback.
All reactions