mrc3DExtractZ
mrc3DExtractZ is Eos's Command that cut out the image of z in the range that you specified for the mrcImage(3D).
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage(3D) | NULL |
| -o | Essential | Output: mrcImage(3D) | NULL |
| -b | 選択 | Bottom of output data | 0 |
| -t | 選択 | Top of output data. | top of input data |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 |
Execution example
Input file's image
Size Mode |
( 70, 70, 100) mrcFloatImage |
Example of options only essential
Size Mode |
( 70, 70, 101) mrcFloatImage |
Option -b
Case: b=20
Size Mode |
( 70, 70, 81) mrcFloatImage |
Option -t
Case: t=50
Size Mode |
( 70, 70, 51) mrcFloatImage |







