-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdce_motion.py
More file actions
67 lines (66 loc) · 2.72 KB
/
dce_motion.py
File metadata and controls
67 lines (66 loc) · 2.72 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
59
60
61
62
63
64
65
66
corrt_slice = {'mrhist005': '10',
'mrhist006': '10',
'mrhist007': '12',
'mrhist008': '12',
'mrhist009': '12',
'mrhist010': '10',
'mrhist011': '10',
'mrhist012': '10',
'mrhist013': '25',
'mrhist014': '12',
'mrhist015': '12',
'mrhist017': '15',
'mrhist018': '20',
'mrhist019': '20',
'mrhist020': '14',
'mrhist021': '14',
'mrhist022': '16',
'mrhist023': '20',
'mrhist024': '15',
'mrhist025': '20',
'mrhist026': '14',
'mrhist027': '15',
'mrhist028': '16',
'mrhist029': '14',
'mrhist030': '15',
'mrhist031': '16',
'mrhist032': '16',
'mrhist033': '16',
'mrhist034': '16',
'mrhist035': '16',
'mrhist036': '16',
'mrhist037': '14',
'mrhist038': '16',
'mrhist039': '14',
'mrhist040': '16',
'mrhist041': '15',
'mrhist042': '15',
'mrhist043': '16',
'mrhist044': '25',
'mrhist045': '15',
'mrhist046': '14', #
'mrhist047': '14', # A value must be set before use. 14 was first chosen - introduced movement between 9-11 frames; correction result using frame 16 was worse - may be better off not using motion correction
'mrhist048': '15', # same problem as 047, "corrected" one was worse; 3D motion correction on 15 worked better
'mrhist049': '14', #
'mrhist050': '17', # very bad motion, see if 3D is better, but otherwise may need to find another method
'mrhist051': '16', #
'mrhist052': '21', #
'mrhist053': '16', # (3D)
'mrhist054': '14', # (3D)
'mrhist055': '14', # (3D)
'mrhist056': '15', # (3D)
'mrhist057': '14', # (3D)
'mrhist058': '12', # (3D)
'mrhist059': '16', # (3D)
'mrhist060': '12', # (3D)
'mrhist061': '15', # (3D)
'mrhist062': '12', # (3D)
'mrhist063': '15', # (3D)
'mrhist064': '18', # (3D)
'mrhist065': '13', # (3D)
'mrhist066': '17', # (3D)
'mrhist067': '13', # (3D)
'mrhist068': '13', # (3D)
'mrhist069': '14', # (2D)
'mrhist070': '18'
}