「mrcImageMontageCreate」の版間の差分
提供: Eospedia
行14: | 行14: | ||
<td>-i</td> | <td>-i</td> | ||
<td>必須</td> | <td>必須</td> | ||
− | <td>入力ファイル</td> | + | <td>入力ファイル: テキスト</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
行20: | 行20: | ||
<td>-o</td> | <td>-o</td> | ||
<td>必須</td> | <td>必須</td> | ||
− | <td>出力ファイル</td> | + | <td>出力ファイル: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
行140: | 行140: | ||
== 実行例 == | == 実行例 == | ||
+ | ===入力ファイルのデータ=== | ||
+ | <pre> | ||
+ | /Eos/inputnoise-0000.roi | ||
+ | /Eos/inputnoise-0001.roi | ||
+ | /Eos/inputnoise-0002.roi | ||
+ | /Eos/inputnoise-0003.roi | ||
+ | /Eos/inputnoise-0004.roi | ||
+ | /Eos/inputnoise-0005.roi | ||
+ | /Eos/inputnoise-0006.roi | ||
+ | /Eos/inputnoise-0007.roi | ||
+ | /Eos/inputnoise-0008.roi | ||
+ | /Eos/inputnoise-0009.roi | ||
+ | /Eos/inputnoise-0010.roi | ||
+ | /Eos/inputnoise-0011.roi | ||
+ | /Eos/inputnoise-0012.roi | ||
+ | /Eos/inputnoise-0013.roi | ||
+ | /Eos/inputnoise-0014.roi | ||
+ | /Eos/inputnoise-0015.roi | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | <div>使用するROIファイル(左上 → 右上: 0000 - 0008、左下 → 右下: 0008 - 0015)</div> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:inputnoise-0000.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0001.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0002.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0003.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0004.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0005.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0006.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0007.roi-mrcImageROIs.png]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>[[画像:inputnoise-0008.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0009.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0010.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0011.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0012.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0013.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0014.roi-mrcImageROIs.png]]</td> | ||
+ | <td>[[画像:inputnoise-0015.roi-mrcImageROIs.png]]</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ===オプション必須項目のみの場合=== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:Outdata-mrcImageMontageCreate.png]]</td> | ||
+ | <td><p align="left">最小<br> | ||
+ | 最大<br> | ||
+ | 平均値<br> | ||
+ | 標準偏差<br> | ||
+ | 標準誤差<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">-133.274 (105, 21, 0)<br> | ||
+ | 176.036 (132, 0, 0)<br> | ||
+ | 13.9823<br> | ||
+ | 113.153<br> | ||
+ | 1.20485<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> |
2013年11月29日 (金) 02:54時点における版
mrcImageMontageCreateとは複数枚の画像を一枚の画像として出力する(平均値等を用いて画像のコントラストを合わす)Eosのコマンドである。
目次
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル: テキスト | NULL |
-o | 必須 | 出力ファイル: mrcImage | NULL |
-nx | 選択 | Nx | 10 |
-ny | 選択 | Ny | 10 |
-W | 選択 | 幅 | 10 |
-H | 選択 | 高さ | 10 |
-AW | 選択 | AverageWindow for Pad | 2000 |
-V | 選択 | 値 | 0.0 |
-PM | 選択 | PadMode | 3 |
-EdgeAverage | 選択 | ||
-EdgeAverageWindow | 選択 | Definition of Edge | 4 |
-NoAverage | 選択 | ||
-Max | 選択 | 最大値: If the pixel value is more than this max, the pixel value is assigned to the Value indicated by -V or -VMax. | 16383 |
-VMax | 選択 | related to -Max | 16383 |
-c | 選択 | コンフィグファイル設定 | NULL |
-m | 選択 | モードを設定 | 0 |
-h | 選択 | ヘルプを表示 |
モードの詳細
モード | 説明 |
---|---|
0 |
入力ファイルのフォーマット
hf0000.roi hf0001.roi .......... hf000n.roi
出力ファイルのシーケンス
from bottom left
実行例
入力ファイルのデータ
/Eos/inputnoise-0000.roi /Eos/inputnoise-0001.roi /Eos/inputnoise-0002.roi /Eos/inputnoise-0003.roi /Eos/inputnoise-0004.roi /Eos/inputnoise-0005.roi /Eos/inputnoise-0006.roi /Eos/inputnoise-0007.roi /Eos/inputnoise-0008.roi /Eos/inputnoise-0009.roi /Eos/inputnoise-0010.roi /Eos/inputnoise-0011.roi /Eos/inputnoise-0012.roi /Eos/inputnoise-0013.roi /Eos/inputnoise-0014.roi /Eos/inputnoise-0015.roi
使用するROIファイル(左上 → 右上: 0000 - 0008、左下 → 右下: 0008 - 0015)
オプション必須項目のみの場合
![]() |
最小 最大 |
-133.274 (105, 21, 0) 176.036 (132, 0, 0) |