Draws position markers on a graphics display PLOTLIST
For a more interactive display of markers on an Xwindows display, you can use the IDICURS program instead.
If NDFNAMES is FALSE then the actual names of the position lists should be given. These may not use
wildcards but may be specified using indirection (other CCDPACK position list processing routines will
write the names of their results files into files suitable for use in this manner) the indirection character
is "
"
.
If the logging system has been initialised using CCDSETUP then the value specified there will be
used. Otherwise, the default is "
CCDPACK.LOG"
. [CCDPACK.LOG]
TERMINAL – Send output to the terminal only
LOGFILE – Send output to the logfile only (see the LOGFILE parameter)
BOTH – Send output to both the terminal and the logfile
NEITHER – Produce no output at all
If the logging system has been initialised using CCDSETUP then the value specified there will be
used. Otherwise, the default is "
BOTH"
. [BOTH]
"
CURRENT_LIST"
.
If a global value for this parameter has been set using CCDSETUP then that value will be used. [TRUE]
0 – background colour
1 – foreground colour
2 – red
3 – green
4 – blue
5 – cyan
6 – magenta
7 – yellow
8 – orange
and so on up to pen 16 (or up to the number available on the current graphics device). After PLOTLIST has been run these colours can be superseded by using the KAPPA palette facilities PALDEF and PALENTRY, but note that any subsequent runs of PLOTLIST will reinstate the PGPLOT default colours. The KAPPA palette pen numbers correspond to PALNUM values (hence the parameter name). [3]
’
’
’
aligned_’
mtype=-1 palnum=4 msize=1 thick=3 Position list formats.
CCDPACK supports data in two formats.
CCDPACK format - the first three columns are interpreted as the following.
Column 1: an integer identifier
Column 2: the X position
Column 3: the Y position
EXTERNAL format - positions are specified using just an X and a Y entry and no other entries.
Column 1: the X position
Column 2: the Y position
This format is used by KAPPA applications such as CURSOR.
Comments may be included in a file using the characters "
#"
and "
!"
. Columns may be separated by
the use of commas or spaces.
NDF extension items.
If NDFNAMES is TRUE then the item "
CURRENT_LIST"
of the .MORE.CCDPACK structure of the
input images will be located and assumed to contain the names of the lists whose positions are
to be plotted.
"
current"
value is the value assigned on the last run of the application. If the
application has not been run then the "
intrinsic"
defaults, as shown in the parameter help,
apply.
Retaining parameter values has the advantage of allowing you to define the default behaviour of the application. The intrinsic default behaviour of the application may be restored by using the RESET keyword on the command line.
Certain parameters (LOGTO, LOGFILE and NDFNAMES) have global values. These global values will always take precedence, except when an assignment is made on the command line. Global values may be set and reset using the CCDSETUP and CCDCLEAR commands.
The DEVICE parameter also has a global association. This is not controlled by the usual CCDPACK mechanisms, instead it works in co-operation with KAPPA (SUN/95) image display/control routines.