spks14 |
Table of contents
ProcedureSPKS14 ( S/P Kernel, subset, type 14 ) SUBROUTINE SPKS14 ( SRCHAN, SRCDSC, DSTHAN, DSTDSC, DSTSID ) AbstractExtract a subset of the data in a type 14 SPK segment into a new type 14 segment. Required_ReadingSPK KeywordsEPHEMERIS DeclarationsIMPLICIT NONE INTEGER SRCHAN DOUBLE PRECISION SRCDSC(*) INTEGER DSTHAN DOUBLE PRECISION DSTDSC(*) CHARACTER*(*) DSTSID Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- SRCHAN I Handle of the SPK file with the source segment. SRCDSC I Descriptor for the source segment. DSTHAN I Handle of the SPK file for the destination segment. DSTDSC I Descriptor for the destination segment. DSTSID I Segment identifier for the new segment. Detailed_InputSRCHAN is the handle of the SPK file containing the source segment. SRCDSC is the SPK descriptor for the source segment. DSTHAN is the handle of the SPK file containing the new segment. DSTDSC is the SPK descriptor for the destination segment. It contains the desired start and stop times for the requested subset. DSTSID is the segment identifier for the destination segment. Detailed_OutputNone. ParametersNone. Exceptions1) If the length of the SPK record that is to be moved is larger than MAXREC, the error SPICE(SPKRECTOOLARGE) is signaled. FilesSee arguments SRCHAN, DSTHAN. ParticularsThis subroutine copies a subset of the data form one SPK segment to another. The exact structure of a segment of SPK type 14 is detailed in the SPK Required Reading. Please see this document for details. ExamplesNone. Restrictions1) We assume that the source descriptor actually describes a segment in the source SPK file containing the time coverage that is desired for the subsetting operation. Literature_ReferencesNone. Author_and_InstitutionJ. Diaz del Rio (ODC Space) K.R. Gehringer (JPL) VersionSPICELIB Version 1.0.1, 03-JUN-2021 (JDR) Edited the header to comply with NAIF standard. SPICELIB Version 1.0.0, 08-MAR-1995 (KRG) |
Fri Dec 31 18:36:54 2021