mrcImage1DProjectionfrom2D
From EosPedia
mrcImage1DProjectionfrom2D is Eos's Command that performs the Projection of mrcImage(1D) from mrcImage(2D).
Contents
List of option
Main option
Option | Essential/Optional | NULL | Default |
---|---|---|---|
-i | Essential | Input: mrcImage(2D) | NULL |
-o | Essential | Output: mrcImage(1D) | NULL |
-d | Optional | Degree of the line to project | 0 |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 | Projection to y axis. |
1 | Projection to x axis. |
2 | Projection by fourier transform. |
Execution example
Input file's image
![]() |
Min Max |
-65.0178 94.4699 |
Option -m
Case: m=0
![]() |
Min Max |
-271.906 1697.39 |
Case: m=1
![]() |
Min Max |
-345.442 1413.04 |
Case: m=2
![]() |
Min Max |
-318.101 1389.06 |
Option -d
Case: d=0(default)
![]() |
Min Max |
-318.101 1389.06 |
Case: d=10
![]() |
Min Max |
-400.724 1405.56 |