mrcRefCoreGet
mrcRefCoreGet is Eos's Command.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -C | Optional | Cutoff | 0 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | If |Pixel of Image| < Cutoff ,|Pixel of Image|=0 |
| 1 | If |Pixel of Image| < Cutoff*SqrAvr ,|Pixel of Image|=0 |
Execution example
Input file image
Size Mode |
( 56, 27, 326) mrcFloatImage |
Example of options only essential
Size Mode |
( 56, 27, 326) mrcFloatImage |
Option -C
C=10000
Size Mode |
( 56, 27, 326) mrcFloatImage |
Option -m
Case: m=1, C=1
Size Mode |
( 56, 27, 326) mrcFloatImage |



