mrcImageRectangleGetByCorrelation
From EosPedia
mrcImageRectangleGetByCorrelation is Eos's Command that cuts out the region whose correlation with reference image is highest.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -r | Optional | Reference: mrcImage | NULL |
| -Nx | Optional | Nx of Output(In case of even number, subtract 1.) | Nx of Reference |
| -Ny | Optional | Ny of Output(In case of even number, subtract 1.) | Ny of Reference |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 |
Execution example
Input file's image
![]() |
Min Max |
0 (0, 0, 0) 255 (10, 0, 0) |
Reference file image
Min Max |
0 (1, 0, 0) 255 (11, 0, 0) |
Example of options only essential
Min Max |
0 (0, 0, 0) 255 (10, 0, 0) |
Option -Nx, -Ny
Case: Nx=15, Ny=15
Min Max |
0 (0, 0, 0) 255 (1, 0, 0) |
