Counts the number of elements of an NDF with values or absolute values above
or below a threshold NUMB
TRUE
, the
criterion is a comparison of the absolute value with the threshold; if FALSE
, the
criterion is a comparison of the actual value with the threshold. The current value
is the suggested default. [FALSE]
TRUE
the criterion tests whether values are greater than the threshold; if FALSE
the criterion tests whether values are less than the threshold. The current
value of ABOVE is the suggested default. [TRUE]
"Data"
, "Error"
,
"Variance"
, or "Quality"
. If "Quality"
is specified, then the quality values are
treated as numerical values in the range 0 to 255. ["Data"]
TRUE
or the component is the variance or
quality array, in which case the minimum is zero. The suggested default is
the current value. This routine correctly processes the DATA, QUALITY, TITLE, and VARIANCE components of an NDF data structure.
Processing of bad pixels and automatic quality masking are supported.
All non-complex numeric data types can be handled.
Any number of NDF dimensions is supported.
Huge NDFs are supported.