KPG1_CPBDx

Copies bad pixels

Description:

This routine copies the bad pixels from one array into another.

Invocation

CALL KPG1_CPBDx( N, D1, D2, OUT, STATUS )

Arguments

N = INTEGER (Given)
Number of points.
D1( N ) = ? (Given)
The original data values.
D2( N ) = ? (Given)
An associated mask array.
OUT( N ) = ? (Given)
The returned array. Equal to D1 if both D1 and D2 are good (bad if either D1 or D2 is bad).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: