scpr01 |
Table of contents
ProcedureSCPR01 ( SCLK partition bounds, type 1 ) ENTRY SCPR01 ( SC, NPARTN, PARBEG, PAREND ) AbstractReturn partition data for a specified type 1 clock. Required_ReadingSCLK TIME KeywordsCONVERSION TIME DeclarationsINTEGER SC INTEGER NPARTN DOUBLE PRECISION PARBEG ( * ) DOUBLE PRECISION PAREND ( * ) Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- SC I NAIF spacecraft clock ID code. NPARTN O Number of partitions. PARBEG O Partition begin times. PAREND O Partition end times. Detailed_InputSC is a NAIF ID code for a spacecraft clock. Detailed_OutputNPARTN is the number of partitions for the clock designated by SC. PARBEG, PAREND are, respectively, arrays of partition begin and end times for the clock designated by SC. The times are expressed as encoded SCLK. ParametersNone. Exceptions1) If an error occurs in the course of updating the type 1 SCLK database, the error is signaled by a routine in the call tree of this routine. FilesAppropriate kernels must be loaded by the calling program before this routine is called. The following data are required: - An SCLK kernel providing data for the SCLK designated by the input ID code SC. In all cases, kernel data are normally loaded once per program run, NOT every time this routine is called. ParticularsNone. ExamplesSee usage in the SPICELIB function SCPART. Restrictions1) This is essentially a SPICE-private routine. It should not be called directly by user application code. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) VersionSPICELIB Version 1.0.0, 01-DEC-2021 (NJB) (JDR) New entry point. |
Fri Dec 31 18:36:46 2021