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
dafada

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

     DAFADA ( DAF, add data to array )

     ENTRY DAFADA ( DATA, N )

Abstract

     Add one or more double precision words of data to the newest
     array in the current DAF.

Required_Reading

     DAF

Keywords

     FILES

Declarations

    IMPLICIT NONE

    DOUBLE PRECISION      DATA     ( * )
    INTEGER               N

Brief_I/O

     VARIABLE  I/O  DESCRIPTION
     --------  ---  --------------------------------------------------
     DATA       I   Elements of the new array.
     N          I   Number of elements in DATA.

Detailed_Input

     DATA     is an arbitrary number of double precision words to
              be added to the data in the array being created.

     N        is the number of double precision words in DATA.

Detailed_Output

     None.

Parameters

     None.

Exceptions

     1)  If there are no DAFs to which data is currently being added,
         the error SPICE(DAFNOWRITE) is signaled.

     2)  If a new array has not been started in the current DAF (by a
         call to DAFBNA), the error SPICE(DAFNEWCONFLICT) is signaled.

     3)  If N is less than one, no data are added to the file.

Files

     None.

Particulars

     DAFADA adds data to the last array begun by DAFBNA or selected
     by DAFCAD.

     Data can be added to a DAF in chunks of any size, so long
     as the chunks are added in the proper order.

Examples

     See $Examples in DAFANA.

Restrictions

     None.

Literature_References

     None.

Author_and_Institution

     N.J. Bachman       (JPL)
     J. Diaz del Rio    (ODC Space)
     H.A. Neilan        (JPL)
     W.L. Taber         (JPL)
     F.S. Turner        (JPL)
     I.M. Underwood     (JPL)

Version

    SPICELIB Version 3.1.0, 06-JUL-2021 (JDR)

        Added IMPLICIT NONE statement.

        Edited the header to comply with NAIF standard.

    SPICELIB Version 3.0.0, 16-NOV-2001 (FST)

        Updated entry points to support changes made to the DAF
        system that utilize the new handle manager. See
        the $Revisions section of DAFANA for a detailed
        discussion of the changes.

    SPICELIB Version 2.0.1, 10-MAR-1992 (WLT)

        Comment section for permuted index source lines was added
        following the header.

    SPICELIB Version 2.0.0, 04-SEP-1991 (NJB) (WLT)

        Updated to work with new DAF routines that allow writing
        to multiple DAFs simultaneously. Functionality for
        applications that write to one DAF at a time is unchanged.

    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