mrcImageZPad
mrcImageZPad is Eos's Command that performs padding of mrcImage(3D) along with z-axis.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-r | Optional | rmax = height of z window * 0.5 | 0 |
-w | Optional | Width of slope.(For mode 1)(Usually w>=3 is good enough) | 1 |
-v | Optional | Padding value | 0 |
-Nx | Optional | Number x of Output | Number x of Input |
-Ny | Optional | Number y of Output | Number y of Input |
-Nz | Optional | Number z of Output | Number z of Input |
-Floating | Optional | Floating | |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Calculation method of padding value | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | Out of threshold is avrage of threshold plain. |
1 | Mulplying cos function. |
Execution example
Input file image
Min Max |
-0.307724 (52, 10, 79) 1.52145 (47, 41, 47) |
Option -m
Case: m=1, r=20
Tailer: 0 Program Start av :0.00324832
Min Max |
-0.302611 (10, 14, 59) 1.52145 (47, 41, 47) |
Option -w
Case: w=10
Tailer: 0 Program Start av :0.00028809
Min Max |
-0.302611 (10, 14, 59) 1.52145 (47, 41, 47) |
Option -v
Case: v=0.1, w=10
Tailer: 0 Program Start av :0.1
Min Max |
-0.302611 (10, 14, 59) 1.52145 (47, 41, 47) |
Option -Floating
Tailer: 0 Program Start av :0.00324832
Min Max |
-0.30586 (10, 14, 59) 1.5182 (47, 41, 47) |
Option -Nx, -Ny, -Nz
Case: Nx=40, Ny=40, Nz=50
Tailer: 0 Program Start av :0.00324832
Min Max |
-0.289995 (10, 3, 38) 1.52145 (33, 27, 22) |