|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.science.Constants
public class Constants
Constants class is an all static class that contains various scientific/ and astronomical constants.
The comments for each constant should include units and a reference to the source of the value for the constant. References to "AQ" refer to "Allen's Astrophysical Quantities" edited by Arthur N. Cox, Fourth Edition, Published 2000, Springer-Verlag, ISBN # 0-387-98746-0.
This code was developed by NASA, Goddard Space Flight Center, Code 588 for the Scientist's Expert Assistant (SEA) project for Next Generation Space Telescope (NGST).
Field Summary | |
---|---|
static double |
boltzman
Boltzmans constant (double) (k). |
static double |
c
Speed of Light (double) (c). |
static double |
h
|
static double |
jansky
Janksy's constant (double). |
static double |
k
|
static double |
lambda0
Wavelength associated with 1 eV (electron-volt) (lambda sub 0). |
static double |
planck
Planck's constant (double) (h). |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double jansky
public static final double boltzman
public static final double k
boltzman
,
Constant Field Valuespublic static final double planck
public static final double h
planck
,
Constant Field Valuespublic static final double c
public static final double lambda0
Constructor Detail |
---|
public Constants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |