- Abstract
Unload a CK pointing file so that it will no longer be searched
by the readers.
- Required_Reading
CK
DAF
- Brief_I/O
Variable I/O Description
-------- --- --------------------------------------------------
handle I Handle of CK file to be unloaded
- Detailed_Input
handle Integer handle assigned to the file upon loading.
- Detailed_Output
None.
- Parameters
None.
- Particulars
See Particulars section above, in ckbsr.for.
Unloading a file with ckupf_c removes that file from consideration
by the CK readers. In doing so, it frees up space for another
file to be loaded.
- Examples
See the Example in ckbsr.for.
- Restrictions
None.
- Exceptions
Error free.
1) If the file specified by handle does not appear in the file
table, nothing happens.
- Files
The file referred to by handle is unloaded.
- Author_and_Institution
J.M. Lynch (JPL)
R.E. Thurman (JPL)
I.M. Underwood (JPL)
- Literature_References
None.
- Version
-CSPICE Version 1.0.1, 03-JUN-2003 (EDW)
Correct typo in Procedure line.
-CSPICE Version 1.0.0, 08-FEB-1998 (EDW)
- Index_Entries
unload ck pointing file
- Link to routine source