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 counts.
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 counts.
Type
| double |
Internal Default
|
Use all pixels
|
Greater Than
| LOW
|
This parameter determines whether the minimum
parameter is to be interpreted as a count of pixels, or a
percentage of all pixels in the boxcar.
Type
| string |
Default
|
COUNT
|
Option List:
|
Option |
Brief |
Description |
COUNT |
Minimum valid pixel count
|
This option indicates that the minimum is a minimum
count of pixels required for filtering.
|
PERCENTAGE |
Minimum valid pixel percentage
|
This option indicates the the minimum parameter is to be
interpreted as a percentage of the total pixels in the
boxcar.
|
|
This is the minimum number of valid pixels which must occur inside the
NxM boxcar in order to preserve the output pixel.
For example, a 3x5 boxcar has 15 pixels
inside. If MINIMUM=10 then the trimming will occur if there are 9 or
less 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
| double |
Default
|
1
|
Minimum
| 1
(inclusive)
|