Difference between revisions of "mrcImageUnbentROI"
(→Main option) |
|||
Line 38: | Line 38: | ||
<td>-y</td> | <td>-y</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>Height: Source</td> |
<td>1.0</td> | <td>1.0</td> | ||
</tr> | </tr> | ||
Line 50: | Line 50: | ||
<td>-H</td> | <td>-H</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>Height: Dst</td> |
<td>1.0</td> | <td>1.0</td> | ||
</tr> | </tr> |
Latest revision as of 08:25, 4 August 2014
mrcImageUnbentROI is Eos's Command that cuts out the 2D image in depending spline. For example, you can analysis as that the bended filament image is straightly.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-r | Optional | roiLine: Variable: (x0, y0, x1, y1, ...) | NULL |
-x | Essential | Width: Source | 1.0 |
-y | Optional | Height: Source | 1.0 |
-W | Optional | Width: Dst | 1.0 |
-H | Optional | Height: Dst | 1.0 |
-cor | Optional | Correlation Window along Y-axis: [A] | 360.0 |
-S | Optional | When inputfile is shrinked | 1 |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
Execution example
Input file image
![]() |
Size Mode |
( 50, 80, 1) mrcFloatImage |
Option -x, -r
Case: x=50, r=(30, 15, 25, 40, 45, 75)
![]() |
Size Mode |
( 50, 65, 1) mrcFloatImage |
Option -y
Case: y=50
![]() |
Size Mode |
( 50, 50, 1) mrcFloatImage |
Option -W
Case: W=65
![]() |
Size Mode |
mrcFloatImage |
Option -H
Case: H=65, y=50
![]() |
Size Mode |
( 50, 65, 1) mrcFloatImage |
Option -cor
Case: cor=20
![]() |
Size Mode |
( 50, 65, 1) mrcFloatImage |