Difference between revisions of "mrcImageHighPassFilter"
From EosPedia
(→-m details) |
|||
Line 1: | Line 1: | ||
− | '''mrcImageHighPassFilter''' is [[Eos]]'s [[Command]] that performs High Pass Filter. | + | '''mrcImageHighPassFilter''' is [[Eos]]'s [[Command]] that performs [[High-Pass Filter]]. |
== List of option == | == List of option == |
Latest revision as of 05:11, 6 August 2014
mrcImageHighPassFilter is Eos's Command that performs High-Pass Filter.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-m | Optional | Mode | 0 |
-hvp | Optional | Value that the attenuation of spatial frequency is half of the maximum | 1.0 |
-pw | Optional | max and min of spatial frequency: (pwLow, pwHigh) | (0.0, 1.0) |
-w | Optional | Width of cos function of spatial frequency | 1.0 |
-h | Optional | Help |
Length of x, y and z need to be positive, or Image Processing doesn't work correctly.
-m details
Value | Description |
---|---|
1 | Step filter : required argumnent: -hvp |
2 | Cos filter : required argumnent: -hvp -w |
3 | Exp filter : required argumnent: -hvp |
m=0, at the default setting. Therefore, It is error if -m isn't set.
Execution example
------Input file's image------
![]() |
Min Max |
-55.3187 92.276 |
------Option -m------