mrc3DExtractZ

From EosPedia
Jump to: navigation, search

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