mrcImageRotation
提供: Eospedia
mrcImageRotationはmrcファイルを回転させるEosのコマンド。
目次
オプション一覧
メインオプション
| オプション | 必須項目/選択項目 | 説明 | デフォルト |
|---|---|---|---|
| -i | 必須 | 入力ファイル設定 | NULL |
| -o | 必須 | 出力ファイル設定 | NULL |
| -a | 選択 | 回転角度を設定 | 90.0 |
| -Periodic | 選択 | 周期を調整 | |
| -m | 選択 | モード | 0 |
| -h | 選択 | ヘルプを表示 |
モードの詳細
| モード | 説明 |
|---|---|
| 0 | 最短距離法 |
| 1 | バイリニア補間法 |
実行例
------入力ファイルの画像------
| ファイル:b120-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
------オプション必須項目のみの場合------
| ファイル:b120.out-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
------オプション -a------
-aを180に設定
| ファイル:b120.out-a180-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
------オプション -Periodic------
-aを45に設定
| -Periodic設定前 | -Periodic設定後 | |||||
| ファイル:b120.out-a45-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
-Periodic設定 ------> |
ファイル:b120.out-a45Pm0-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
------オプション -m------
-a→45,-Periodicを設定し、モードを変更する
モード:0
| ファイル:b120.out-a45Pm0-mrcImageRotation.png | 最小 最大 |
-64.5759 93.0617 |
モード:1
| ファイル:b120.out-a45Pm1-mrcImageRotation.png | 最小 最大 |
-40.7276 81.6688 |