Difference between revisions of "mrcImageNormalizedSubtraction"
From EosPedia
(Created page with "'''mrcImageNormalizedSubtraction''' is Eos's Command that normalizes the density of images, and calculates the subtraction between the images. In addtion, It can calc...") |
(No difference)
|
Latest revision as of 06:17, 28 July 2014
mrcImageNormalizedSubtraction is Eos's Command that normalizes the density of images, and calculates the subtraction between the images. In addtion, It can calculate RMSD between images. (-rmsd: if set, file output; otherwise, standard output)
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i1 | Essential | Input1: mrcImage | NULL |
-i2 | Essential | Input2: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-nori2 | Optional | Output2: mrcImage | NULL |
-rmsd | Optional | Output: ASCII(RMSD) | stdout (Standard output by default) |
-pf | Optional | Output: ASCII(パラメータ) | stdout (Standard output by default) |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
+1 | Sigma!=1.0 |
+2 | Stdout |
+4 | Reversed |
+8 | Robust Test |
Execution example
Input file1 image
![]() |
Min Max |
0 255 |
Input file2 image
![]() |
Min Max |
0 255 |
Example of options only essential
Output
-rmsd, -pf is standard output if not set.
a= -76.811897, b= 0.879999, r= 0.000000, sigma_a= 1.679392, sigma_b= 0.014486, RMSD: 179.359329
-o image
![]() |
Min Max |
0 255 |
-nori2 image
![]() |
Min Max |
0 255 |
-rmsd data
Output is written to the specified file.
RMSD: 179.359329
-pf data
Output is written to the specified file.
a= -76.811897, b= 0.879999, r= 0.000000, sigma_a= 1.679392, sigma_b= 0.014486,
Option -m
m=4
-o image
![]() |
Min Max |
0 255 |