Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
fixed vline
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-vollrathf committed Oct 9, 2016
1 parent 427da8e commit 670eeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/CellSortLoadTrialsShiftCorrOnTrials.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
figure;
plot(qualityPlot);
for i=1:numberGreen
vline(numFrameList(i), 's', greenFiles(i).name);
vline(numFrameList(i), 'black', greenFiles(i).name);
end
end
2 changes: 1 addition & 1 deletion main.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
CellSortXCorr(inFolder, outFolder, nSubIm, binningFactor);
%% load files
%go to corr folder
outFolder = 'C:\Users\ftvol\Desktop\data';
outFolder = 'F:\Arbeit\testData\PCAICA';
%[data_g, data_r, frames, fn_green, fn_red, fileNamesGreen, fileNamesRed] = CellSortLoadTrials(outFolder);
[data_g, data_r, frames, fn_green, fn_red, fileNamesGreen, fileNamesRed] = CellSortLoadTrialsShiftCorrOnTrials(outFolder);
%If you want to load single files, use the functions below.
Expand Down

0 comments on commit 670eeb5

Please sign in to comment.