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
% :param notrack: boolean to Opt-out of sending tracking information of this run to the PET2BIDS developers. This information helps to improve PET2BIDS and provides an indicator of real world usage crucial for obtaining funding."
33
34
%
34
35
% .. code-block::
35
36
%
@@ -50,7 +51,7 @@ function dcm2niix4pet(FolderList,MetaList,varargin)
50
51
51
52
dcm2niixpath ='D:\MRI\MRIcroGL12win\Resources\dcm2niix.exe'; % for windows machine indicate here, where is dcm2niix
52
53
ifispc&& ~exist(dcm2niixpath,'file')
53
-
error('for windows machine please edit the function line 42 and indicate the dcm2niix path')
54
+
error('for windows machine please edit the function line 51 and indicate the dcm2niix path')
54
55
end
55
56
56
57
if ~ispc% overwrite if not windowns (as it should be in the computer path)
@@ -63,9 +64,19 @@ function dcm2niix4pet(FolderList,MetaList,varargin)
0 commit comments