Module JNISpice
Package spice.tspice

Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestSCLKTime

        public TestSCLKTime()
    • Method Detail

      • 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