Difference between revisions of "mrcImageFourierNeighborCorrelation"

From EosPedia
Jump to: navigation, search
Line 79: Line 79:
 
</table>  
 
</table>  
 
<br>
 
<br>
 +
 +
=== -C details ===
 +
<table border="1">
 +
<tr>
 +
<th>Value</th>
 +
<th>Description</th>
 +
</tr>
 +
<tr>
 +
<td>0</td>
 +
<td>Centre is ImageCentre Shift: (Nx/2.0, Ny/2.0, Nz/2.0 )</td>
 +
</tr>
 +
<tr>
 +
<td>1</td>
 +
<td>Centre is BottomLeft  Shift: (0,      0,      0      )</td>
 +
</tr>
 +
<tr>
 +
<td>2</td>
 +
<td>Use StartN            Shift: (StartNx,StartNy,StartNz)</td>
 +
</tr>
 +
</table>
 +
<br>
 +
 +
=== -M details ===
 +
c.f. [[Interpolation Mode]]
  
 
=== -m details ===
 
=== -m details ===

Revision as of 03:02, 14 October 2014

mrcImageFourierNeighborCorrelation is Eos's Command to check a resolution by utilizing the redundancy of Fourier Space.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: mrcImage(3D) NULL
-o Optional Output: ASCII(FNC) stdout
-d Optional delta on Fourier Space 0.0
-C Optional CentreMode 0
-M Optional Interpolation Mode 0
-FSC Optional Output flag of predicted FSC
-mask Optional Input: mrcImage(3D)(Mask for FSC) NULL
-maskBack Optional Input: mrcImage(3D)(Mask for FSC Back) NULL
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  


-C details

Value Description
0 Centre is ImageCentre Shift: (Nx/2.0, Ny/2.0, Nz/2.0 )
1 Centre is BottomLeft Shift: (0, 0, 0 )
2 Use StartN Shift: (StartNx,StartNy,StartNz)


-M details

c.f. Interpolation Mode

-m details

Value Description
0


Execution example