Skip to content

Commit

Permalink
baseline bug in OASIS preprocess
Browse files Browse the repository at this point in the history
runningBaseline was saved as the wrong variable
  • Loading branch information
marius10p authored Oct 17, 2018
1 parent 3b63aa2 commit 73456d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpikeDetection/wrapperDECONV.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
warning('Refer to instructions at top of example master file for more help.')
error('OASIS not found.')
end
[sp, ca, sd2, Fbase] = OASISpreprocess(ops, Fsub);
[sp, ca, sd2, ~, Fbase] = OASISpreprocess(ops, Fsub);
case 'L0'
[sp, ca, sd2] = deconvolution_standalone(ops, Fsub);
otherwise
Expand Down

0 comments on commit 73456d2

Please sign in to comment.