Skip to content

Commit

Permalink
[BUG FIX] - LCModelWrapper - Helge
Browse files Browse the repository at this point in the history
- LCModel is creating off spectra fits again
  • Loading branch information
HJZollner committed Apr 12, 2024
1 parent 25532a3 commit e8d6e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fit/code/LCMwrapper/LCModelWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
callLCModel(MRSCont.opts.fit.lcmodel.controlfileA{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,1} = readLCMFitParams(MRSCont, 'A', kk);
elseif MRSCont.flags.isMEGA
callLCModel(MRSCont.opts.fit.lcmodel.controlfileA{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,1} = readLCMFitParams(MRSCont, 'A', kk);
callLCModel(MRSCont.opts.fit.lcmodel.controlfileDiff1{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,2} = readLCMFitParams(MRSCont, 'diff1', kk);
end
Expand Down

0 comments on commit e8d6e05

Please sign in to comment.