Difference between revisions of "mrc3DExtractZ"

From EosPedia
Jump to: navigation, search
(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====  
+
====Case b=20====  
 
<table>  
 
<table>  
 
<tr>  
 
<tr>  
Line 157: Line 157:
 
</tr>  
 
</tr>  
 
</table>
 
</table>
 
+
<br>
  
 
===Option -t===
 
===Option -t===
====case t=50====  
+
====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).


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

Input-3D-Data.png
xy-plane

Input1-3D-Data.png
yz-plane

Size

Mode
Min
Max
Mean
SD

SE

( 70, 70, 100)

mrcFloatImage
0 (0, 0, 0)
2 (35, 35, 5)
0.384947
0.605556

0.00086508


Example of options only essential

Outdata-mrc3DExtractZ.png
xy-plane

Outdata1-mrc3DExtractZ.png
yz-plane

Size

Mode
Min
Max
Mean
SD

SE

( 70, 70, 101)

mrcFloatImage
0 (0, 0, 0)
2 (35, 35, 5)
0.381136
0.603755

0.000858227

All ranges are output when the default setting.


Option -b

Case b=20

Outdata-b-mrc3DExtractZ.png
xy-plane

Outdata1-b-mrc3DExtractZ.png
yz-plane

Size

Mode
Min
Max
Mean
SD

SE

( 70, 70, 81)

mrcFloatImage
0 (0, 0, 0)
2 (35, 11, 0)
0.440463
0.62611

0.000993826


Option -t

Case t=50

Outdata-t-mrc3DExtractZ.png
xy-plane

Outdata1-t-mrc3DExtractZ.png
yz-plane

Size

Mode
Min
Max
Mean
SD

SE

( 70, 70, 51)

mrcFloatImage
0 (0, 0, 0)
2 (35, 35, 5)
0.383367
0.605127

0.0012105