Difference between revisions of "mrcImagePixelDataGet"
From EosPedia
(→List of option) |
|||
| Line 56: | Line 56: | ||
<td>Optional</td> | <td>Optional</td> | ||
<td>ConfigurationFile</td> | <td>ConfigurationFile</td> | ||
| − | <td> | + | <td>NULL</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 74: | Line 74: | ||
<td>Optional</td> | <td>Optional</td> | ||
<td>Help</td> | <td>Help</td> | ||
| − | <td> | + | <td> </td> |
</tr> | </tr> | ||
</div> | </div> | ||
</table> | </table> | ||
| + | <br> | ||
| + | |||
| + | === -om details === | ||
| + | <table border="1"> | ||
| + | <tr> | ||
| + | <th>Value</th> | ||
| + | <th>Description</th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>+1</td> | ||
| + | <td>with coordinates</td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | <br> | ||
| + | |||
| + | ===-m details=== | ||
| + | Setting of [[Interpolation]] method. | ||
| + | <table border="1"> | ||
| + | <div align="left"> | ||
| + | <tr> | ||
| + | <th>Value</th> | ||
| + | <th>Description</th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>0</td> | ||
| + | <td>Nearest neighbor method</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>1</td> | ||
| + | <td>Bi-linear interpolation method</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>2</td> | ||
| + | <td>Cubic convolution method</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>3</td> | ||
| + | <td>Polynomial interpolation method</td> | ||
| + | </tr> | ||
| + | </div> | ||
| + | </table> | ||
| + | <br> | ||
== Execution example == | == Execution example == | ||
Revision as of 05:13, 5 August 2014
mrcImagePixelDataGetは Eos's Command that shows the pixel data.
Contents
List of option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -o | Optional | Output: ASCII | NULL |
| -x | Optional | Input: x | 0.0 |
| -y | Optional | Input: y | 0.0 |
| -z | Optional | Input: z | 0.0 |
| -In | Optional | Input:eosPoint | stdin |
| -cuda | Optional | cudaDeviceID | 0 |
| -c | Optional | ConfigurationFile | NULL |
| -om | Optional | Output Mode | 0 |
| -m | Optional | Interpolation Mode | 0 |
| -h | Optional | Help |
-om details
| Value | Description |
|---|---|
| +1 | with coordinates |
-m details
Setting of Interpolation method.
| Value | Description |
|---|---|
| 0 | Nearest neighbor method |
| 1 | Bi-linear interpolation method |
| 2 | Cubic convolution method |
| 3 | Polynomial interpolation method |
Execution example
------Input file's image------
Min Max |
-64.5759 93.0617 |
------Example of options only essential------
The pixel data of input file is shown as the following.
------Option -o------
-o: Output to specified file.
e.g. If "outputdatafile" file is specified, it outputs the following to outputdatafile.