public class PrecisionExoplanet
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getA()
Returns the Semi-major axis (AU)
|
double |
getDEC()
Returns the Planetary radius (Earth radii)
|
double |
getKMAG()
Returns the Kepler magnitude (kmag)
|
double |
getMSTAR()
Returns the Derived stellar mass (msol)
|
double |
getPER()
Returns the Period (days)
|
double |
getRA()
Returns the Right ascension (@J200)
|
double |
getRPLANET()
Returns the Planetary radius (Sol radii)
|
double |
getRSTAR()
Returns the Stellar radius (Sol radii)
|
double |
getT0()
Returns the Time of transit center (BJD-2454900)
|
double |
getTPLANET()
Returns the Equilibrium temperature of planet, per Borucki et al.
|
double |
getTSTAR()
Returns the Effective temperature of host star as reported in KIC (k)
|
double |
getUT0()
Returns the Uncertainty in time of transit center (+-jd)
|
void |
setA(double v)
Sets the Semi-major axis (AU)
|
void |
setDEC(double v)
Sets the Planetary radius (Earth radii)
|
void |
setKMAG(double v)
Sets the Kepler magnitude (kmag)
|
void |
setMSTAR(double v)
Sets the Derived stellar mass (msol)
|
void |
setPER(double v)
Sets the Period (days)
|
void |
setRA(double v)
Sets the Right ascension (@J200)
|
void |
setRPLANET(double v)
Sets the Planetary radius (Sol radii)
|
void |
setRSTAR(double v)
Sets the Stellar radius (Sol radii)
|
void |
setT0(double v)
Sets the Time of transit center (BJD-2454900)
|
void |
setTPLANET(double v)
Sets the Equilibrium temperature of planet, per Borucki et al.
|
void |
setTSTAR(double v)
Sets the Effective temperature of host star as reported in KIC (k)
|
void |
setUT0(double v)
Sets the Uncertainty in time of transit center (+-jd)
|
java.lang.String |
toString()
Creates a formatted string of all the properties of the Exoplanet object
|
public java.lang.String toString()
toString
in class java.lang.Object
public double getA()
public double getDEC()
public double getRSTAR()
public double getTSTAR()
public double getKMAG()
public double getTPLANET()
public double getT0()
public double getUT0()
public double getPER()
public double getRA()
public double getRPLANET()
public double getMSTAR()
public void setA(double v)
public void setDEC(double v)
public void setRSTAR(double v)
public void setTSTAR(double v)
public void setKMAG(double v)
public void setTPLANET(double v)
public void setT0(double v)
public void setUT0(double v)
public void setPER(double v)
public void setRA(double v)
public void setRPLANET(double v)
public void setMSTAR(double v)