molecularEnvelopeResampling
From EosPedia
molecularEnvelopeResampling is Eos's Command that performs resampling of Envelope by setting Spatial frequency.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: ASCII | NULL |
| -o | Optional | Output: ASCII | stdout |
| -Rmax | Optional | Rmax: [/A] | 1.0 |
| -dR | Optional | dR: [/A] | 0.01 |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 |
Execution example
Input file's data
0.000000e+00 1.000000e+00 1.000000e-02 9.943208e-01 2.000000e-02 9.774773e-01 3.000000e-02 9.500412e-01 4.000000e-02 9.129288e-01 5.000000e-02 8.673504e-01 ... 9.499994e-01 5.943228e-19 9.599994e-01 2.966697e-19 9.699994e-01 1.481505e-19 9.799994e-01 7.402943e-20 9.899994e-01 3.702278e-20 9.999993e-01 1.853470e-20
Output file by ctfEnvelopFunction(df=100000, Rmax=1.0, dR=0.01)
Case: Options only essential
0 1
0.01 0.994321
0.02 0.977477
0.03 0.950041
0.04 0.912929
0.05 0.86735
...
0.95 5.94305e-19
0.96 2.96661e-19
0.97 1.48146e-19
0.98 7.40274e-20
0.99 3.70218e-20
1 1.85334e-20
Option -Rmax
Case: Rmax=0.05
0 1
0.01 0.994321
0.02 0.977477
0.03 0.950041
0.04 0.912929
0.05 0.86735
Option -dR
Case: dR=0.002, Rmax=0.05
0 1
0.002 0.998864
0.004 0.997728
0.006 0.996592
0.008 0.995457
0.01 0.994321
0.012 0.990952
0.014 0.987583
0.016 0.984215
0.018 0.980846
0.02 0.977477
0.022 0.97199
0.024 0.966503
0.026 0.961016
0.028 0.955528
0.03 0.950041
0.032 0.942619
0.034 0.935196
0.036 0.927774
0.038 0.920351
0.04 0.912929
0.042 0.903813
0.044 0.894697
0.046 0.885582
0.048 0.876466
0.05 0.86735