Skip to content

Commit a6d9902

Browse files
committed
Update GERead.m
1 parent 4cd834f commit a6d9902

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

GERead.m

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
% MM (171120): RTN edits to accomodate HERMES aquisitions; better looping
296296
% over phase cycles
297297
% MM (200713): RTN edits for better handling of data if nechoes == 1
298+
% MM (240528): Edits for HERMES-sLASER (still testing)
298299
if nechoes == 1
299300

300301
if (dataframes + refframes) ~= nframes
@@ -323,14 +324,14 @@
323324
MRS_struct.p.Navg(ii) = dataframes * nex * nechoes; % RTN 2017
324325

325326
if (dataframes + refframes) ~= nframes
326-
mult = nex/2; % RTN 2016 1; % RTN 2017
327-
multw = nex; % RTN 2016 1; % RTN 2017
327+
mult = nex/2; % RTN 2016 1; % RTN 2017 1; % MM 2024
328+
multw = nex; % RTN 2016 1; % RTN 2017 nex/2; % MM 2024
328329
MRS_struct.p.GE.noadd(ii) = 1;
329330
dataframes = dataframes * nex;
330331
refframes = nframes - dataframes;
331332
else
332-
mult = 1/nex; % MM 2020 1; % RTN 2017 nex/2; % RTN 2016
333-
multw = 1; % MM 2020 1/nex; % RTN 2017 1; % RTN 2016
333+
mult = 1/nex; % MM 2020 1; % RTN 2017 nex/2; % RTN 2016
334+
multw = 1; % MM 2020 1/nex; % RTN 2017 1; % RTN 2016
334335
MRS_struct.p.GE.noadd(ii) = 0;
335336
end
336337

0 commit comments

Comments
 (0)