mrcImageTTest
mrcImageTTest is Eos's Command that performs t-test between images.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Optional | Input: ASCII(File List) | NULL |
-I | Optional | Input: (mrcImage(Average), mrcImage(Variance), N) | (NULL, NULL, 0) |
-Nor | Optional | Input: NormalizingParameter: A + B*x: (A, B) | (0.0, 1.0) |
-r | Optional | Reference: ASCII(File List) | NULL |
-R | Optional | Reference: (mrcImage(Average), mrcImage(Variance), N) | (NULL, NULL, 0) |
-NorR | Optional | Reference:NormalizingParameter: A + B*x: (A, B) | (0.0, 1.0) |
-o | Optional | Output: Probability | NULL |
-t | Optional | Output: t-value | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
Average, Variance file of -I, -R is created by mrcImageSN.
-m details
Value | Description |
---|---|
0 |
-i, -r format
File1 File2 . .
Execution example
-i data
Input-1VOM-N-2D.mrc Input-1VOM-N-Rot-2D.mrc Input-1VOM-N-Rot1-2D.mrc
![]() |
Min Max |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |
![]() |
Min Max |
-11367.8 (51, 62, 0) 51939.8 (29, 26, 0) |
![]() |
Min Max |
-14918 (53, 17, 0) 58621.8 (30, 26, 0) |
-I data
![]() |
Min Max |
-7385.85 (61, 29, 0) 41209.8 (29, 26, 0) |
![]() |
Min Max |
62.2022 (11, 5, 0) 5.06054e+08 (45, 28, 0) |
-r data
Input-1VOM-2D.mrc Input-1VOM-Rot-2D.mrc Input-1VOM-Rot1-2D.mrc
![]() |
Min Max |
0 (0, 0, 0) 49749.7 (27, 28, 0) |
![]() |
Min Max |
-609.552 (68, 18, 0) 43476 (45, 47, 0) |
![]() |
Min Max |
-2.31309e-06 (29, 7, 0) 49749.2 (52, 51, 0) |
-R data
![]() |
Min Max |
-145.807 (2, 45, 0) 31890.8 (45, 47, 0) |
![]() |
Min Max |
0 (0, 0, 0) 7.26565e+08 (27, 28, 0) |
Example of options only essential
Case: -i, -r
![]() |
Min Max |
-99.9368 (45, 3, 0) 99.9301 (76, 50, 0) |
![]() |
Min Max |
-13.383 (30, 3, 0) 30.6481 (76, 50, 0) |
Case: -I, -R
![]() |
Min Max |
-99.9368 (45, 3, 0) 99.9301 (76, 50, 0) |
![]() |
Min Max |
-13.383 (30, 3, 0) 30.6481 (76, 50, 0) |
Option -Nor
Case: Nor=(0, 0.4)
![]() |
Min Max |
-99.9762 (46, 37, 0) 99.9871 (76, 50, 0) |
![]() |
Min Max |
-13.9446 (39, 40, 0) 27.7973 (76, 50, 0) |
Option -NorR
Case: NorR=(0, 0.4)
![]() |
Min Max |
-99.819 (45, 3, 0) 99.9888 (30, 32, 0) |
![]() |
Min Max |
-13.383 (30, 3, 0) 31.1071 (76, 50, 0) |