「mrcImageCCDNoiseRemove」の版間の差分
提供: Eospedia
行70: | 行70: | ||
Square x y height width ; Square Noise Remove[pixel] | Square x y height width ; Square Noise Remove[pixel] | ||
</pre> | </pre> | ||
+ | |||
== 実行例 == | == 実行例 == | ||
+ | ===入力ファイルのデータ=== | ||
+ | ====-i の画像==== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:Input-mrcImageCCDNoiseRemove.png]]</td> | ||
+ | <td><p align="left">最小<br> | ||
+ | 最大<br> | ||
+ | 平均値<br> | ||
+ | 標準偏差<br> | ||
+ | 標準誤差<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (41, 10, 0)<br> | ||
+ | 255 (42, 36, 0)<br> | ||
+ | 111.211<br> | ||
+ | 32.7239<br> | ||
+ | 0.409049<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ====-N のデータ==== | ||
+ | <pre> | ||
+ | VLine 0 0 30 30 | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | ===オプション必須項目のみの場合=== | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td>[[画像:Outdata-mrcImageCCDNoiseRemove.png]]</td> | ||
+ | <td><p align="left">最小<br> | ||
+ | 最大<br> | ||
+ | 平均値<br> | ||
+ | 標準偏差<br> | ||
+ | 標準誤差<br></p> | ||
+ | </td> | ||
+ | <td><p align="left">0 (41, 10, 0)<br> | ||
+ | 255 (42, 36, 0)<br> | ||
+ | 111.625<br> | ||
+ | 31.5116<br> | ||
+ | 0.393895<br></p> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> |
2013年11月21日 (木) 01:05時点における版
mrcImageCCDNoiseRemoveとはCCDカメラのもつ異常値を取り除くEosのコマンドである。
目次
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル: mrcImage | NULL |
-N | 必須 | 入力: ノイズ情報 | NULL |
-o | 必須 | 出力ファイル: mrcImage | NULL |
-c | 選択 | コンフィグファイル設定 | NULL |
-m | 選択 | モードを設定 | 0 |
-h | 選択 | ヘルプを表示 |
モードの詳細
モード | 説明 |
---|---|
0 | random values |
1 | neighbor point's values |
CCD Noise Remove Format
VLine x y height width ; Vertical Line Noise Remove[pixel] Square x y height width ; Square Noise Remove[pixel]
実行例
入力ファイルのデータ
-i の画像
![]() |
最小 最大 |
0 (41, 10, 0) 255 (42, 36, 0) |
-N のデータ
VLine 0 0 30 30
オプション必須項目のみの場合
![]() |
最小 最大 |
0 (41, 10, 0) 255 (42, 36, 0) |