From 73456d2c2112a2a4ccf056de39098f31a3c161a7 Mon Sep 17 00:00:00 2001 From: Marius Pachitariu Date: Tue, 16 Oct 2018 22:06:42 -0400 Subject: [PATCH] baseline bug in OASIS preprocess runningBaseline was saved as the wrong variable --- SpikeDetection/wrapperDECONV.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpikeDetection/wrapperDECONV.m b/SpikeDetection/wrapperDECONV.m index 1ffc4fb4..75f88ede 100644 --- a/SpikeDetection/wrapperDECONV.m +++ b/SpikeDetection/wrapperDECONV.m @@ -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