Difference between revisions of "mrcImageSiemensStar"
(Created page with "'''mrcImageSiemensStar''' is Eos's Command that creates Siemens Star (for check of resolution). == List of option == === Main option === <table border="1"> <tr>...") |
(→Execution example) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 46: | Line 46: | ||
<td>ConfigurationFile</td> | <td>ConfigurationFile</td> | ||
<td>NULL</td> | <td>NULL</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>-Shape</td> | ||
+ | <td>Optional</td> | ||
+ | <td>ShapeMode of Output</td> | ||
+ | <td>0</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 60: | Line 66: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
+ | |||
+ | ===-Shape details=== | ||
+ | <table border="1"> | ||
+ | <tr> | ||
+ | <th>Value</th> | ||
+ | <th>Description</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>0</td> | ||
+ | <td>SiemensStar(Step)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>1</td> | ||
+ | <td>SiemensStar(Cos)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>2</td> | ||
+ | <td>Linear(Step)</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>3</td> | ||
+ | <td>Linear(Cos)</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
===-m details=== | ===-m details=== | ||
Line 75: | Line 107: | ||
<td>float</td> | <td>float</td> | ||
</tr> | </tr> | ||
− | </table> | + | </table> |
− | + | <br> | |
== Execution example == | == Execution example == | ||
Line 97: | Line 129: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
=== Option -N=== | === Option -N=== | ||
Line 117: | Line 150: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
=== Option -R=== | === Option -R=== | ||
Line 137: | Line 171: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
=== Option -n=== | === Option -n=== | ||
Line 157: | Line 192: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
=== Option -m=== | === Option -m=== | ||
Line 179: | Line 215: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | <br> | ||
+ | |||
+ | === Option -Shape=== | ||
+ | ====Case: Shape=1, m=2==== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Outdata-Shape1-mrcImageSiemensStar.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">-1 (91, 84, 0)<br> | ||
+ | 1 (84, 91, 0)<br> | ||
+ | -1.73472e-18<br> | ||
+ | 0.313273<br> | ||
+ | 0.00122372<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | |||
+ | ====Case: Shape=2==== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Outdata-Shape2-mrcImageSiemensStar.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (0, 0, 0)<br> | ||
+ | 1 (64, 64, 0)<br> | ||
+ | 0.125<br> | ||
+ | 0.330719<br> | ||
+ | 0.00129187<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | |||
+ | ====Case: Shape=3, m=2==== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[File:Outdata-Shape3-mrcImageSiemensStar.png]]</td> | ||
+ | <td><p align="left">Min<br> | ||
+ | Max<br> | ||
+ | Mean<br> | ||
+ | SD<br> | ||
+ | SE<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">-0.99729 (163, 123, 0)<br> | ||
+ | 0.999895 (163, 163, 0)<br> | ||
+ | 8.62013e-05<br> | ||
+ | 0.264724<br> | ||
+ | 0.00103408<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> |
Latest revision as of 02:10, 12 September 2014
mrcImageSiemensStar is Eos's Command that creates Siemens Star (for check of resolution).
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-o | Essential | Output: mrcImage | NULL |
-N | Optional | Number: [pixel]: (Nx, Ny) | (256, 256) |
-R | Optional | Radius: [pixel] | 64 |
-n | Optional | Number of Radial | 18 |
-delta | Optional | Delta[A] | 1.72 |
-c | Optional | ConfigurationFile | NULL |
-Shape | Optional | ShapeMode of Output | 0 |
-m | Optional | HeaderMode of Output | 0 |
-h | Optional | Help |
-Shape details
Value | Description |
---|---|
0 | SiemensStar(Step) |
1 | SiemensStar(Cos) |
2 | Linear(Step) |
3 | Linear(Cos) |
-m details
Value | Description |
---|---|
0 | char |
2 | float |
Execution example
Example of options only essential
![]() |
Min Max |
0 1 |
Option -N
Case: N=(128, 128)
![]() |
Min Max |
0 1 |
Option -R
Case: R=128
![]() |
Min Max |
0 1 |
Option -n
Case: n=9
![]() |
Min Max |
0 1 |
Option -m
Case: m=2
![]() |
Min Max |
0 1 |
Option -Shape
Case: Shape=1, m=2
![]() |
Min Max |
-1 (91, 84, 0) 1 (84, 91, 0) |
Case: Shape=2
![]() |
Min Max |
0 (0, 0, 0) 1 (64, 64, 0) |
Case: Shape=3, m=2
![]() |
Min Max |
-0.99729 (163, 123, 0) 0.999895 (163, 163, 0) |