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