Skip to content

Commit 95b5dc3

Browse files
authored
Merge pull request #28 from NTCColumbia/patch-1
Update postProcessCNMF.m
2 parents 4cb1032 + e081209 commit 95b5dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postProcessCNMF.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
% signalExtraction: extract the raw, filtered, and inferred signal (dfof, F, df)
77
% plotActivityTrace: plot the signal
88

9-
addpath(genpath('postProcessingTools'));
9+
addpath(genpath('utilities'));
1010

1111
%% plot ROI contour
1212
% [ CC, info ] = plotROIContour( A, d1, d2, plotControl )
@@ -79,4 +79,4 @@
7979
plotControl2.frameRate=6.7468;
8080
plotControl2.normalization=1; plotControl2.sep=1.2; plotControl2.displayLabel=1; plotControl2.rollingView=1;
8181
plotControl2.plotInferred=1; plotControl2.plotFiltered=1; plotControl2.plotRaw=0;
82-
plotActivityTrace( inferred.dfof, filtered.dfof, raw.dfof, plotControl2 );
82+
plotActivityTrace( inferred.dfof, filtered.dfof, raw.dfof, plotControl2 );

0 commit comments

Comments
 (0)