mrcImageTranspose
From EosPedia
mrcImageTranspose is Eos's Command that performs transpose of the image.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-M | Optional | Mode2 | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | Rotation +90 degree at xy-plane |
1 | Rotation -90 degree at xy-plane |
2 | Rotation +90 degree at yz-plane |
3 | Rotation -90 degree at yz-plane |
-M details
Value | Description |
---|---|
0 | 2D Image |
1 | Ref Image (m=0, 1) |
Execution example
Input file's image
![]() |
Min Max |
-9.09212 (23, 65, 0) 210.297 (36, 86, 0) |
Example of options only essential
![]() |
Min Max |
0 (0, 0, 0) 10.5248 (33, 37, 99) |
Option -m
Case: m=1
![]() |
Min Max |
0 (0, 0, 0) 10.5248 (37, 33, 99) |
Case: m=2
![]() |
Min Max |
0 (0, 0, 0) 10.5248 (37, 0, 37) |
Case: m=3
![]() |
Min Max |
0 (0, 0, 0) 10.5248 (37, 99, 33) |
Option -M
Case: M=1
![]() |
Min Max |
0 (0, 0, 0) 10.5248 (33, 37, 99) |