「mrcImageOrientationSearch」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''mrcImageOrientationSearch'''とはEosコマンドである。 == オプション一覧 == ===メインオプション=== <table border="1"> <tr> ...」)
 
行14: 行14:
 
<td>-I1</td>  
 
<td>-I1</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>入力ファイルリスト1設定</td>  
+
<td>入力ファイル1設定: テキスト(ファイルリスト)</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行20: 行20:
 
<td>-I2</td>  
 
<td>-I2</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>入力ファイルリスト2設定</td>  
+
<td>入力ファイル2設定: テキスト(ファイルリスト)</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行26: 行26:
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>必須</td>  
 
<td>必須</td>  
<td>出力ファイル設定</td>  
+
<td>出力ファイル設定: テキスト(ファイルリスト)</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  
行32: 行32:
 
<td>-T</td>  
 
<td>-T</td>  
 
<td>選択</td>  
 
<td>選択</td>  
<td>Threshold</td>  
+
<td>閾値</td>  
 
<td>0</td>  
 
<td>0</td>  
 
</tr>  
 
</tr>  
行75: 行75:
 
</table>  
 
</table>  
  
===入力ファイルリスト1のフォーマット===
+
===入力ファイル1のフォーマット===
 
====m=0 の場合====
 
====m=0 の場合====
 
<pre>
 
<pre>
行94: 行94:
 
</pre>
 
</pre>
  
 +
===入力ファイル2のフォーマット===
 +
<pre>
 +
filename
 +
      .
 +
      .
 +
      .
 +
      .
 +
</pre>
  
 
== 実行例 ==
 
== 実行例 ==

2013年11月15日 (金) 07:39時点における版

mrcImageOrientationSearchとはEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-I1 必須 入力ファイル1設定: テキスト(ファイルリスト) NULL
-I2 必須 入力ファイル2設定: テキスト(ファイルリスト) NULL
-o 必須 出力ファイル設定: テキスト(ファイルリスト) NULL
-T 選択 閾値 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
            .                        .               .
            .                        .               .
            .                        .               .
            .                        .               .

入力ファイル2のフォーマット

filename 
      .
      .
      .
      .

実行例