daducci / AMICO

Accelerated Microstructure Imaging via Convex Optimization (AMICO) from diffusion MRI data
Other
105 stars 62 forks source link

Loading Data Error #155

Closed bertram0611 closed 1 year ago

bertram0611 commented 1 year ago

Dear experts,

Recently, I want to use AMICO to conduct the NODDI analysis. I downloaded the example data and tested it. But the following error was obtained when I loaded the sample data. Does anyone meet the same error? How to fix it?

Best, Lin

####################################################################################

ae.load_data( "NODDI_DWI.img", "NODDI_protocol.scheme", mask_filename="roi_mask.img", b0_thr=0 )

-> Loading data:

nightwnvol commented 1 year ago

Hello @bertram0611,

thank you for reporting us this error. We have just released a new version of AMICO v1.5.4, which should fix the issue you are facing. Please reinstall AMICO or update it with pip install --upgrade dmri-amico and let us know if the problem has been solved.

bertram0611 commented 1 year ago

Hi,

Thank you very much for your quick reply. It has been solved after updating the AMICO.

However, I have another problem when I loaded my data. I will post my new issue later on.

Best, Lin