edu.pdx.starview.calc
Class SVConst

java.lang.Object
  extended byedu.pdx.starview.calc.SVConst

public class SVConst
extends java.lang.Object

This contains a number of constants used thruought the code.

Author:
Dave Camarillo

Field Summary
static double arcs
           
static double AU
          Astronomical unit [km]
static double c_light
          speed of light [AU/d]
static double deg
          180.0 / pi
static double GM_Sun
          [AU^3/d^2]
static double JD
           
static double kGauss
          gravitational public static finalant
static double KSB1950
          Julian date for Jan 0.9235, 1950
static double KSJ2000
          Julian Date for noon on Jan 1, 2000 (epoch J2000)
static double MJD_J2000
          MJD of Epoch J2000.0
static double pi2
          2 times pi
static double R_Earth
          Radii of earth
static double R_Moon
          Radii of moon
static double R_Sun
          Radii of sun
static double rad
          pi / 180
static double secsPerDay
          Seconds per day
static double T_B1950
          Epoch B1950
static double T_J2000
          Epoch J2000.0
 
Constructor Summary
SVConst()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pi2

public static final double pi2
2 times pi

See Also:
Constant Field Values

rad

public static final double rad
pi / 180

See Also:
Constant Field Values

deg

public static final double deg
180.0 / pi

See Also:
Constant Field Values

arcs

public static final double arcs
See Also:
Constant Field Values

R_Earth

public static final double R_Earth
Radii of earth

See Also:
Constant Field Values

R_Sun

public static final double R_Sun
Radii of sun

See Also:
Constant Field Values

R_Moon

public static final double R_Moon
Radii of moon

See Also:
Constant Field Values

MJD_J2000

public static final double MJD_J2000
MJD of Epoch J2000.0

See Also:
Constant Field Values

T_J2000

public static final double T_J2000
Epoch J2000.0

See Also:
Constant Field Values

T_B1950

public static final double T_B1950
Epoch B1950

See Also:
Constant Field Values

kGauss

public static final double kGauss
gravitational public static finalant

See Also:
Constant Field Values

GM_Sun

public static final double GM_Sun
[AU^3/d^2]

See Also:
Constant Field Values

AU

public static final double AU
Astronomical unit [km]

See Also:
Constant Field Values

c_light

public static final double c_light
speed of light [AU/d]

See Also:
Constant Field Values

JD

public static final double JD
See Also:
Constant Field Values

secsPerDay

public static final double secsPerDay
Seconds per day

See Also:
Constant Field Values

KSJ2000

public static final double KSJ2000
Julian Date for noon on Jan 1, 2000 (epoch J2000)

See Also:
Constant Field Values

KSB1950

public static final double KSB1950
Julian date for Jan 0.9235, 1950

See Also:
Constant Field Values
Constructor Detail

SVConst

public SVConst()