mrcImage3DPad
mrcImage3DPad is Eos's Command that is padding the mrcImage(3D) of particle or filament.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-r | Optional | Threshold radius of signal.(cf: -M) | Nx |
-w | Optional | Width of slope. (For m=1.) | 1 |
-v | Optional | Pad value | 0 |
-Nx | Optional | Output's Nx | Input's Nx |
-Ny | Optional | Output's Ny | Input's Ny |
-Nz | Optional | Output's Nz | Input's Nz |
-Floating | Optional | Floating | |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode of calculating pad value | 0 |
-M | Optional | Mode of calculating -r | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | Out of threshold is avrage of threshold plain.(Default) |
1 | Mulplying cos function. Default: Out of threshold is avrage of threshold plain. |
-M details
Value | Description |
---|---|
0 | For filaments. (R is calculated from its axis.) |
1 | For particles. (R is calculated from its center.) |
Execution example
Input file image
Min Max |
-0.307724 (52, 10, 79) 1.52145 (47, 41, 47) |
Min Max |
-2255.49 (1, 42, 21) 4032.8 (49, 53, 30) |
Example of options only essential
Tailer: 0 Program Start N: 69 69 100 TailerNum 0 r: 34
Min Max |
-0.307724 (52, 10, 79) 1.52145 (47, 41, 47) |
Option -Nx, -Ny, -Nz
Case: Nx=50, Ny=50, Nz=75
Tailer: 0 Program Start N: 50 50 75 TailerNum 0 r: 34
Min Max |
-0.295151 (23, 12, 71) 1.52145 (38, 32, 47) |
Option -r
Case: r=20
Tailer: 0 Program Start N: 69 69 100 TailerNum 0 r: 20
Min Max |
-0.295151 (32, 21, 71) 1.52145 (47, 41, 47) |
Option -v
Case: v=0.1
Tailer: 0 Program Start N: 69 69 100 TailerNum 0
Min Max |
-0.295151 (32, 21, 71) 1.52145 (47, 41, 47) |
Option -Floating
Tailer: 0 Program Start N: 69 69 100 TailerNum 0 r: 20 Floating avg:-0.000912
Min Max |
-0.294238 (32, 21, 71) 1.52236 (47, 41, 47) |
Option -m
Case: m=1
Case: No other settings
Tailer: 0 Program Start N: 69 69 100 TailerNum 0 r: -0.000245498 av: -0.000245498
Min Max |
-0.295151 (32, 21, 71) 1.52145 (47, 41, 47) |
Case: w=2
Tailer: 0 Program Start N: 69 69 100 TailerNum 0 r: -0.000162708 av: -0.000162708
Min Max |
-0.255166 (37, 36, 69) 1.06472 (47, 41, 47) |
Option -M
Case: M=1, r=30
Tailer: 0 Program Start N: 99 99 99 99 99 99
Min Max |
-1991.84 (41, 38, 29) 4032.8 (49, 53, 30) |