PSF0_GETAXVAL
Get axis data from psf storage
Invocation
CALL PSF0_GETAXVAL( PSID, AX, DIM, REG, PTR, BR, DR, TOR, STATUS )
Description
No description of this routine has been documented
Arguments
-
PSID = INTEGER (given)
ADI identifier of psf storage
-
AX = INTEGER (given)
The axis number of interest
-
DIM = INTEGER (returned)
Axis size
-
REG = LOGICAL (returned)
Axis values regularly spaced?
-
PTR = INTEGER (returned)
Axis data pointer if REG false
-
BR = REAL (returned)
Axis data base in radians
-
DR = REAL (returned)
Axis data scale in radians
-
TOR = REAL (returned)
Conversion factor to radians
-
STATUS = INTEGER (given and returned)
The global status.
References