mrcImageSN
mrcImageSN is Eos's Command that processes stats(Avarege, Variance, Standard Deviation, ...).
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: ASCII(File List) | NULL |
-A | Optional | Output: Average | NULL |
-SN | Optional | Output: SN:=Average/SD | NULL |
-t | Optional | Output: t=:Average/SD/sqrt(n-2) | NULL |
-SE | Optional | Output: Standard Error | NULL |
-SD | Optional | Output: Standard Deviation | NULL |
-Var | Optional | Output: Variance | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
Execution example
Input file's data
/EOS/img/Input0.mrc /EOS/img/Input1.mrc /EOS/img/Input2.mrc /EOS/img/Input3.mrc
![]() |
Min Max |
0 (0, 0, 0) 255 (30, 25, 0) |
![]() |
Min Max |
0 (0, 0, 0) 255 (30, 26, 0) |
![]() |
Min Max |
0 (0, 0, 0) 255 (27, 32, 0) |
![]() |
Min Max |
0 (0, 0, 0) 255 (28, 33, 0) |
Option -A
![]() |
Min Max |
0 (0, 0, 0) 63 (28, 27, 0) |
Option -SN
![]() |
Min Max |
0 (0, 0, 0) 6 (30, 19, 0) |
Option -t
![]() |
Min Max |
0 (0, 0, 0) 9 (30, 19, 0) |
Option -SE
![]() |
Min Max |
0 (0, 0, 0) 4 (22, 26, 0) |
Option -SD
![]() |
Min Max |
0 (0, 0, 0) 9 (21, 33, 0) |
Option -Var
![]() |
Min Max |
0 (0, 0, 0) 255 (42, 16, 0) |