Difference between revisions of "mrcImageUnbentROI"
(Created page with "'''mrcImageUnbentROI''' is2次元画像からのスプライン曲線に則った切り出しを行う Eos's Command.例えば、曲がったフィラメント画像...") |
|||
Line 1: | Line 1: | ||
− | '''mrcImageUnbentROI''' | + | '''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. |
Revision as of 05:46, 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 | Hight: Source | 1.0 |
-W | Optional | Width: Dst | 1.0 |
-H | Optional | Hight: 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 |