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

Commit

Permalink
deleted deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-vollrathf committed Aug 11, 2016
1 parent 55a4d50 commit 94ec74c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions main.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
%% load and prepare all single tiffs
%importing
[data_g, data_r] = CellSortLoadSingleFiles('ChanA_*_*.tif', 'ChanB_*_*.tif');
% [data_g, data_r] = CellSortLoadSingleFiles('ChanA_*_*.tif', 'ChanB_*_*.tif', data_g, data_r);
%% matVis
matVis(data_r);
%% get ref frame for shift correction
Expand All @@ -18,20 +17,13 @@

fn = 'processedData.mat';
save(fn, 'data_g', 'data_r', '-v7.3');
% fn_green = 'green.tiff';
% fn_red = 'red.tiff';
% CellSortExportTifStack(data_g, fn_green);
% CellSortExportTifStack(data_r, fn_red);
%% load files
%if you haven't used the shiftCorrection you have to load the already processed files
fn_green = 'processedData.mat';
load(fn);
% fn_green = 'green.tiff';
% fn_red = 'red.tiff';
% data_g = readTiff(fn_green);
% data_r = readTiff(fn_red);
%% 1. PCA
%calculate PCAs
fn_green = 'processedData.mat';
nPCs = 100;
flims = [];
dSamp = [1 1]; %temporal, spatial downsampling
Expand Down

0 comments on commit 94ec74c

Please sign in to comment.