「mrcImageFilteringbyFile」の版間の差分
提供: Eospedia
細 (Kinoshita がページ「MrcImageFilteringbyFile」を「mrcImageFilteringbyFile」に移動しました) |
|||
| 行67: | 行67: | ||
== 実行例 == | == 実行例 == | ||
| + | ===[[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 1 | ||
| + | 0.1 1 | ||
| + | 0.2 1 | ||
| + | 0.3 0 | ||
| + | 0.4 0 | ||
| + | 0.5 0 | ||
| + | 0.6 0 | ||
| + | 0.7 0 | ||
| + | 0.8 0 | ||
| + | |||
| + | </pre> | ||
| + | |||
| + | |||
| + | <div>実行結果</div> | ||
| + | <table> | ||
| + | <tr> | ||
| + | <td>[[画像:Outdata-f-mrcImageFilteringbyFile.png]]</td> | ||
| + | <td><p align="left">最小<br> | ||
| + | 最大<br> | ||
| + | 平均値<br> | ||
| + | 標準偏差<br> | ||
| + | 標準誤差<br></p> | ||
| + | </td> | ||
| + | <td><p align="left">-6078.82 (76, 66, 0)<br> | ||
| + | 40238.1 (18, 41, 0)<br> | ||
| + | 7214.87<br> | ||
| + | 8617.03<br> | ||
| + | 107.713<br></p> | ||
| + | </td> | ||
| + | </tr> | ||
| + | </table> | ||
2014年1月15日 (水) 08:33時点における版
mrcImageFilteringbyFileとはファイルからフィルタする場所を指定するEosのコマンドである。
オプション一覧
メインオプション
| オプション | 必須項目/選択項目 | 説明 | デフォルト |
|---|---|---|---|
| -i | 必須 | 入力ファイル | NULL |
| -f | 必須 | フィルタファイル | NULL |
| -o | 必須 | 出力ファイル | NULL |
| -c | 選択 | コンフィグファイル設定 | NULL |
| -m | 選択 | モードを設定 | 0 |
| -h | 選択 | ヘルプを表示 |
モードの詳細
| モード | 説明 |
|---|---|
| 0 | フィルタファイルでフィルタリングする |
| 1 | Output mrc fourier image of filter file.Size of filter is size of input file. |
実行例
入力ファイルの画像
![]() |
最小 最大 |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |
オプション -f
-f のデータ
0 1 0.1 1 0.2 1 0.3 0 0.4 0 0.5 0 0.6 0 0.7 0 0.8 0
実行結果
![]() |
最小 最大 |
-6078.82 (76, 66, 0) 40238.1 (18, 41, 0) |

