KPG1_BL1Dx

Smooths a one-dimensional vector using a block-average filter

Description:

This routine smooths a one-dimensional vector using a block-average filter. Output pixels are set bad if all input pixels in the block are bad, or if the output pixel is in the first or last half block.

Invocation

CALL KPG1_BL1Dx( N, IN, SIZE, OUT, STATUS )

Arguments

N = INTEGER (Given)
The number of elements of the array to be smoothed.
IN( N ) = ? (Given)
The input array.
SIZE = INTEGER (Given)
The size of the filter (in pixels).
OUT( N ) = ? (Returned)
The output array.
STATUS = INTEGER (Given & Returned)
Global status.

Notes: