Skip to content

Commit

Permalink
Merge pull request #429 from schorschinho/develop
Browse files Browse the repository at this point in the history
Fix release v.2.0.0
  • Loading branch information
HJZollner authored Jun 9, 2022
2 parents fcbbb92 + 0a268d5 commit 687a2b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fit/osp_fitMEGA.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
dataToFit = op_takesubspec(MRSCont.processed.metab{kk},'A');
basisSetOff = MRSCont.fit.basisSet;
basisSetOff.name{1} = 'A';
load('BASIS_set_off_default.mat')
basisSetOff.fids = basisSetOff.fids(:,:,1);
basisSetOff.specs = basisSetOff.specs(:,:,1);
dataToFit = op_ampScale(dataToFit, 1/MRSCont.fit.scale{kk});
Expand Down

0 comments on commit 687a2b2

Please sign in to comment.