Difference between revisions of "mrcImageStandardDeviation"
From EosPedia
								
												
				|  (Created page with "'''mrcImageStandardDeviation''' is複数画像間の標準偏差及びそれを用いた変換を行う Eos's Command.  == List of option == === Main option === 		<tab...") | |||
| Line 1: | Line 1: | ||
| − | '''mrcImageStandardDeviation'''  | + | '''mrcImageStandardDeviation''' is [[Eos]]'s [[Command]] that calculates the standard deviation between multiple images, and transfers by it. | 
| == List of option == | == List of option == | ||
| Line 14: | Line 14: | ||
| 				<td>-i</td> | 				<td>-i</td> | ||
| 				<td>Essential</td> | 				<td>Essential</td> | ||
| − | 				<td> | + | 				<td>Input: [[mrcImage]]</td> | 
| 				<td>NULL</td> | 				<td>NULL</td> | ||
| 			</tr> | 			</tr> | ||
| Line 20: | Line 20: | ||
| 				<td>-o</td> | 				<td>-o</td> | ||
| 				<td>Optional</td> | 				<td>Optional</td> | ||
| − | 				<td> | + | 				<td>Output: [[mrcImage]] (M=2 only)</td> | 
| 				<td>NULL</td> | 				<td>NULL</td> | ||
| 			</tr> | 			</tr> | ||
| Line 26: | Line 26: | ||
| 				<td>-h</td> | 				<td>-h</td> | ||
| 				<td>Optional</td> | 				<td>Optional</td> | ||
| − | 				<td> | + | 				<td>High threshold (M=2 only)</td> | 
| 				<td>0</td> | 				<td>0</td> | ||
| 			</tr> | 			</tr> | ||
| Line 32: | Line 32: | ||
| 				<td>-l</td> | 				<td>-l</td> | ||
| 				<td>Optional</td> | 				<td>Optional</td> | ||
| − | 				<td> | + | 				<td>High threshold (M=2 only)</td> | 
| 				<td>0</td> | 				<td>0</td> | ||
| 			</tr> | 			</tr> | ||
| Line 38: | Line 38: | ||
| 				<td>-m</td> | 				<td>-m</td> | ||
| 				<td>Optional</td> | 				<td>Optional</td> | ||
| − | 				<td> | + | 				<td>Mode1</td> | 
| 				<td>0</td> | 				<td>0</td> | ||
| 			</tr> | 			</tr> | ||
| Line 44: | Line 44: | ||
| 				<td>-M</td> | 				<td>-M</td> | ||
| 				<td>Optional</td> | 				<td>Optional</td> | ||
| − | 				<td> | + | 				<td>Mode2</td> | 
| 				<td>0</td> | 				<td>0</td> | ||
| 			</tr> | 			</tr> | ||
| Line 65: | Line 65: | ||
| 			<tr> | 			<tr> | ||
| 				<td>0</td> | 				<td>0</td> | ||
| − | 				<td> | + | 				<td>Standard Deviation</td> | 
| 			</tr> | 			</tr> | ||
| 			<tr> | 			<tr> | ||
| 				<td>1</td> | 				<td>1</td> | ||
| − | 				<td> | + | 				<td>Variation</td> | 
| 			</tr> | 			</tr> | ||
| 		</div> | 		</div> | ||
| Line 83: | Line 83: | ||
| 			<tr> | 			<tr> | ||
| 				<td>0</td> | 				<td>0</td> | ||
| − | 				<td> | + | 				<td>Standard deviation or Variation in one mrcfile.</td> | 
| 			</tr> | 			</tr> | ||
| 			<tr> | 			<tr> | ||
| 				<td>1</td> | 				<td>1</td> | ||
| − | 				<td> | + | 				<td>Standard deviation or Variation of each pixel between mrcfiles.</td> | 
| 			</tr> | 			</tr> | ||
| 		</div> | 		</div> | ||
| Line 172: | Line 172: | ||
| 	<br> | 	<br> | ||
| − | <div>Input  | + | <div>Input file (for M=1)</div> | 
| 	[[File:List-mrcImageStanderdDeviation.png]] | 	[[File:List-mrcImageStanderdDeviation.png]] | ||
Latest revision as of 06:13, 31 July 2014
mrcImageStandardDeviation is Eos's Command that calculates the standard deviation between multiple images, and transfers by it.
Contents
List of option
Main option
Mode1 details
| Value | Description | 
|---|---|
| 0 | Standard Deviation | 
| 1 | Variation | 
Mode2 details
| Value | Description | 
|---|---|
| 0 | Standard deviation or Variation in one mrcfile. | 
| 1 | Standard deviation or Variation of each pixel between mrcfiles. | 
Execution example
------Input file's image------
Input file1(1vom-rot0.mrc)
|  | Min 				Max | 0 				73.1421 | 
Input file2(1vom-rot1.mrc)
|  | Min 				Max | 0 				77.0909 | 
Input file3(1vom-rot2.mrc)
|  | Min 				Max | 0 				83.9283 | 
Input file4(1vom-rot3.mrc)
|  | Min 				Max | 0 				87.0306 | 
	
Input file (for M=1)
------Option -m, -M------
Case: M=0 (Using Input file1)
Case: m=0
Case: m=1
Case: M=1 (Using Input file list)
Case: m=0
|  | Min 					Max | 0 					23.9429 | 
Case: m=1
|  | Min 					Max | 0 					573.263 | 



