Dear Dr. Chao-Gan Yan,
YAN Chao-Gan
Tue, 04/11/2017 - 01:56
Permalink
Please check if there is any NaN or Inf values in your ALFF maps.
Patrizia
Thu, 04/13/2017 - 10:25
I don't know. The ALFF image seems to be normal.
However, the file is attached if you would like to check.
And how the error can be solved then?
Thank you
Wed, 04/19/2017 - 06:21
There are NaN values in your image.
You should:
[Data Head]=y_Read('XXX/XX.nii');
Data(find(isnan(Data)))=0;
y_Write(Data,Head,'XXX/XX.nii');
YAN Chao-Gan
Tue, 04/11/2017 - 01:56
Permalink
Please check if there is any
Please check if there is any NaN or Inf values in your ALFF maps.
Patrizia
Thu, 04/13/2017 - 10:25
Permalink
I don't know. The ALFF image
I don't know. The ALFF image seems to be normal.
However, the file is attached if you would like to check.
And how the error can be solved then?
Thank you
YAN Chao-Gan
Wed, 04/19/2017 - 06:21
Permalink
There are NaN values in your
There are NaN values in your image.
You should:
[Data Head]=y_Read('XXX/XX.nii');
Data(find(isnan(Data)))=0;
y_Write(Data,Head,'XXX/XX.nii');