Difference between revisions of "mrc3DExtractZ"
(Created page with "'''mrc3DExtractZ''' is Eos's Command that cut out the image of z in the range that you specified for the mrcImage(3D). == List of option == === Main option === ...") |
(→Execution example) |
||
Line 130: | Line 130: | ||
===Option -b=== | ===Option -b=== | ||
− | ==== | + | ====Case b=20==== |
<table> | <table> | ||
<tr> | <tr> | ||
Line 157: | Line 157: | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | + | <br> | |
===Option -t=== | ===Option -t=== | ||
− | ==== | + | ====Case t=50==== |
<table> | <table> | ||
<tr> | <tr> | ||
Line 187: | Line 187: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> |
Revision as of 05:20, 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 |