| dafena |
|
Table of contents
Procedure
DAFENA ( DAF, end new array )
ENTRY DAFENA
Abstract
End the addition of data to the newest array in the current DAF.
Required_Reading
DAF
Keywords
FILES
Declarations
None.
Brief_I/O
None.
Detailed_Input
None.
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, or the error will
be detected by routines called by this routine.
2) If a new array has not been started in the current DAF (by a
call to DAFBNA), the error SPICE(DAFNEWCONFLICT) is signaled.
Files
None.
Particulars
DAFENA makes the current array a permanent addition to the
current DAF.
The pointers within the file are not changed until an array
is ended successfully. If an error occurs or if the current
DAF is closed before DAFENA is called, the last array will
not be visible to the DAF reader routines.
Examples
See $Examples in DAFANA.
Restrictions
None.
Literature_References
None.
Author_and_Institution
N.J. Bachman (JPL)
J. Diaz del Rio (ODC Space)
K.R. Gehringer (JPL)
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. Removed
unnecessary entries from $Revisions section.
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.1.0, 11-JUL-1995 (KRG)
Updated to remove potential compiler warnings from the
truncation of double precision numbers to integers.
Also changed was a numeric constant from 1.D0 to the
equivalent, but more aesthetically pleasing 1.0D0.
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:07 2021