The application also computes statistics for those array values
that lie between each pair of plotted lines. In other words it
finds the statistics between clipping limits defined by each
2
NSIGMA range centred on the unclipped mean.
The task tabulates NSIGMA, the mean, the standard deviation, and the error in the mean after the application of each pair of clipping limits. For comparison purposes the first line of the table presents these values without clipping. The table is written at the normal reporting level.
A comma-separated list of strings should be given in which each
string is either an attribute setting, or the name of a text file
preceded by an up-arrow character "
". Such text files should
contain further comma-separated lists which will be read and
interpreted in the same manner. Attribute settings are applied in
the order in which they occur within the list, with later settings
overriding any earlier settings given for the same attribute.
Each individual attribute setting should be of the form:
name
=
value
where
name
is the name of a plotting attribute, and
value
is
the value to assign to the attribute. Default values will be
used for any unspecified attributes. All attributes will be
defaulted if a null value (!) is supplied. See
Plotting Attributes
for a description of the available
attributes. Any unrecognised attributes are ignored (no error is
reported).
The attributes Colour(Curves),
Width(Curves), etc., can be used
to specify the style for the lines (Lines is recognised as a
synonym for Curves). These values apply to all
lines unless subsequent attributes override them. Attributes for
individual clipping levels can be given by replacing Curves above
by a string of the form "Nsig
i
" where "
i
" is an integer
index into the list of clipping levels supplied for Parameter
NSIGMA. Thus, "Colour(Nsig1)" will set the colour for the lines
associated with the first clipping level, etc. The attribute
settings can be restricted to one of the two lines by appending
either a "
" or a "-" to the "Nsig
i
" string. Thus,
"Width(Nsig2-)" sets the line width for the lower of the two
lines associated with the second clipping level, and "Width(Nsig2+)"
sets the width for the upper of the two lines. [current value]
KAPPA --- Kernel Application Package