Difference between revisions of "mrcImageSectionGet"

From EosPedia
Jump to: navigation, search
(Created page with "'''mrcImageSectionGet''' is Eos's Command that outputs the section at the z-coordinate. == List of option == === Main option === <table border="1"> <div align="l...")
 
(Main option)
 
Line 14: Line 14:
 
<td>-i</td>
 
<td>-i</td>
 
<td>Essential</td>
 
<td>Essential</td>
<td>Input設定: [[mrcImage]]</td>
+
<td>Input: [[mrcImage]]</td>
 
<td>NULL</td>
 
<td>NULL</td>
 
</tr>
 
</tr>

Latest revision as of 06:03, 30 July 2014

mrcImageSectionGet is Eos's Command that outputs the section at the z-coordinate.

List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: mrcImage NULL
-o Essential Output: mrcImage NULL
-z Optional z-Section number 0
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0 Copy the selected section into a new area indicated by dst
1 Share the selected section between dst and src.
(replacement of pointers)


Execution example

------Input file's image------

Image at xy-plane

121p.in2-mrcImageSectionGet.png

Image at yz-plane

121p.in1-mrcImageSectionGet.png

Input file's data

121p.out-mrcImageSectionGet.png

This Input file is 3D data whose Nx=100, Ny=100, N=100 as the above.

------Output file------

Case: -z=1

121p.z1-mrcImageSectionGet.png

Min

Max
Mean
SD

SE

0

1
0.003
0.05469

0.0005469


Case: -z=10

121p.z10-mrcImageSectionGet.png

Min

Max
Mean
SD

SE

0

1
0.0059
0.0765845

0.000765845

Case: -z=30

121p.z30-mrcImageSectionGet.png

Min

Max
Mean
SD

SE

0

1
0.0005
0.0223551

0.000223551