「mrcRadon2Dto3D」の版間の差分

提供: Eospedia
移動: 案内検索
(Kinoshita がページ「MrcRadon2Dto3D」を「mrcRadon2Dto3D」に移動しました)
行106: 行106:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
 +
 +
===-I のフォーマット===
 +
<pre>
 +
ファイル名 回転モード Rot1 Rot2 Rot3
 +
      .                .          .      .      .
 +
      .                .          .      .      .
 +
      .                .          .      .      .
 +
 +
</pre>
  
  
 
== 実行例 ==
 
== 実行例 ==

2013年12月11日 (水) 03:39時点における版

mrcRadon2Dto3Dとは2次元ラドン空間の画像セットから3次元ラドン空間の画像を求めるEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-I 必須 入力ファイルリスト設定 NULL
-Ib 選択 InputDataFileListBefore NULL
-ib 選択 InputDataFileBeforeData: mrcImageRadon3D NULL
-iwb 選択 InputWeightDataFileBeforeData: mrcImageRadon3D NULL
-o 必須 出力ファイル設定(radon3D) NULL
-ow 必須 出力ファイル設定(weight) NULL
-dp 必須 Input: deltaP 2.0
-dtheta 必須 Input: deltaTheta 1
-dphi 必須 Input: deltaPhi 1
-T 選択 Threshold 1.0
-InterpolationMode 選択 InterpolationMode 0
-m 選択 Radon2Dto3D Intepolation Mode 0
-h 選択 ヘルプを表示  

-m の詳細

モード 説明
0 NearestNeighbor
1 HigherOrder (-T)

-I のフォーマット

ファイル名 回転モード Rot1 Rot2 Rot3
      .                 .           .       .       .
      .                 .           .       .       .
      .                 .           .       .       .


実行例