Difference between revisions of "mrcImageHighPassFilter"
From EosPedia
(→-m details) |
(→-m details) |
||
Line 78: | Line 78: | ||
</div> | </div> | ||
</table> | </table> | ||
− | <div>m=0, | + | <div>m=0, at the default setting. Therefore, It is error if -m isn't set.</div> |
== Execution example == | == Execution example == |
Revision as of 05:06, 31 July 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------