「mrcImageFilteringbyFileForVariance」の版間の差分
提供: Eospedia
(ページの作成:「'''mrcImageFilteringbyFileForVariance'''とはEosのコマンドである。 == オプション一覧 == ===メインオプション=== <table border="1"> ...」) |
|||
(同じ利用者による、間の2版が非表示) | |||
行1: | 行1: | ||
− | '''mrcImageFilteringbyFileForVariance''' | + | '''mrcImageFilteringbyFileForVariance'''とはフィルタファイル(分散)からフィルタする場所を指定する[[Eos]]の[[コマンド]]である。 |
行14: | 行14: | ||
<td>-i</td> | <td>-i</td> | ||
<td>必須</td> | <td>必須</td> | ||
− | <td>入力ファイル</td> | + | <td>入力ファイル: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
行20: | 行20: | ||
<td>-f</td> | <td>-f</td> | ||
<td>必須</td> | <td>必須</td> | ||
− | <td>フィルタファイル</td> | + | <td>フィルタファイル: [[ASCII]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
行26: | 行26: | ||
<td>-o</td> | <td>-o</td> | ||
<td>必須</td> | <td>必須</td> | ||
− | <td>出力ファイル</td> | + | <td>出力ファイル: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
行57: | 行57: | ||
<tr> | <tr> | ||
<td>0</td> | <td>0</td> | ||
− | <td> | + | <td></td> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
+ | |||
+ | ===-f のフォーマット=== | ||
+ | <pre> | ||
+ | 空間周波数0 強度分散0 | ||
+ | 空間周波数1 強度分散1 | ||
+ | . | ||
+ | . | ||
+ | . | ||
+ | |||
+ | </pre> | ||
== 実行例 == | == 実行例 == | ||
+ | ===[[Media:Input-1VOM-N-2D.mrc | 入力ファイル]]の画像=== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:Input-1VOM-N-2D.png]]</td> | ||
+ | <td><p align="left">最小<br> | ||
+ | 最大<br> | ||
+ | 平均値<br> | ||
+ | 標準偏差<br> | ||
+ | 標準誤差<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">-18651.7 (10, 1, 0)<br> | ||
+ | 52942.7 (24, 39, 0)<br> | ||
+ | 7214.87<br> | ||
+ | 10067.6<br> | ||
+ | 125.845<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | ===オプション -f=== | ||
+ | <div>-f のデータ</div> | ||
+ | <pre> | ||
+ | 0 0.25 | ||
+ | 0.1 0.25 | ||
+ | 0.2 0.25 | ||
+ | 0.3 0.25 | ||
+ | 0.4 0 | ||
+ | 0.5 0 | ||
+ | 0.6 0 | ||
+ | 0.7 0 | ||
+ | 0.8 0 | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | ===オプション必須項目のみの場合=== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:Outdata-mrcImageFilteringbyFileForVariance.png]]</td> | ||
+ | <td><p align="left">最小<br> | ||
+ | 最大<br> | ||
+ | 平均値<br> | ||
+ | 標準偏差<br> | ||
+ | 標準誤差<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">-14021.2 (56, 4, 0)<br> | ||
+ | 72382.7 (24, 39, 0)<br> | ||
+ | 12656.5<br> | ||
+ | 15141.6<br> | ||
+ | 189.27<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> |
2014年7月24日 (木) 04:33時点における最新版
mrcImageFilteringbyFileForVarianceとはフィルタファイル(分散)からフィルタする場所を指定するEosのコマンドである。
目次
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル: mrcImage | NULL |
-f | 必須 | フィルタファイル: ASCII | NULL |
-o | 必須 | 出力ファイル: mrcImage | NULL |
-c | 選択 | コンフィグファイル設定 | NULL |
-m | 選択 | モードを設定 | 0 |
-h | 選択 | ヘルプを表示 |
モードの詳細
モード | 説明 |
---|---|
0 |
-f のフォーマット
空間周波数0 強度分散0 空間周波数1 強度分散1 . . .
実行例
入力ファイルの画像
![]() |
最小 最大 |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |
オプション -f
-f のデータ
0 0.25 0.1 0.25 0.2 0.25 0.3 0.25 0.4 0 0.5 0 0.6 0 0.7 0 0.8 0
オプション必須項目のみの場合
![]() |
最小 最大 |
-14021.2 (56, 4, 0) 72382.7 (24, 39, 0) |