dafarw |
Table of contents
ProcedureDAFARW ( DAF, address to record/word ) ENTRY DAFARW ( ADDR, RECNO, WORDNO ) AbstractConvert an address within a DAF to its equivalent record/word representation. Required_ReadingDAF KeywordsCONVERSION FILES DeclarationsINTEGER ADDR INTEGER RECNO INTEGER WORDNO Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- ADDR I Address within DAF. RECNO, WORDNO O Corresponding record, word numbers. Detailed_InputADDR is an arbitrary address within a DAF. Detailed_OutputRECNO, WORDNO are the corresponding record and word numbers within the DAF. ParametersNone. Exceptions1) If ADDR 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:06 2021