next up previous 278
Next: CCG_MN3x - Combines data lines using the minimum value
Up: Routine Descriptions
Previous: CCG_MM3x - Combines data lines using a min-max exclusion trimmed mean


CCG_MN1x - Combines data lines using the minimum value

Description:
This routine accepts an array consisting a series of (vectorised) lines of data. The data values in the lines are then collapsed to the minimum value in each line. The output minima are returned in the array RESULT. Each output variance value is the corresponding variance of the minimum data value, propagated from the input variances given in array VARNCE and are returned in the array RESVAR. The vectorised pixel indices corresponding to the minima are also returned in POSIND.

Invocation:
CALL CCG_MN1x( BAD, NPIX, NLINES, STACK, VARNCE, RESULT, RESVAR, POSIND, WRK1, NCON, NBAD, STATUS )

Arguments:

BAD = LOGICAL (Given)
If true, there may be bad pixels present in the array. If false, it is safe not to check for bad values.
NPIX = INTEGER (Given)
The number of pixels in a line of data.
NLINES = INTEGER (Given)
The number of lines of data in the stack.
STACK( NPIX, NLINES ) = ? (Given)
The array of lines which are to be combined into a single line.
VARNCE( NPIX, NLINES ) = ? (Given)
The data variances.
RESULT( NPIX ) = ? (Returned)
The output line of data.
RESVAR( NPIX ) = ? (Returned)
The output variances.
POSIND( NPIX ) = INTEGER (Returned)
The pixel indices of the minima in each output pixel.
WRK1( NLINES ) = ? (Returned)
Workspace for calculations.
NCON( NLINES ) = DOUBLE PRECISION (Returned)
The actual number of contributing pixels from each input line to the output line.
NBAD = INTEGER (Returned)
The number of bad values in the output array created while forming the statistics. It excludes those bad values whose corresponding values along the collapse axis are all bad.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:



next up previous 278
Next: CCG_MN3x - Combines data lines using the minimum value
Up: Routine Descriptions
Previous: CCG_MM3x - Combines data lines using a min-max exclusion trimmed mean

KAPLIBS -- Internal subroutines used within the KAPPA package.
Starlink User Note 238
D.S. Berry
Malcolm J. Currie
9th March 2009
E-mail:ussc@star.rl.ac.uk

Copyright © 2010 Science and Technology Facilities Council