mrcImage3DPad
提供: Eospedia
mrcImage3DPadとはパディング(3D)を行うEosのコマンドである。
オプション一覧
メインオプション
| オプション | 必須項目/選択項目 | 説明 | デフォルト |
|---|---|---|---|
| -i | 必須 | 入力ファイル: mrcImage | NULL |
| -o | 必須 | 出力ファイル: mrcImage | NULL |
| -r | 選択 | Threshold radius of signal.Default is Nx. | 0 |
| -w | 選択 | Width of slope. For mode 1. | 1 |
| -v | 選択 | Value of out of threshold. | 0 |
| -Nx | 選択 | Number of x.Default is inputfile. | 0 |
| -Ny | 選択 | Number of y.Default is inputfile. | 0 |
| -Nz | 選択 | Number of z.Default is inputfile. | 0 |
| -Floating | 選択 | Floating | |
| -c | 選択 | コンフィグファイル設定 | NULL |
| -m | 選択 | モードを設定 | 0 |
| -M | 選択 | モード2を設定 | 0 |
| -h | 選択 | ヘルプを表示 |
-m の詳細
| モード | 説明 |
|---|---|
| 0 | Default: Out of threshold is avrage of threshold plain. |
| 1 | Mulplying cos function. Default: Out of threshold is avrage of threshold plain. |
-M の詳細
| モード | 説明 |
|---|---|
| 0 | For filaments. R is calculated from its axis. |
| 1 | For particles. R is calculated from its center. |