The Y value for each point is the pixel value from IMAGE and the X value is the value of the corresponding value from IMAGE2.
The images must have identical dimensions.
D V D P L O T
Routine name:
DVDPLOT
Function:
Plots the data in one data array against the data in another.
Description:
DVDPLOT (Data Versus Data PLOT) plots the data in the main data
array in one Figaro structure against the corresponding data elements
of the main data array in another structure. This was originally
written to help with linearity tests (where data in an image taken
at a low data rate could be plotted against one taken at a higher
data rate), but may have other applications.
Usage:
DVDPLOT IMage IMAGE2 XLow XHigh LOw HIgh AUtoscale
Parameters:
IMAGE (Character) The name of the first structure. It is this
structure whose data is plotted against the data in IMAGE2,
so its data values form the Y values of the plotted points.
IMAGE2 (Character) The name of the second structure. Its data
values form the X values of the plotted points.
XLOW (Numeric) The low end of the data range plotted in X (i.e.
the lower limit for the data in IMAGE2).
XHIGH (Numeric) The high end of the data range plotted in X (i.e.
the upper limit for the data in IMAGE2).
LOW (Numeric) The low end of the data range plotted in Y (i.e.
the lower limit for the data in IMAGE).
HIGH (Numeric) The high end of the data range plotted in Y (i.e.
the upper limit for the data in IMAGE).
Keywords:
WHOLE If set, XLOW and XHIGH will be set to the limits
of the data in IMAGE2.
AUTOSCALE If set, LOW and HIGH will be set to the limits
of the data in IMAGE.
HARDCOPY If set, a hard copy plot will be produced.
User variables used:
HARD (Character) PGPLOT specification for hardcopy plot device
SOFT (Character) PGPLOT specification for softcopy plot device
Error information: Ignored.
Quality information: Handled using flagged values.
Keith Shortridge, AAO
FIGARO A general data reduction system