Difference between revisions of "mrcImagePad"
From EosPedia
(No difference)
|
Revision as of 01:58, 29 July 2014
mrcImagePad is Eos's Command that performs padding.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-W | Optional | Width[pixel] | 0 |
-H | Optional | Height[pixel] | 0 |
-V | Optional | Padding Value(float on avgrage density) | 0.0 |
-EV | Optional | Expected Value for Background/td> | 0.0 |
-AW | Optional | Averaging Window Size [A] | 2000.0 |
-AWMin | Optional | Averaging Window Size Min[pixel] | 20 |
-AWMax | Optional | Averaging Window Size Max[pixel] | 22 |
-Tilt | Optional | TiltImage: (TiltAxisAngle, TiltAngle) | 0,0 |
-m | Optional | Mode | 0 |
-h | Optional | Help | 0 |
-m details
Value | Description |
---|---|
0 | Pad average density(Image Center) |
1 | Pad average density of x=0 and x=MAX(x)(Image Center) |
2 | Pad dynamic average density of x=0 and x=MAX(x)(Image Center) |
3 | Pad average density of x=0,MAX(x) and y=0,MAX(y), (Image Center) |
4 | Pad average density of bottom left |
5 | Pad value (Image Center) |
6 | Pad value of bottom left |
7 | Pad value estimated from outside circle |
8 | Pad value estimated from outside ring: -AWMin -AMax |
9 | Pad value is Value |
10 | Periphery Masking Using ExpectedValue |
11 | Normalized Padding using (I(x,y)-avg(bg))/avg(bg)) |
12 | Normalized Padding using (I(x,y)-avg(I))/sqrt(var(I))) |
13 | Normalized Padding using (I(x,y)-avg(bg))/sqrt(var(bg))) |
14 | Normalized Padding using (I(x,y)-avg(bg))/(avg(I)-avg(bg)) |
15 | Tilted Image Circle Average: Need two values of TiltAxisAngle TiltAngle |