Hey everyone,
I have a fresh install of gadgetron on ubuntu 16.04 and was hoping to use it to help with some parallel imaging reconstructions using GRAPPA.
here is my gadgetron_info output:
Gadgetron Version Info
-- Version : 3.14.1
-- Git SHA1 : 37a70616d6335111ec846f37f02643bf98eaed14
-- System Memory size : 48292 MB
-- Python Support : YES
-- Matlab Support : NO
-- CUDA Support : YES (-gencode arch=compute_30,code=sm_30;-gencode arch=compute_35,code=sm_35;-gencode arch=compute_50,code=sm_50;-gencode arch=compute_52,code=sm_52)
* Unable to get device count
I used the siemens_to_ismrmrd package to convert some 3D 7T data and i have been trying to use the Generic_Cartessian_Grappa.xml chain to do the reconstructions
unfortunately i keep running into a few errors about halfway through the recon that have been keeping it from working properly:
2016-11-05 19:40:49 ERROR [hoNDArray_linalg.cpp:1330] info==0
2016-11-05 19:40:49 ERROR [hoNDArray_linalg.cpp:1334] Errors in posv(hoNDArray<T>& A, hoNDArray<T>& b) ...
2016-11-05 19:40:49 ERROR [hoNDArray_linalg.cpp:1927] posv failed in SolveLinearSystem_Tikhonov(... ) ...
(i can post the entire debug printout if thats helpful)
I have had a really hard time tracking down the cause and i havent seen any posts about this problem on here so i thought i might ask; Does anyone know what might be causing this error?
Thanks again for all your help!