mrc3Dto2D
mrc3Dto2D is Eos's Command that creates 2D Image from 3D Image. In this case, 3D image refers to the reference image mainly, 2D image refers to the projected image mainly. It is possible to acquire the projected image of the various angles from the crystal structure (PDB file) or similar structure. Projected image output is used to determine the angle of the particles in a single particle analysis.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage(3D) | NULL |
-o | Essential | Output: mrcImage(2DSet) | NULL |
-Rot1 | Optional | 1st Rotation | 0.0 360.0 10 |
-Rot2 | Optional | 2nd Rotaion | 0.0 360.0 10 |
-Rot3 | Optional | Last Rotaion | 0.0 360.0 10 |
-EulerMode | Optional | Rotaion mode of Euler Angle | ZOYS |
-InterpolationMode | Optional | Interpolation mode | 1 |
-AreaMode | Optional | AreaMode:Form of the whole space to be projected 0: square 1: sphere |
0 |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | Projection by the number of all. |
1 | Reducing the number of projections in accordance with the rotation angle. Axis nRot3=1 and Rot2 if is perpendicular to the 2D image plane, it is possible to reduce the number of projections. |
-InterpolationMode details
Setting of Interpolation Mode.
Value | Description |
---|---|
0 | Nearest neighbor method |
1 | Bi-linear interpolation method |
2 | Cubic convolution method |
3 | Polynomial interpolation method |
Rotation Order details
1st digit: Setting the rotation axis of the first 2nd digit: Setting the order-1 of the rotation axis O: Order Z -> Y-> X E: Order Z -> X-> Y 3rd digit: Setting the order-2 of the rotation axis Y: Keep the order N: Reverse the order 4th digit: Setting rotation method S: Rotate the object N: Move the coordinates
Execution example
Input file's image
Details for the input file by pdbInfo.
Converting to mrcImage file(3D) by pdb2mrc.
XY-plane | YZ-plane |
![]() |
![]() |
Example of options only essential
![]() |
Min Max |
0 0.186008 |
Option -Rot1 -Rot2 -Rot3
XY-plane | YZ-plane | ||
![]() |
![]() |
Min Max |
0 0.175 |
Option -EulerMode
XY-plane | YZ-plane | ||
![]() |
![]() |
Min Max |
0 0.175 |
Option -InterpolationMode
InterpolationMode: 0
![]() |
Min Max |
0 0.2125 |
InterpolationMode: 1
![]() |
Min Max |
0 0.175 |
InterpolationMode: 2
![]() |
Min Max |
-0.0325619 0.213961 |
InterpolationMode: 3
![]() |
Min Max |
-5.4667 184.383 |