List pixel values in a two-dimensional NDF
TRUE
, the user is prompted for
further regions to list until a FALSE
value is obtained. [FALSE]
"ARD"
.
Positions in the ARD description are assumed to be in the current co-ordinate
Frame of the NDF unless there are COFRAME or WCS statements which indicate a
different system. See “Notes” below. "ARDFile"
. Positions
in the ARD description are assumed to be in pixel co-ordinates unless there
are COFRAME or WCS statements that indicate a different system. See “Notes”
below. ":"
will display details of the current co-ordinate
Frame). The position should be supplied as a list of formatted axis values
separated by spaces or commas. See also Parameter USEAXIS. Only acessed if
MODE is "Centre"
. "Data"
, "Quality"
, "Variance"
, or "Error"
(where "Error"
is an alternative to "Variance"
and causes the square root of the variance
values to be displayed). If "Quality"
is specified, then the quality values
are treated as numerical values (in the range 0 to 255). ["Data"]
"strips"
–- The area being displayed is divided up into vertical strips of limited
width. Each strip is displayed in turn, with y pixel index at the left of each row, and
x pixel index at the top of each column. The highest row is listed first in each strip.
This format is intended for human readers –- the others are primarily intended for
being read by other software.
"clist"
–- Each row of textual output consists of an x pixel index, followed by a y
pixel index, followed by the pixel data value. No headers or blank lines are included.
The pixels are listed in ‘Fortran order’–-the lower-left pixel first, and the
upper-right pixel last.
"cglist"
–- Like "clist"
except that bad pixel are omitted from the list.
"vlist"
–- Each row of textual output consists of just the pixel data value. No headers
or blank lines are included. The pixels are listed in ‘Fortran order’–-the lower-left
pixel first, and the upper-right pixel last.
"wlist"
–- Each row of textual output consists of the WCS co-ordinate values, followed
by the pixel data value. No headers or blank lines are included. The pixels are
listed in ‘Fortran order’–-the lower-left pixel first, and the upper-right pixel
last.
"wglist"
–- Like "wlist"
except that bad pixel are omitted from the list.
"region"
–- The pixel data values are listed as a two-dimensional region. Each row of
textual output contains a whole row of data values. The textual output may be truncated
if it is too wide. The lowest row is listed first.
In all cases, adjacent values are separated by spaces, and bad pixel values are
represented by the string "BAD"
. ["strips"]
":"
will display details of
the current co-ordinate Frame). The position should be supplied as a list of
formatted axis values separated by spaces or commas. See also Parameter USEAXIS. A
null (!
) value causes the bottom-left corner of the supplied NDF to be used.
LBOUND is only accessed if MODE is "Bounds"
. !
) means that no file is created. [!]
[80]
"All"
–- The entire NDF is used.
"Centre"
–- The centre and size of the region are specified using Parameters CENTRE and
SIZE.
"Bounds"
–- The bounds of the region are specified using Parameters LBOUND and
UBOUND.
"ARDFile"
–- The region is given by an ‘ARD Description’ supplied within a text file
specified using Parameter ARDFILE. Pixels outside the ARD region are represented by the
string "OUT"
.
"ARD"
–- The region is given using an ARD description supplied directly using
Parameter ARDDESC. Pixels outside the ARD region are represented by the string
"OUT"
.
["Centre"]
"Centre"
. [7]
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 (!
)–-the
initial default–-is supplied. To apply changes of style to only the current invocation,
begin these attributes with a plus sign. A mixture of persistent and temporary style
changes is achieved by listing all the persistent attributes followed by a plus sign
then the list of temporary attributes.
See Section E for a description of the available attributes. Any unrecognised attributes are ignored (no error is reported).
Data values are formatted using attributes Format(1) and Digits(1). [
current value]
":"
will display details of the current co-ordinate Frame). The position
should be supplied as a list of formatted axis values separated by spaces or
commas. See also Parameter USEAXIS. A null (!
) value causes the top-right corner
of the supplied NDF to be used. Only acessed if MODE is "Bounds"
. Its integer index within the current Frame of the input NDF (in the range 1 to the number of axes in the current Frame).
Its Symbol string such as "RA"
or "VRAD"
.
A generic option where "SPEC"
requests the spectral axis, "TIME"
selects the time axis,
"SKYLON"
and "SKYLAT"
picks the sky longitude and latitude axes respectively. Only
those axis domains present are available as options.
A list of acceptable values is displayed if you supply an illegal value. If a
null (!
) value is supplied, the axes with the same indices as the two used
pixel axes within the NDF are selected. [!]
log
. central.ard
. ARD files may be created by ARDGEN or written manually. In the latter case consult SUN/183 for full details of the ARD descriptors and syntax; however, much may be learnt from looking at the ARD files created by ARDGEN and the ARDGEN documentation. There is also a in Section 15.1.1.
The co-ordinate system in which positions are given within ARD descriptions
can be indicated by including suitable COFRAME or WCS statements within the
description (see SUN/183). For instance, starting the description with the text
"COFRAME(PIXEL)"
will indicate that positions are specified in pixel co-ordinates. The
statement
"COFRAME(SKY,System=FK5)"
would indicate that positions are specified in RA/DEC
(FK5,J2000). If no such statements are included, then a default co-ordinate system is
used as specified in the parameter description above.
Output messages are not displayed on the screen when the message filter environment
variable MSG_FILTER is set to QUIET
. The creation of output parameters and the log file
is unaffected by MSG_FILTER.
This routine correctly processes the DATA, QUALITY and VARIANCE components of the input NDF.
Processing of bad pixels and automatic quality masking are supported.