Open Wusat824 opened 2 months ago
I also encountered some problems in the process of converting data format, due to the update of the website, I can't effectively get all the CSV table data, I really hope to get your help
it needs four csv file , but we just get one, what can i do to get else three csv file?
adni_merge = load_clinical_csv(csv_dir, "ADNIMERGE")
mprage_meta = load_clinical_csv(csv_dir, "MPRAGEMETA")
mri_quality = load_clinical_csv(csv_dir, "MRIQUALITY")
mayo_mri_qc = load_clinical_csv(csv_dir, "MAYOADIRL_MRI_IMAGEQC_12_08_15")
I also encountered some problems in the process of converting data format, due to the update of the website, I can't effectively get all the CSV table data, I really hope to get your help
do you address this problem?
I am encountering an issue while attempting to using Clinica. The command I am running is:
clinica convert adni-to-bids -m T1 "E:\ADNI-Screening-1.5T-AD-Complete\RAW_Data" "E:\ADNI-Screening-1.5T-AD-Complete\csv" "E:\ADNI-Screening-1.5T-AD-Complete\BIDS_Directory"
the error is
ValueError: Empty dataset detected. Clinical data cannot be extracted.
Can you provide any suggestions on how to resolve this issue? (i try clinica 0.7.6. and version 0.8.3) but its shows same error
I would greatly appreciate any guidance or recommendations you have to help me move forward with the BIDS conversion process.