-
ACTION = _CHAR (Read)
-
The type of binning be used for the averaging. If "X", the
data are divided into NBIN bins over the X range. If "N",
bins of varying widths with each containing NBIN data points
are formed.
[The value will be prompted for. It has the default "X".]
-
NBIN = _INTEGER (Read)
-
Depending upon the value of ACTION, either the number of bins
(ACTION="X"), or the number of points per bin (ACTION="N").
[The value will be prompted for. It has the default 10.]
-
XMIN = _REAL (Read)
-
The minimum X value to be used in the average.
[The value of the global parameter PONGO_XMIN is used. If
PONGO_XMIN is not defined, the default value 0.0 is used.]
-
XMAX = _REAL (Read)
-
The maximum X value to be used in the average.
[The value of the global parameter PONGO_XMAX is used. If
PONGO_XMAX is not defined, the default value 1.0 is used.]