Difference between revisions of "mrcRefImagepwzCorModify"
(Created page with "'''mrcRefImagepwzCorModify''' is Eos's Command. == List of option == === Main option === <table border="1"> <tr> <th>Option</th> <th>Essential/Optiona...") |
(→Main option) |
||
Line 38: | Line 38: | ||
<td>-s</td> | <td>-s</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>y-shift[pixel]</td> |
<td>0.0</td> | <td>0.0</td> | ||
</tr> | </tr> | ||
Line 65: | Line 65: | ||
<td> </td> | <td> </td> | ||
</tr> | </tr> | ||
− | </table> | + | </table> |
===-m details=== | ===-m details=== |
Latest revision as of 02:41, 6 August 2014
mrcRefImagepwzCorModify is Eos's Command.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-nr | Optional | Needed only for old format | 0 |
-mag | Optional | Ratio of new magnification to old magnification | 1 |
-s | Optional | y-shift[pixel] | 0.0 |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode1 | 0 |
-M | Optional | Mode2 | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
+1 | min padding |
+2 | mirroring |
+4 | magnification change |
+8 | shift |
-M details
Value | Description |
---|---|
1 | old format |
2 | mode1+No shift |
Execution example
Input file image
Size Mode |
( 90, 70, 106) mrcFloatImage |
Example of options only essential
Size Mode |
( 90, 70, 106) mrcFloatImage |
Option -m
m=1
Case: No other settings
Size Mode |
( 90, 70, 106) mrcFloatImage |
nr=10
Size Mode |
( 90, 70, 106) mrcFloatImage |
m=2
Size Mode |
( 90, 70, 106) mrcFloatImage |
m=4
mag=1.5
Size Mode |
( 90, 70, 106) mrcFloatImage |
m=8
Case: No other settings
Size Mode |
( 90, 70, 106) mrcFloatImage |
s=10
Size Mode |
( 90, 70, 106) mrcFloatImage |
Option -M
M=1
m=1, nr=10
Size Mode |
( 90, 70, 106) mrcFloatImage |