| dafarw |
|
Table of contents
Procedure
DAFARW ( DAF, address to record/word )
ENTRY DAFARW ( ADDR, RECNO, WORDNO )
Abstract
Convert an address within a DAF to its equivalent
record/word representation.
Required_Reading
DAF
Keywords
CONVERSION
FILES
Declarations
INTEGER ADDR
INTEGER RECNO
INTEGER WORDNO
Brief_I/O
VARIABLE I/O DESCRIPTION
-------- --- --------------------------------------------------
ADDR I Address within DAF.
RECNO,
WORDNO O Corresponding record, word numbers.
Detailed_Input
ADDR is an arbitrary address within a DAF.
Detailed_Output
RECNO,
WORDNO are the corresponding record and word numbers
within the DAF.
Parameters
None.
Exceptions
1) If ADDR is zero or negative, the error SPICE(DAFNOSUCHADDR)
is signaled.
Files
None.
Particulars
To the user, the data in a DAF appear to be a contiguous
collection of double precision numbers, each of which has an
address. To the DAF software, however, the data appear to be
a collection of records, each containing 128 double precision
words. The routines DAFARW and DAFRWA translate between these
two representations.
Examples
Routines DAFRDA and DAFWDA illustrate the use of DAFARW and
DAFRWA.
Restrictions
None.
Literature_References
None.
Author_and_Institution
J. Diaz del Rio (ODC Space)
H.A. Neilan (JPL)
W.L. Taber (JPL)
I.M. Underwood (JPL)
Version
SPICELIB Version 1.1.0, 14-APR-2021 (JDR)
Added IMPLICIT NONE statement.
Edited the header to comply with NAIF standard. Moved DAF
required reading from $Literature_References to
$Required_Reading section.
SPICELIB Version 1.0.2, 10-MAR-1992 (WLT)
Comment section for permuted index source lines was added
following the header.
SPICELIB Version 1.0.1, 22-MAR-1990 (HAN)
Literature references added to the header.
SPICELIB Version 1.0.0, 31-JAN-1990 (IMU)
|
Fri Dec 31 18:36:06 2021