mrcImageOrientationSearch
提供: Eospedia
mrcImageOrientationSearchとはEosのコマンドである。
オプション一覧
メインオプション
| オプション | 必須項目/選択項目 | 説明 | デフォルト |
|---|---|---|---|
| -I1 | 必須 | 入力ファイルリスト1設定 | NULL |
| -I2 | 必須 | 入力ファイルリスト2設定 | NULL |
| -o | 必須 | 出力ファイル設定 | NULL |
| -T | 選択 | Threshold | 0 |
| -c | 選択 | コンフィグファイル設定 | NULL |
| -m | 選択 | モードを設定 | 0 |
| -h | 選択 | ヘルプを表示 |
モードの詳細
| モード | 説明 |
|---|---|
| 0 | There is one common line position in input file (using Test) |
| 1 | There is correlation file name in input file (common line position is determined Max correlation) |
| 2 | There is correlation file name in input file (common line position is determined Threshold), -T |
入力ファイルリスト1のフォーマット
m=0 の場合
filename1 filename2 commonlineposition1 commonlineposition2 commonlinepositionMode
. . . . .
. . . . .
. . . . .
. . . . .
m=1, 2 の場合
correlationfilename filename1 filename2
. . .
. . .
. . .
. . .