I tried to run the write_QA_Tran_T1.m and failed because in makeSLRpulse.m:
%fprintf('cmd=%s\n',cmd);
[status, result]=system(cmd); # line 141 makeSLRpulse.m
status= 1
result =
'Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'sigpy'
'
K>> cmd
cmd =
'py -c "import sigpy.mri.rf;pulse=sigpy.mri.rf.dzrf(500,5,ptype='ex',d1=1,d2=0.01,ftype='ms');print(*pulse)"'
What should I do?
I tried to run the write_QA_Tran_T1.m and failed because in makeSLRpulse.m:
%fprintf('cmd=%s\n',cmd);
[status, result]=system(cmd); # line 141 makeSLRpulse.m
status= 1
result =
K>> cmd
cmd =
What should I do?