mrcImageMasking
From EosPedia
mrcImageMasking is Eos's Command that performs masking.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-nx | Optional | Size: x | 0 |
-ny | Optional | Size: y | 0 |
-nz | Optional | Size: z | 0 |
-cx | Optional | Center: x | 0 |
-cy | Optional | Center: y | 0 |
-cz | Optional | Center: z | 0 |
-Shape | Optional | Shape | 0 |
-Normalize | Optional | 0 | |
-h | Optional | Help |
-Shape details
Shape | Description |
---|---|
0 | Circle : radius(nx, ny, nz) |
1 | Square : radius(nx, ny, nz) |
Execution example
------Input file's image------
![]() |
Min Max |
-65.0178 94.4699 |
*It doesn't effect -nz,-cz, because the image is 2D image.
------Example of options only essential------
![]() |
Min Max |
-65.2676 94.2201 |
------Option -nx,-ny------
Case: nx=50,ny=50
![]() |
Min Max |
-70.9428 47.3741 |
------Option -cx,-cy------
Case: nx=50,ny=50,cx=30,cy=30
![]() |
Min Max |
-66.2815 93.2062 |
------Option -Shape------
Case: nx=50,ny=50,cx=30,cy=30,Shape=1
![]() |
Min Max |
-65.7765 93.7112 |