arySbad

Set the bad-pixel flag for an array

Description:

This function sets the value of the bad-pixel flag for an array A call to this routine with " bad" set non-zero declares that the specified array may contain bad pixel values for which checks must be made by algorithms which subsequently processes its values. A call with " bad" set to zero declares that there are definitely no bad values present and that subsequent checks for such values may be omitted.

Invocation

void arySbad( int bad, Ary ary, int status )

Notes:

Parameters :

bad
Bad-pixel flag value to be set.
ary
Array identifier.
status
The global status.