From 4bdc37ff5ffc80b8f9f8042e73458d83c070839c Mon Sep 17 00:00:00 2001 From: Florian Vollrath Date: Fri, 7 Oct 2016 20:04:47 +0200 Subject: [PATCH] moved function .m files in a separate folder --- CellSortExportTifStack.m => functions/CellSortExportTifStack.m | 0 CellSortLoadSingleFiles.m => functions/CellSortLoadSingleFiles.m | 0 CellSortLoadTrials.m => functions/CellSortLoadTrials.m | 0 .../CellSortLoadTrialsShiftCorrOnTrials.m | 0 CellSortMergeTiff.m => functions/CellSortMergeTiff.m | 0 CellSortShiftCorrection.m => functions/CellSortShiftCorrection.m | 0 CellSortTemporalBinning.m => functions/CellSortTemporalBinning.m | 0 CellSortXCorr.m => functions/CellSortXCorr.m | 0 CellsortApplyFilter.m => functions/CellsortApplyFilter.m | 0 CellsortChoosePCs.m => functions/CellsortChoosePCs.m | 0 CellsortFindspikes.m => functions/CellsortFindspikes.m | 0 CellsortICA.m => functions/CellsortICA.m | 0 CellsortICAplot.m => functions/CellsortICAplot.m | 0 CellsortPCA.m => functions/CellsortPCA.m | 0 CellsortPlotPCspectrum.m => functions/CellsortPlotPCspectrum.m | 0 CellsortSegmentation.m => functions/CellsortSegmentation.m | 0 alternativePlot.m => functions/alternativePlot.m | 0 binning.m => functions/binning.m | 0 calcCorrEff.m => functions/calcCorrEff.m | 0 centerofgravity.m => functions/centerofgravity.m | 0 hline.m => functions/hline.m | 0 loadtiff.m => functions/loadtiff.m | 0 matVis.m => functions/matVis.m | 0 medAlign.m => functions/medAlign.m | 0 readTiff.m => functions/readTiff.m | 0 readTiffNoStack.m => functions/readTiffNoStack.m | 0 saveastiff.m => functions/saveastiff.m | 0 shiftCorrection.m => functions/shiftCorrection.m | 0 sort_cluster.m => functions/sort_cluster.m | 0 vline.m => functions/vline.m | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename CellSortExportTifStack.m => functions/CellSortExportTifStack.m (100%) rename CellSortLoadSingleFiles.m => functions/CellSortLoadSingleFiles.m (100%) rename CellSortLoadTrials.m => functions/CellSortLoadTrials.m (100%) rename CellSortLoadTrialsShiftCorrOnTrials.m => functions/CellSortLoadTrialsShiftCorrOnTrials.m (100%) rename CellSortMergeTiff.m => functions/CellSortMergeTiff.m (100%) rename CellSortShiftCorrection.m => functions/CellSortShiftCorrection.m (100%) rename CellSortTemporalBinning.m => functions/CellSortTemporalBinning.m (100%) rename CellSortXCorr.m => functions/CellSortXCorr.m (100%) rename CellsortApplyFilter.m => functions/CellsortApplyFilter.m (100%) rename CellsortChoosePCs.m => functions/CellsortChoosePCs.m (100%) rename CellsortFindspikes.m => functions/CellsortFindspikes.m (100%) rename CellsortICA.m => functions/CellsortICA.m (100%) rename CellsortICAplot.m => functions/CellsortICAplot.m (100%) rename CellsortPCA.m => functions/CellsortPCA.m (100%) rename CellsortPlotPCspectrum.m => functions/CellsortPlotPCspectrum.m (100%) rename CellsortSegmentation.m => functions/CellsortSegmentation.m (100%) rename alternativePlot.m => functions/alternativePlot.m (100%) rename binning.m => functions/binning.m (100%) rename calcCorrEff.m => functions/calcCorrEff.m (100%) rename centerofgravity.m => functions/centerofgravity.m (100%) rename hline.m => functions/hline.m (100%) rename loadtiff.m => functions/loadtiff.m (100%) rename matVis.m => functions/matVis.m (100%) rename medAlign.m => functions/medAlign.m (100%) rename readTiff.m => functions/readTiff.m (100%) rename readTiffNoStack.m => functions/readTiffNoStack.m (100%) rename saveastiff.m => functions/saveastiff.m (100%) rename shiftCorrection.m => functions/shiftCorrection.m (100%) rename sort_cluster.m => functions/sort_cluster.m (100%) rename vline.m => functions/vline.m (100%) diff --git a/CellSortExportTifStack.m b/functions/CellSortExportTifStack.m similarity index 100% rename from CellSortExportTifStack.m rename to functions/CellSortExportTifStack.m diff --git a/CellSortLoadSingleFiles.m b/functions/CellSortLoadSingleFiles.m similarity index 100% rename from CellSortLoadSingleFiles.m rename to functions/CellSortLoadSingleFiles.m diff --git a/CellSortLoadTrials.m b/functions/CellSortLoadTrials.m similarity index 100% rename from CellSortLoadTrials.m rename to functions/CellSortLoadTrials.m diff --git a/CellSortLoadTrialsShiftCorrOnTrials.m b/functions/CellSortLoadTrialsShiftCorrOnTrials.m similarity index 100% rename from CellSortLoadTrialsShiftCorrOnTrials.m rename to functions/CellSortLoadTrialsShiftCorrOnTrials.m diff --git a/CellSortMergeTiff.m b/functions/CellSortMergeTiff.m similarity index 100% rename from CellSortMergeTiff.m rename to functions/CellSortMergeTiff.m diff --git a/CellSortShiftCorrection.m b/functions/CellSortShiftCorrection.m similarity index 100% rename from CellSortShiftCorrection.m rename to functions/CellSortShiftCorrection.m diff --git a/CellSortTemporalBinning.m b/functions/CellSortTemporalBinning.m similarity index 100% rename from CellSortTemporalBinning.m rename to functions/CellSortTemporalBinning.m diff --git a/CellSortXCorr.m b/functions/CellSortXCorr.m similarity index 100% rename from CellSortXCorr.m rename to functions/CellSortXCorr.m diff --git a/CellsortApplyFilter.m b/functions/CellsortApplyFilter.m similarity index 100% rename from CellsortApplyFilter.m rename to functions/CellsortApplyFilter.m diff --git a/CellsortChoosePCs.m b/functions/CellsortChoosePCs.m similarity index 100% rename from CellsortChoosePCs.m rename to functions/CellsortChoosePCs.m diff --git a/CellsortFindspikes.m b/functions/CellsortFindspikes.m similarity index 100% rename from CellsortFindspikes.m rename to functions/CellsortFindspikes.m diff --git a/CellsortICA.m b/functions/CellsortICA.m similarity index 100% rename from CellsortICA.m rename to functions/CellsortICA.m diff --git a/CellsortICAplot.m b/functions/CellsortICAplot.m similarity index 100% rename from CellsortICAplot.m rename to functions/CellsortICAplot.m diff --git a/CellsortPCA.m b/functions/CellsortPCA.m similarity index 100% rename from CellsortPCA.m rename to functions/CellsortPCA.m diff --git a/CellsortPlotPCspectrum.m b/functions/CellsortPlotPCspectrum.m similarity index 100% rename from CellsortPlotPCspectrum.m rename to functions/CellsortPlotPCspectrum.m diff --git a/CellsortSegmentation.m b/functions/CellsortSegmentation.m similarity index 100% rename from CellsortSegmentation.m rename to functions/CellsortSegmentation.m diff --git a/alternativePlot.m b/functions/alternativePlot.m similarity index 100% rename from alternativePlot.m rename to functions/alternativePlot.m diff --git a/binning.m b/functions/binning.m similarity index 100% rename from binning.m rename to functions/binning.m diff --git a/calcCorrEff.m b/functions/calcCorrEff.m similarity index 100% rename from calcCorrEff.m rename to functions/calcCorrEff.m diff --git a/centerofgravity.m b/functions/centerofgravity.m similarity index 100% rename from centerofgravity.m rename to functions/centerofgravity.m diff --git a/hline.m b/functions/hline.m similarity index 100% rename from hline.m rename to functions/hline.m diff --git a/loadtiff.m b/functions/loadtiff.m similarity index 100% rename from loadtiff.m rename to functions/loadtiff.m diff --git a/matVis.m b/functions/matVis.m similarity index 100% rename from matVis.m rename to functions/matVis.m diff --git a/medAlign.m b/functions/medAlign.m similarity index 100% rename from medAlign.m rename to functions/medAlign.m diff --git a/readTiff.m b/functions/readTiff.m similarity index 100% rename from readTiff.m rename to functions/readTiff.m diff --git a/readTiffNoStack.m b/functions/readTiffNoStack.m similarity index 100% rename from readTiffNoStack.m rename to functions/readTiffNoStack.m diff --git a/saveastiff.m b/functions/saveastiff.m similarity index 100% rename from saveastiff.m rename to functions/saveastiff.m diff --git a/shiftCorrection.m b/functions/shiftCorrection.m similarity index 100% rename from shiftCorrection.m rename to functions/shiftCorrection.m diff --git a/sort_cluster.m b/functions/sort_cluster.m similarity index 100% rename from sort_cluster.m rename to functions/sort_cluster.m diff --git a/vline.m b/functions/vline.m similarity index 100% rename from vline.m rename to functions/vline.m