-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimelapseimageprocessing.m
More file actions
58 lines (48 loc) · 1.91 KB
/
timelapseimageprocessing.m
File metadata and controls
58 lines (48 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
% A = 'D:\Frick\';
% for BB = {'2014_03_15 smad3g smFISH'};
% for BB = {'2016_05_31 screen','2016_06_01 screen'};
for BB = {'2016_10_12 plate exp4 screen'};
% for BB = {'2016_10_03 clone+32 part1','2016_10_03 clone+32 part2'};
% for BB = {'2015_08_31 smad3g smFISH','2015_09_03 smad3g smFISH','2015_12_15 smad3g smFISH','2015_12_19 smad3g smFISH','2016_01_25 smad3g smFISH','2016_02_09 smad3g smFISH','2016_02_19 smad3g smFISH'};
B = BB{1};
% A = 'D:\Frick\2016_09_28 screen\';
% A = 'D:\Frick\2016_10_01 plate -- clone+32 and hoechst imaging\';
A = 'D:\Frick\2016_10_12 plate\';
% A = 'G:\';
% A = 'D:\Users\zeiss\Pictures\Frick\';
% B = '2016_05_31 screen';
% B = '2016_06_04 screen';
% if strcmp(B,'2016_06_01 screen')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% renamemCherrytoMkate(A,B)
% renamemWRONGtoRIGHT(A,B)
% cd('D:\Users\zeiss\Documents\MATLAB')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
preprocessBKGandFLATofTimeLapseImages(A,B);
cd('D:\Users\zeiss\Documents\MATLAB')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SortBKGandFLATcorrectedImagesIntoFolders(A,B);
cd('D:\Users\zeiss\Documents\MATLAB')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
BleachCorrectionOfTimeLapseImages(A,B);
cd('D:\Users\zeiss\Documents\MATLAB')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SegmentationOfTimeLapseImages(A,B);
% renameDirectoryItems
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
end
% A = 'D:\Frick\';
% B = '2016_01_25 smad3g smFISH';
% %
% % preprocessBKGandFLATnew(A,B)
% % % lineageyo(A,B);
% % lineageyoz(A,B);
% % cd('D:\Users\zeiss\Documents\MATLAB')
% % % bleachcorrection(A,B)
% % bleachcorrectionNew(A,B)
% cd('C:\Users\zeiss\Documents\MATLAB')
% toughsegmentationforstacks(A,B)