Difference between revisions of "mrcImageNullImageCreate"

From EosPedia
Jump to: navigation, search
(Created page with "'''mrcImageNullImageCreate''' is Eos's Command creates mrcImage whose image's values are the same all. == Algorithm == == List of option == === Main option ===...")
 
(List of option)
 
Line 15: Line 15:
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>Essential</td>  
 
<td>Essential</td>  
<td>Output設定</td>  
+
<td>Output: [[mrcImage]]</td>  
 
<td>NULL (necessary setting)</td>  
 
<td>NULL (necessary setting)</td>  
 
</tr>  
 
</tr>  
Line 83: Line 83:
 
</div>  
 
</div>  
 
</table>
 
</table>
 
  
 
== Execution example ==
 
== Execution example ==

Latest revision as of 23:51, 28 July 2014

mrcImageNullImageCreate is Eos's Command creates mrcImage whose image's values are the same all.

Algorithm

List of option

Main option

Option Essential/Optional Description Default
-o Essential Output: mrcImage NULL (necessary setting)
-Nx Optional Pixel Number x 0 (Actually 1)
-Ny Optional Pixel Number y 0 (Actually 1)
-Nz Optional Pixel Number z 0 (Actually 1)
-v Optional Value of pixel 0
-d Optional Pixel size: [A] 0 (recommend setting)
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0

Execution example

Example of options only essential

Outdata2-mrcImageNullImageCreate.png

Min

Max
Mean
SD

SE

0

0
0
0

0

N            : (         1,          1,          1)
Mode         :           2  mrcFloatImage         
StartN       : (         0,          0,          0)
M            : (         1,          1,          1)
Length       : (     0.000,      0.000,      0.000)
A,B,G        : (     90.00,      90.00,      90.00)
C,R,S        : (         1,          2,          3)
Min,Max,Mean : (         0,          0,          0)

Option -NxNy

Case: Nx=80, Ny=80

Outdata-mrcImageNullImageCreate.png

Min

Max
Mean
SD

SE

0

0
0
0

0

N            : (        80,         80,          1)
Mode         :           2  mrcFloatImage         
StartN       : (         0,          0,          0)
M            : (         1,          1,          1)
Length       : (     0.000,      0.000,      0.000)
A,B,G        : (     90.00,      90.00,      90.00)
C,R,S        : (         1,          2,          3)
Min,Max,Mean : (         0,          0,          0)

Option -v

Case: v=1 Nx=80, Ny=80

Outdata-v1d1-mrcImageNullImageCreate.png

Min

Max
Mean
SD

SE

1

1
1
0

0

N            : (        80,         80,          1)
Mode         :           2  mrcFloatImage         
StartN       : (         0,          0,          0)
M            : (         1,          1,          1)
Length       : (     0.000,      0.000,      0.000)
A,B,G        : (     90.00,      90.00,      90.00)
C,R,S        : (         1,          2,          3)
Min,Max,Mean : (         1,          1,          1)

Case: v=0.5 Nx=80, Ny=80

Outdata-v0.5d1-mrcImageNullImageCreate.png

Min

Max
Mean
SD

SE

0.5

0.5
0.5
0

0

N            : (        80,         80,          1)
Mode         :           2  mrcFloatImage         
StartN       : (         0,          0,          0)
M            : (         1,          1,          1)
Length       : (     0.000,      0.000,      0.000)
A,B,G        : (     90.00,      90.00,      90.00)
C,R,S        : (         1,          2,          3)
Min,Max,Mean : (       0.5,        0.5,        0.5)


Option -d

Case: d=1 Nx=80, Ny=80

Outdata-d-mrcImageNullImageCreate.png

Min

Max
Mean
SD

SE

0

0
0
0

0

N            : (        80,         80,          1)
Mode         :           2  mrcFloatImage         
StartN       : (         0,          0,          0)
M            : (         1,          1,          1)
Length       : (     1.000,      1.000,      1.000)
A,B,G        : (     90.00,      90.00,      90.00)
C,R,S        : (         1,          2,          3)
Min,Max,Mean : (         0,          0,          0)

References