You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Tiago,
Many thanks for your interest in this project. The error is because the sigpy python package is not installed on your computer.
The write_QA_Tran_T1.m script is trying to call the sigpy package to produce an SLR RF pulse for the sequence. you can install the package by, e.g.: pip install sigpy
Best regards,
Qingping
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?
The text was updated successfully, but these errors were encountered: