AFNI version info (afni -ver
): AFNI_23.0.02 (Jan 24 2023)
I am trying to run 3dTproject to perform nuisance regression + filtering. I run into the follwing error whenever I use more than one dsort option:
** ERROR: SVD fails in compute_psinv()!
The reason why I have multiple dsort options is that I would like to remove the white matter first 5 principal components only from non-white matter voxels. So I am creating 5 3d+time datasets that are zero in WM and have the principal component timecourse otherwise.
I have 2 questions:
- how can I solve it? Is there anything I'm doing wrong?
- I still manage to get an output. What does it mean? Should I trust it despite the error message?
Thanks
command:
3dTproject -input [...].nii.gz -mask [...].nii.gz -prefix [...].nii.gz -dt 1.43 -stopband 0 0.01 -ort [...]_mc.par -ort [...]_mc_D.txt -ort [...]_mc_D_D.txt -ort [...]_csf_vec.1D -dsort [...]_wm00.nii.gz -dsort [...]_wm01.nii.gz -dsort [...]_wm02.nii.gz -dsort [...]_wm03.nii.gz -dsort [...]_wm04.nii.gz