JNISpice
version 2.0.0

spice.basic
Class TimeConstants

java.lang.Object
  extended by spice.basic.TimeConstants

public class TimeConstants
extends java.lang.Object

Class TimeConstants provides commonly used dates and scale factors relating to time conversion.

Version 1.0.0 04-SEP-2009 (NJB)


Field Summary
static double B1950
          B1950 is the Julian date corresponding to Besselian Date 1950.0.
static double J1950
          J1950 is the Julian date of 1950 January 1.0.
static double J2000
          J2000 is the Julian date of 2000 January 1.5.
static double JYEAR
          JYEAR is the count of seconds in a Julian year.
static double SPD
          SPD is the count of seconds per Julian day.
 
Constructor Summary
TimeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

B1950

public static final double B1950
B1950 is the Julian date corresponding to Besselian Date 1950.0.


J1950

public static final double J1950
J1950 is the Julian date of 1950 January 1.0.


J2000

public static final double J2000
J2000 is the Julian date of 2000 January 1.5.


JYEAR

public static final double JYEAR
JYEAR is the count of seconds in a Julian year.


SPD

public static final double SPD
SPD is the count of seconds per Julian day.

Constructor Detail

TimeConstants

public TimeConstants()

JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)