mrcImageCenterGet
From EosPedia
mrcImageCenterGet is Eos's Command changes the size of mrcImage file. (Trimming)
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-Nx | Optional | Width of x-axis | 0 |
-Ny | Optional | Width of y-axis | 0 |
-Nz | Optional | Width of z-axis | 0 |
-Cx | Optional | Cetnter x position of extracted image. | 0 |
-Cy | Optional | Cetnter y position of extracted image. | 0 |
-Cz | Optional | Cetnter z position of extracted image. | 0 |
-even | Optional | all dimensions of N are even. | |
-m | Optional | Mode1 | 0 |
-M | Optional | Mode2 | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | By Nearest |
1 | By Linear |
2 | By Cubic Convolusion |
-M details
Value | Description |
---|---|
0 | Normal Image |
1 | Ref Image |
Execution example
Input file's image
Min Max |
-79.707 93.0617 |
Option -Nx,-Ny
Case: -Nx 150,-Ny 150
*No setting the -Nz this time, because size of z is 1.
![]() |
Min Max |
-64.5759 93.0617 |
Option -Cx,-Cy
Case: Nx 150,-Ny 150,-Cx 550 -Cy 550
![]() |
Min Max |
-64.5759 93.0617 |
Option -even
Input file's image
Output file's image
Option -m, -M
Case: m=0, M=0
![]() |
Min Max |
-64.5759 93.0617 |
Case: m=1
![]() |
Min Max |
-31.66 76.5183 |
Case: m=2
![]() |
Min Max |
-52.0282 96.0772 |
Case: M=1
![]() |
Min Max |
-31.5983 33.7833 |
*If only essential option, the difference does not appear between the input and output files.