Index of Functions: A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 
Index Page
dafrwa

Table of contents
Procedure
Abstract
Required_Reading
Keywords
Declarations
Brief_I/O
Detailed_Input
Detailed_Output
Parameters
Exceptions
Files
Particulars
Examples
Restrictions
Literature_References
Author_and_Institution
Version

Procedure

     DAFRWA ( DAF, record/word to address )

     SUBROUTINE DAFRWA ( RECNO, WORDNO, ADDR )

Abstract

     Convert a record/word pair to its equivalent address within
     a DAF.

Required_Reading

     DAF

Keywords

     CONVERSION
     FILES

Declarations

     IMPLICIT NONE

     INTEGER               RECNO
     INTEGER               WORDNO
     INTEGER               ADDR

Brief_I/O

     VARIABLE  I/O  DESCRIPTION
     --------  ---  --------------------------------------------------
     RECNO,
     WORDNO     I   Record, word numbers of a location within DAF.
     ADDR       O   Corresponding address.

Detailed_Input

     RECNO,
     WORDNO   are the record and word numbers of an arbitrary
              location within a DAF.

Detailed_Output

     ADDR     is the corresponding address within the DAF.

Parameters

     None.

Exceptions

     1)  If either RECNO or WORDNO 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:09 2021