SURFLIB_PLOT_GRID

Plot unwrapped grid

Description:

Given the binned data calculated by SURFLIB_FILL_GRID Plot the unwrapped data as ’data’ against ’bin’ Use this as a first attempt at spike detection

Invocation

CALL SURFLIB_PLOT_GRID(UNIT, NX, NY, NMAX, NSIGMA, IPOS, JPOS BINS, STATS, PNTS, POS, STATUS)

Arguments

UNIT = INTEGER (Given)
Display number
NX = INTEGER (Given)
Size of X dimension
NY = INTEGER (Given)
Size of Y dimension
NMAX = INTEGER (Given)
Maximum value allowed for third dimension of BINS
NSIGMA = REAL (Given)
How many sigma away we plot the guide lines. If NSIGMA is negative we dont plot the sigma ranges on the plot.
IPOS(NX NY) = INTEGER (Given)
I coordinate for each pixel
JPOS(NX NY) = INTEGER (Given)
J coordinate for each pixe
STATS(NX, NY, 3) = REAL (Given)
Statistics for each bin. 1=Median, 2=high, 3=low
BINS(NX, NY, NMAX) = REAL (Given)
The data stored in relation to its position
PNTS(NMAX) = REAL (Given)
Scratch space for copying in the data from each I,J
POS(NMAX) = REAL (Given)
Scratch space for storing the X positions for each marker on the plot
STATUS = INTEGER (Given & Returned)
Global Status

Copyright

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