Difference between revisions of "mrcRefPhaseImageCreate"
(Created page with "'''mrcRefPhaseImageCreate''' is Eos's Command. == List of option == === Main option === <table border="1"> <tr> <th>Option</th> <th>Essential/Optional...") |
(No difference)
|
Latest revision as of 00:03, 7 August 2014
mrcRefPhaseImageCreate is Eos's Command.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -p | Optional | Use (|F|^p ) to create fourier phase image | 1 |
| -C | Optional | Cutoff | -1.0 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | If |F|<Cutoff ,this pixel is not used.Default:Mean/10 |
| 1 | |F|<Cutoff*Mean is used to cut.Default:0.1 |
Execution example
Input file image
Size Mode |
( 56, 28, 326) mrcFloatImage |
Example of options only essential
Size Mode |
( 56, 28, 326) mrcFloatImage |
Option -p
Case: p=1.4
Size Mode |
( 56, 28, 326) mrcFloatImage |
Option -C
Case: C=7000
Size Mode |
( 56, 28, 326) mrcFloatImage |
Option -m
Case: m=1
Size Mode |
( 56, 28, 326) mrcFloatImage |
Case: C=1, m=1
Size Mode |
( 56, 28, 326) mrcFloatImage |