ARY_BAD

Determine if an array may contain bad pixels

Description:

The routine returns a logical value indicating whether an array may contain bad pixels for which checks must be made when its values are processed. Only if the returned value is .FALSE. can such checks be omitted. If the CHECK argument to this routine is set .TRUE., then it will perform an explicit check (if necessary) to see whether bad pixels are actually present.

Invocation

CALL ARY_BAD( IARY, CHECK, BAD, STATUS )

Arguments

IARY = INTEGER (Given)
Array identifier.
CHECK = LOGICAL (Given)
Whether to perform an explicit check to see if bad pixels are actually present.
BAD = LOGICAL (Returned)
Whether it is necessary to check for bad pixels when processing the arrays values.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: