-
Notifications
You must be signed in to change notification settings - Fork 13
Fixes #860 xASL_imp_DCM2NII & NII2BIDS: fix behavior for multiple anat files #861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test with ADNI case |
Minor flavor testingI selected three flavors that have both ASL and T1w scans: "flavorList": ["GE_PCASL_3Dspiral_14.0LX_1", "Philips_PCASL_3DGRASE_5.4.0.2_1", "Siemens_PCASL_3DGRASE_VE11C_2"]BIDS conversion================================== CHECK THE BIDS CONVERSION =================================
Dataset: GE_PCASL_3Dspiral_14.0LX_1
Dataset: Philips_PCASL_3DGRASE_5.4.0.2_1
Dataset: Siemens_PCASL_3DGRASE_VE11C_2LEGACY conversion================================= CHECK THE LEGACY CONVERSION ================================
Dataset: GE_PCASL_3Dspiral_14.0LX_1
Dataset: derivativesReference
Missing: \ExploreASL\bidsReportASL.json
Missing: \ExploreASL\import_summary.csv
Missing: \ExploreASL\xASL_module_Import.log
Dataset: Philips_PCASL_3DGRASE_5.4.0.2_1
Dataset: derivativesReference
Missing: \ExploreASL\bidsReportASL.json
Missing: \ExploreASL\import_summary.csv
Missing: \ExploreASL\xASL_module_Import.log
Dataset: Siemens_PCASL_3DGRASE_VE11C_2
Dataset: derivativesReference
Missing: \ExploreASL\bidsReportASL.json
Missing: \ExploreASL\import_summary.csv
Missing: \ExploreASL\xASL_module_Import.logThe comparison part seems to be a bit bugged, it shouldn't show the report and log files, but this isn't the fault of the changes within this branch. From my POV everything seems fine. |
|
@jan-petr: I'm not 100% sure if it's correct to just take the first one though. Maybe we have to merge them in some specific cases. For ADNI I'll probably just skip this session, since it's quite a lot of manual work to make it work for this rare case using the old v1.8.0 of ExploreASL. |
jan-petr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Can you check for this particular case if there are any differences between the two files? Parameters, absolute signal value, motion, etc? It would be good to know if the acquisition was done twice with a slightly different results or parameters, or if it was only saved twice and is otherwise identical...
I created a follow-up issue #866 and copied all the relevant text there. |

Linked issue
#860