Valid minimum pixel value that will be used in boxcar computation. If
a pixel value is less than LOW then it will not be used when
computing boxcar statistics.
Type
| double |
Internal Default
|
Use all pixels
|
Less Than
| HIGH
|
Valid maximum pixel value that will be used in boxcar computation. If
a pixel value is greater than HIGH then it will not be used when
computing boxcar statistics.
Type
| double |
Internal Default
|
Use all pixels
|
Greater Than
| LOW
|
This is the minimum number of valid pixels which must occur inside the
NxM boxcar for filtering to occur. For example, 3x5 boxcar has 15 pixels
inside. If MINIMUM=10 then the filter will occur if there are 10 or
greater valid pixels. A valid pixel is one that is not special (NULL, LIS,
etc) and is in the range defined by LOW to HIGH.
Type
| integer |
Default
|
1
|
Minimum
| 1
(inclusive)
|