CURSE

Use the cursor to get interactive input

Description:

Display the cursor and perform various interactive tasks. These tasks are as follows:

Usage:

curse [symbol] label=?

Parameters:

SYMBOL = _INTEGER (Read)
The symbol number used in the MARK option.

If the value is not specified on the command line, the current value is used. The current value is initially set to 1.

LABEL = _CHAR (Read)
The label to be written to the screen with the LABEL option.

[The value is prompted for.]

JUSTIFICATION = _REAL (Read and Write)
The justification about the point (in the range 0.0 to 1.0). Here, 0.0 means left justify the text relative to the data point, 1.0 means right justify the text relative to the data point, 0.5 means centre the string on the data point, other values will give intermediate justifications.

If the value is not specified on the command line, the current value is used. The current value is initially set to 0.5 (i.e. centre the text).

XCURSE = _REAL (Write)
The X-axis position of the last graphics cursor hit when using the "X" option.

The value is written to the PONGO_XCURSE global parameter.

YCURSE = _REAL (Write)
The Y-axis position of the last graphics cursor hit when using the "X" option.

The value is written to the PONGO_YCURSE global parameter.

XMIN = _REAL (Write)
The left hand edge of the world coordinate limits. The value is set by the application in the zooming options. It is not intended that the value be specified on the command line.

The value is written to the global parameter PONGO_XMIN.

XMAX = _REAL (Write)
The right hand edge of the world coordinate limits. The value is set by the application in the zooming options. It is not intended that the value be specified on the command line.

The value is written to the global parameter PONGO_XMAX.

YMIN = _REAL (Write)
The lower edge of the world coordinate limits. The value is set by the application in the zooming options. It is not intended that the value be specified on the command line.

The value is written to the global parameter PONGO_YMIN.

YMAX = _REAL (Write)
The upper edge of the world coordinate limits. The value is set by the application in the zooming options. It is not intended that the value be specified on the command line.

The value is written to the global parameter PONGO_YMAX.

PROJECTION = _CHAR (Read)
The projection that has been used to plot the data. This is explained in more detail in the section on projections. Allowed values: "NONE", "TAN", "SIN", "ARC", "GLS", "AITOFF", "MERCATOR" and "STG".

This parameter is not specified on the command line. The value of the global parameter PONGO_PROJECTN is used. If PONGO_PROJECTN is not defined, the default value "NONE" is used.

RACENTRE = _CHAR (Read)
The centre of the projection in RA (i.e. the angle must be specified as hh:mm:ss.sss). This parameter is only required for PROJECTION values other than "NONE".

This parameter is not specified on the command line. The value of the global parameter PONGO_RACENTRE is used. If PONGO_RACENTRE is not defined, the default value "0" is used.

DECCENTRE = _CHAR (Read)
The centre of the projection in declination (i.e. the angle must be specified as dd:mm:ss.sss). This parameter is only required for PROJECTION values other than "NONE".

This parameter is not specified on the command line. The value of the global parameter PONGO_DECCENTRE is used. If PONGO_DECCENTRE is not defined, the default value "0" is used.