Skip to content

Commit

Permalink
Merge pull request #428 from HJZollner/develop
Browse files Browse the repository at this point in the history
fix MEGA fit
  • Loading branch information
HJZollner authored Jun 8, 2022
2 parents f3fed1d + b806a4d commit 0a268d5
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 0a268d5

Please sign in to comment.