next up previous contents
Next: About this document Up: No Title Previous: Introduction

Routine Descriptions

AXIS_GET - Finds axis; asks user if can't do it automatically.

      SUBROUTINE AXIS_GET (LOC, SUB_STRING, PARNAME, NDIM; AXDIM,
     :                                                           STATUS)

This routine calls AXIS_FIND. If the axis is NOT found, or more than one match is made, then the relevant axis labels are displayed together with their index numbers, and the user is asked to choose which axis to use.

AXIS_FIND - Returns index number of axis with label containing SUB_STRING.

      SUBROUTINE AXIS_FIND (LOC, SUB_STRING, NDIM; AXDIM, STATUS)

This routine looks for the axis label containing the sub string SUB_STRING. SUB_STRING must therefore be chosen carefully!

AXIS_FINDXYT - Find the X, Y, and T axes, if possible.

      SUBROUTINE AXIS_FINDXYT (LOC, NDIM; X_AXIS, Y_AXIS, T_AXIS,
     :                                                           STATUS)

This routine looks for X_CORR, Y_CORR, and TIMETAG labels. If it fails it will look for the X_RAW, Y_RAW, and RAW_TIMETAG labels as appropriate.

AXIS_LIST - Lists the axes of the data array with their labels.

      SUBROUTINE AXIS_LIST (LOC, NDIM; STATUS)

This routine displays to the user the axis labels, together with their index numbers.

AXIS_LISTMATCH - Lists axes with labels containing SUB_STRING.

      SUBROUTINE AXIS_LISTMATCH (LOC, SUB_STRING, NDIM; STATUS)

This routine displays to the user the axis labels containing the sub string SUB_STRING, together with their index numbers.

AXIS_VAL2PIX - Translates range spec to pixel values

      SUBROUTINE AXIS_VAL2PIX( DIM, AXVAL, RLO, RHI ; PLO, PHI, STATUS )

Locates a range specified in axis values in pixels. The bound specified by RLO is inclusive, that by RHI is exclusive.



Web Master
Wed Oct 8 15:26:48 BST 1997