- java.lang.Object
-
- spice.tspice.TestSCLKTime
-
public class TestSCLKTime extends java.lang.Object
Class TestSCLKTime provides methods that implement test families for the class SCLKTime.Version 2.0.0 29-DEC-2016 (NJB)
Moved clean-up code to "finally" block.Version 1.0.0 24-DEC-2009 (NJB)
-
-
Constructor Summary
Constructors Constructor Description TestSCLKTime()
-
Method Summary
Modifier and Type Method Description static void
createSCLK(java.lang.String filename, boolean load, boolean keep, int idcode, Time startEpoch, TimeSystem timeSys, int delimCode, double[] moduli, double[] offsets, double rate)
Create and optionally load an SCLK kernel for a clock having specified attributes.static boolean
f_SCLKTime()
-
-
-
Method Detail
-
f_SCLKTime
public static boolean f_SCLKTime() throws SpiceException
- Returns:
- Throws:
SpiceException
-
createSCLK
public static void createSCLK(java.lang.String filename, boolean load, boolean keep, int idcode, Time startEpoch, TimeSystem timeSys, int delimCode, double[] moduli, double[] offsets, double rate) throws SpiceException
Create and optionally load an SCLK kernel for a clock having specified attributes.- Parameters:
filename
-rate
-load
-offsets
-keep
-moduli
-idcode
-delimCode
-startEpoch
-timeSys
-- Throws:
SpiceException
-
-