Difference between revisions of "mrcImageShapeOrientation"

From EosPedia
Jump to: navigation, search
(Created page with "'''mrcImageShapeOrientation''' is the program that calculates that calculates Orientation Parameter for representation of orientation of particle images(3D also 2D). It perfor...")
 
 
Line 9: Line 9:
 
pi = <3cos(anglei)^2 -1 >/2
 
pi = <3cos(anglei)^2 -1 >/2
  
であり、iは、x, y, zのそれぞの軸を示し、angleiは、その軸とのなす角を示している。
+
and, i means axis of x, y, z, anglei means angle from the axis.
画像の軸は、ピクセル値が閾値を超えた2点について、ピクセル値が小さい点から大きい点に画像のベクトル軸をとるとしている(場合によっては向きは影響しない)。平均をとる際には、二つの点の密度(ピクセル値ー閾値)及びベクトルの長さの積をウェイトとして利用している。結果として、密度が大きい二つの点が離れているベクトルの向きが優先される。
+
The axis of image is determined as the vector whose orientation from small one to large one among 2 points whose pixel value is over the threshold (Orientation has no effect in some cases). When calcutaing average, it uses weight that is multiplied the length of vector to the density of 2 points (pixel value - threshold). Consequently, the orientation of vector that has 2 distant points whose density is large takes precedence.<br>
 結果として、粒子の位置には依存しない解析が可能となっている。
+
 Thus, it can analysis independent to position of particle.
  
 
== List of option ==
 
== List of option ==
Line 38: Line 38:
 
<td>-thres</td>  
 
<td>-thres</td>  
 
<td>Optional</td>  
 
<td>Optional</td>  
<td>密度を定義する閾値を指定する(閾値以上のピクセルを密度として取り扱う)</td>  
+
<td>threshold defining density</td>  
 
<td>0.0 </td>  
 
<td>0.0 </td>  
 
</tr>  
 
</tr>  
Line 71: Line 71:
 
<tr>  
 
<tr>  
 
<td>0</td>  
 
<td>0</td>  
<td>x、y、z軸のそれぞれの方向に密度の配向パラメータを求める</td>  
+
<td>Calculation of Orientation Parameter each direction(x, y, z)</td>  
 
</tr>  
 
</tr>  
 
</div>  
 
</div>  

Latest revision as of 00:26, 31 July 2014

mrcImageShapeOrientation is the program that calculates that calculates Orientation Parameter for representation of orientation of particle images(3D also 2D). It performs the purpose of same as mrcImageShapePCA by using another method.

Algorithm

 It determines the shape of the 3D object by using Orientation Parameter.

Orientation parameter

 Orientation Parameter is used when indicating the order of the sequence of molecules in a liquid crystal. Here, it is used for indicating the deviation of the density.

pi = <3cos(anglei)^2 -1 >/2

and, i means axis of x, y, z, anglei means angle from the axis. The axis of image is determined as the vector whose orientation from small one to large one among 2 points whose pixel value is over the threshold (Orientation has no effect in some cases). When calcutaing average, it uses weight that is multiplied the length of vector to the density of 2 points (pixel value - threshold). Consequently, the orientation of vector that has 2 distant points whose density is large takes precedence.
 Thus, it can analysis independent to position of particle.

List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: mrcImage NULL
-o Optional Output: ASCII stdout(Standard output by default)
-thres Optional threshold defining density 0.0
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0 Calculation of Orientation Parameter each direction(x, y, z)


Execution example