dafrwa |
Table of contents
ProcedureDAFRWA ( DAF, record/word to address ) SUBROUTINE DAFRWA ( RECNO, WORDNO, ADDR ) AbstractConvert a record/word pair to its equivalent address within a DAF. Required_ReadingDAF KeywordsCONVERSION FILES DeclarationsIMPLICIT NONE INTEGER RECNO INTEGER WORDNO INTEGER ADDR Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- RECNO, WORDNO I Record, word numbers of a location within DAF. ADDR O Corresponding address. Detailed_InputRECNO, WORDNO are the record and word numbers of an arbitrary location within a DAF. Detailed_OutputADDR is the corresponding address within the DAF. ParametersNone. Exceptions1) If either RECNO or WORDNO is zero or negative, the error SPICE(DAFNOSUCHADDR) is signaled. FilesNone. ParticularsTo 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. ExamplesRoutines DAFRDA and DAFWDA illustrate the use of DAFARW and DAFRWA. RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionJ. Diaz del Rio (ODC Space) H.A. Neilan (JPL) W.L. Taber (JPL) I.M. Underwood (JPL) VersionSPICELIB 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:09 2021