SCULIB_LINEAR_WTINIT

Set up weighting function for linear rebinning

Description:

This is a FORTRAN version of the C transputer code. Here is the C description: Initialise the array containing the weighting function for linear interpolation. The weighting function is a cone, going from 1.0 at the centre to 0.0 at the edge. The look-up table represents a radial slice through the cone, tabulated to enable a look-up in terms of the square of the radius.

Invocation

CALL SCULIB_LINEAR_WTINIT(WTFN, RES, STATUS)

Arguments

WTFN ( RES RES ) = REAL (Returned)
The weighting function generated by this routine. The index corresponds to the square of the distance from the centre in scale units.
RES = INTEGER (Given)
Number of points per scale lenghth.
STATUS = INTEGER (Given & Returned)
Global status

Copyright

Copyright ©1995,1996,1997,1998,1999 Particle Physics and Astronomy Research Council. All Rights Reserved.