diff --git a/functions/CellSortLoadTrialsShiftCorrOnTrials.m b/functions/CellSortLoadTrialsShiftCorrOnTrials.m index 48fca7e..836fc87 100644 --- a/functions/CellSortLoadTrialsShiftCorrOnTrials.m +++ b/functions/CellSortLoadTrialsShiftCorrOnTrials.m @@ -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 \ No newline at end of file diff --git a/main.m b/main.m index dc8a9b4..1ace0e6 100644 --- a/main.m +++ b/main.m @@ -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.