This application will typically be used to display a grid of spectra taken from a cube in which the current WCS Frame includes one spectral axis (e.g. frequency) and two spatial axes (e.g. RA and Dec). For this reason the following documentation refers to the `spectral axis' and the `spatial axes'. However, cubes containing other types of axes can also be displayed, and references to `spectral' and `spatial' axes should be interpreted appropriately.
A rectangular grid of
by
points (see parameters NX and NY)
is defined over the spatial extent of the cube, and a spectrum
is drawn at each such point. If
and
equal the spatial
dimensions of the cube (which is the default for spatial axes of
fewer than 31 pixels), then one spectrum is drawn for every
spatial pixel in the cube. For speed, the spectrum will be
binned up so that the number of elements in the spectrum does
not exceed the horizontal number of device pixels available for
the line plot.
Annotated axes for the spatial co-ordinates may be drawn around the grid of line plots (see parameter AXES). The appearance of these and the space they occupy may be controlled in detail (see parameters STYLE and MARGIN).
The data value at the top and bottom of each line plot can be specified using parameters YBOT and YTOP. The defaults can be selected in several ways including percentiles (see parameter LMODE).
The current picture is usually cleared before plotting the new picture, but parameter CLEAR can be used to prevent this, allowing the plot (say) to be drawn over the top of a previously displayed grey-scale image.
The range and nature of the vertical and horizontal axes in each line plot can be displayed in a key to the right of the main plot (see parameter KEY). Also, an option exists to add numerical labels to the first (i.e. bottom-left) line plot, see parameter REFLABEL. However, due to the nature of the plot, the text used may often be too small to read.
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 appearance of the text in the key can be changed by setting new values for the attributes Colour(Strings), Font(Strings)etc. [current value]
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).
By default the axes have interior tick marks, and are without labels and a title to avoid overprinting on adjacent plots.
The appearance of the data values is controlled by the attributes Colour(Curves), Width(Curves), etc. (the synonym Lines may be used in place of Curves). [current value]
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). [current value]
A list of acceptable values is displayed if an illegal value is supplied. The dynamic default is the index of any spectral axis found in the current Frame of the NDF. []
If no Title is specified via the STYLE parameter, then the TITLE component in the NDF is used as the default title for the annotated axes. Should the NDF not have a TITLE component, then the default title is instead taken from current co-ordinate Frame in the NDF, unless this attribute has not been set explicitly, whereupon the name of the NDF is used as the default title.
KAPPA --- Kernel Application Package