File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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)
298299if nechoes == 1
299300
300301 if (dataframes + refframes ) ~= nframes
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
You can’t perform that action at this time.
0 commit comments