mrcImage3DWindowing
mrcImage3DWindowing is Eos's Command that multiplies windowing function to mrcImage(3D).
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage(3D) | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -center | Optional | Center: (cx, cy, cz) | (0, 0, 0) |
| -w | Optional | Width: (wx, wy, wz) | (0, 0 , 0) |
| -r | Optional | Radius | 0 |
| -wr | Optional | Width for R | 0 |
| -wz | Optional | Width for z | 0 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | GaussianRectangularSolid |
| 1 | CosCylindar(+Offset) |
| 2 | CosSphere |
| 3 | CosSphere(+Offset) |
Execution example
Input file's image
![]() |
Min Max |
0 2 |
Example of options only essential
Min Max |
0 0 |
Option -w
when m=0,
Case: w=(30, 30, 30)
Setting the width of each direction of the Gaussian function to -w. (Width is 1 / e for each direction)
![]() |
Min Max |
0 1.01888 |
Option -center
Case: w=(30, 30, 30), center=(50, 50, 50)
![]() |
Min Max |
0 1.97241 |
Option -m
Case: m=1, w=(30, 30, 30), center=(50, 50, 50)
Case: No other settings
![]() |
Min Max |
-0.384876 1.61512 |
Case: r=10
![]() |
Min Max |
-0.37003 1.62997 |
Case: wr=10
![]() |
Min Max |
-0.192438 0.807562 |
Case: wz=10, r=10
![]() |
Min Max |
-0.37003 1.62997 |
Case: m=2, w=(30, 30, 30), center=(50, 50, 50)
Case: No other settings
Min Max |
0 0 |
Case: r=20
![]() |
Min Max |
0 2 |
Case: wr=30
![]() |
Min Max |
0 2 |
Case: m=3
Case: No other settings
![]() |
Min Max |
-0 0.815055 |
Case: r=20
![]() |
Min Max |
-0.353868 1.64613 |
Case: wr=30, r=20
![]() |
Min Max |
-0.352732 1.64613 |











