Difference between revisions of "mrc3DExtractZ"
(→Option -b) |
(→Case t=50) |
||
Line 160: | Line 160: | ||
===Option -t=== | ===Option -t=== | ||
− | ====Case t=50==== | + | ====Case: t=50==== |
<table> | <table> | ||
<tr> | <tr> |
Latest revision as of 06:56, 15 July 2014
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 |