Difference between revisions of "mrcImagePixelDataGet"
From EosPedia
(Created page with "'''mrcImagePixelDataGet'''は Eos's Command that shows the pixel data. == List of option == <table border="1"> <div align="left"> <tr> <th>Option</th>...") |
(→List of option) |
||
Line 39: | Line 39: | ||
<td>Input: z</td> | <td>Input: z</td> | ||
<td>0.0</td> | <td>0.0</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>-In</td> | ||
+ | <td>Optional</td> | ||
+ | <td>Input:eosPoint</td> | ||
+ | <td>stdin</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>-cuda</td> | ||
+ | <td>Optional</td> | ||
+ | <td>cudaDeviceID</td> | ||
+ | <td>0</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>-c</td> | ||
+ | <td>Optional</td> | ||
+ | <td>ConfigurationFile</td> | ||
+ | <td> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>-m</td> | ||
+ | <td>Optional</td> | ||
+ | <td>Mode</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 01:05, 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 | |
-m | Optional | Mode | |
-h | Optional | Help |
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.