「mrcImageTransformDescartesIntoPolar」の版間の差分
提供: Eospedia
(ページの作成:「'''mrcImageTransformDescartesIntoPolar'''とは直交座標系から極座標系に画像を変換するEosのコマンドである。 == オプション一覧 ...」) |
細 (Kinoshita がページ「MrcImageTransformDescartesIntoPolar」を「mrcImageTransformDescartesIntoPolar」に移動しました) |
(相違点なし)
|
2013年12月10日 (火) 02:15時点における版
mrcImageTransformDescartesIntoPolarとは直交座標系から極座標系に画像を変換するEosのコマンドである。
オプション一覧
メインオプション
オプション | 必須項目/選択項目 | 説明 | デフォルト |
---|---|---|---|
-i | 必須 | 入力ファイル | NULL |
-o | 必須 | 出力ファイル | NULL |
-dr | 選択 | Delta r of outputfile[A]. | 1 |
-dtheta | 選択 | Delta theta of outputfile[degree]. | 1 |
-dphi | 選択 | Delta phi of outputfile[degree]. | 1 |
-zaxis | 選択 | z軸のベクトル: (zx, zy, zz) | (0, 0, 1) |
-xaxis | 選択 | x軸のベクトル: (xx, xy, xz) | (1, 0, 0) |
-centre | 選択 | 中心軸のベクトル: (cx, cy, cz) | (0, 0, 0) |
-rweight | 選択 | r-weighted | |
-c | 選択 | コンフィグファイル設定 | NULL |
-m | 選択 | モードを設定 | 0 |
-h | 選択 | ヘルプを表示 |
モードの詳細
モード | 説明 |
---|---|
0 | 重心を画像の中心とする |
1 | -axis, -centreで画像の中心を定義する |