Skip to content
Snippets Groups Projects
Commit 15f8866c authored by Tamas Borbath's avatar Tamas Borbath
Browse files

ProFit-1D paper version

parent 1d430d35
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ flagY = false;
switch choice
case 'Yes'
flagY = true;
time = linspace(0,dwellTimeMs*NSamples,NSamples);
time = linspace(0,dwellTimeMs*NSamples,NSamples); % calculation in milliseconds!
FWHM = 3; %Hz
T2 = 1/(pi*FWHM)*1e+3; %ms
% Mo = 4.9*(1+T2)/T2; %in order the peak to be 4.9 in the FD-real part
......
......@@ -12,9 +12,9 @@ if ~(strcmp(filepath(end),'\') || strcmp(filepath(end),'/'))
filepath = [filepath '/'];
end
% if ~contains(filename,'.raw', 'IgnoreCase',true)
% filename = strcat(filename, '.RAW');
% end
if ~contains(filename,'.raw', 'IgnoreCase',true)
filename = strcat(filename, '.RAW');
end
%open the .RAW data
filename = strcat(filepath, filename);
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment