Difference between revisions of "mrcImage2DProjection"
(Created page with "'''mrcImage2DProjection''' is Eos's Command that performs the Projection(2D). It is to utilize when the fibrous structure is extended in the z-axis direction. It ...") |
(No difference)
|
Latest revision as of 02:22, 16 July 2014
mrcImage2DProjection is Eos's Command that performs the Projection(2D). It is to utilize when the fibrous structure is extended in the z-axis direction. It performs the projections along the x-axis basis. lmrcRefFilamentProjection is called internally. Therefore note size of the x-axis(It is the magnitude of the y-axis direction is assumed), z-axis are the number of pixels in the x-axis, y-axis direction.
Contents
List of option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage(3D) | NULL |
| -o | Essential | Output: mrcImage(2D) | NULL |
| -w | Optional | Omega | 0 |
| -p | Optional | Phi | 0 |
| -a | Optional | Alpha | 0 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
Execution example
Input file's data
N : ( 69, 69, 100) Mode : 2 mrcFloatImage StartN : ( 0, 0, 0) M : ( 1, 1, 1) Length : ( 10.000, 10.000, 10.000) A,B,G : ( 90.00, 90.00, 90.00) C,R,S : ( 1, 2, 3) Min,Max,Mean : ( 0, 1.44, 0.00306)
Example of options only essential
![]() |
Min Max |
-0.787823 (24, 61, 0) 3.86799 (20, 24, 0) |
Option -w
w=15
![]() |
Min Max |
-0.840167 (22, 38, 0) 3.50401 (20, 47, 0) |
Option -p
p=15
![]() |
Min Max |
-0.611925 (45, 54, 0) 4.39429 (20, 61, 0) |
Option -a
a=15
![]() |
Min Max |
-1.07764 (30, 22, 0) 4.35892 (28, 31, 0) |



