sctran |
Table of contents
ProcedureSCTRAN ( SCLK name/ID code translation ) SUBROUTINE SCTRAN ( CLKNAM, CLKID, FOUND ) AbstractConvert between SCLK name strings and ID codes. Required_ReadingSCLK KeywordsCONVERSION PARSING SCLK TIME UTILITY DeclarationsIMPLICIT NONE CHARACTER*(*) CLKNAM INTEGER CLKID LOGICAL FOUND INTEGER MAXLEN PARAMETER ( MAXLEN = 32 ) Brief_I/OVARIABLE I/O ENTRY POINTS -------- --- -------------------------------------------------- CLKNAM I-O SCID2N, SCN2ID CLKID I-O SCID2N, SCN2ID FOUND O SCID2N, SCN2ID MAXLEN P All Detailed_InputSee the entry points for a discussion of their arguments. Detailed_OutputSee the entry points for a discussion of their arguments. ParametersMAXLEN is the maximum allowed length, in characters, of a string containing the name of a spacecraft clock. ExceptionsSee the entry points for a discussion of exceptions specific to those routines. 1) This is an umbrella subroutine that contains declarations for its entry points. This routine should never be called directly. If it is, the error SPICE(BOGUSENTRY) is signaled. FilesNone. ParticularsThis set of subroutines centralizes the mapping between spacecraft clock names and their corresponding NAIF integer codes. Translation between these names and codes is frequently required by user interface functions. The set of supported clocks is identical to the set of spacecraft supported by BODTRN. The mapping may be extended by calling BODDEF. ExamplesSee the entry points for examples of their usage. RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) VersionSPICELIB Version 1.2.1, 12-AUG-2021 (JDR) Edited the header to comply with NAIF standard. SPICELIB Version 1.2.0, 29-OCT-2001 (NJB) Bug fix: modified algorithm to handle case where string "SCLK" appears in SCLK name. SPICELIB Version 1.1.0, 25-FEB-2000 (NJB) Updated to use BODTRN for SCLK name/code mapping. SPICELIB Version 1.0.0, 17-NOV-1995 (NJB) |
Fri Dec 31 18:36:46 2021