public class PpmXlStar extends SimpleStar
SimpleStar.Distance, SimpleStar.StarComparator| Modifier and Type | Field and Description |
|---|---|
private double |
deerr
The error of the declination, degrees, always known.
|
static String |
DEERR
Error of the ra in degrees.
|
private double |
raerr
The error of the right ascension, degrees, always known.
|
static String |
RAERR
Error of the ra in degrees.
|
private Float |
ri
The color of the star in R-I.
|
static String |
RI
The color index shortcut.
|
private static long |
serialVersionUID |
private Float |
verr
The error of the star v magniutde.
|
DEFCOLOR, DEFID, DEFPROPDEC, DEFPROPRA, HTM, SKYMAG, SOL, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Returns the queried value in its string representation of addintional
info.
|
double |
getDeErr()
Returns the error of the ra in degree
|
float |
getHmag()
Returns the original H magnitude
|
float |
getJmag()
Returns the original J magnitude
|
float |
getKmag()
Returns the original K magnitude
|
float |
getMagErr() |
double |
getRaErr()
Returns the error of the ra in degree
|
float |
getRminusI()
Returns the color of the star as a float.
|
boolean |
is2Mass()
Returns true, if this star has 2Mass colors, which can than be
retrieved with the appropriate getXmag.
|
Object |
set(String key,
Object val)
Sets the object.
|
double |
setDeErr(double ede)
Sets the error of the declination in degrees.
|
Object |
setMagErr(float isnull) |
double |
setRaErr(double era)
Sets the error of the right ascension in degrees.
|
Object |
setRminusI(float bv)
Sets the color of the star.
|
String |
toString()
Converts the star description name, ra, dec, mag and color into a string.
|
equals, exportIdMap, exportNameMap, fillMissing, getColor, getDe, getEpoch, getEquinox, getHtmName, getHtmName, getID, getMag, getMagComparator, getName, getPropDe, getProperty, getPropRa, getRa, getSeparation, getSeparation, getSeparation, getSeparation, getSeparation, isFullyValid, isMarginallyValid, isSexagesimal, isValid, isVeryValid, matches, matches, parseSexagesimal, raDeString, raDeString, raDeString, raDeString, setColor, setDe, setEpoch, setEquinox, setID, setMag, setName, setPropDe, setProperty, setPropRa, setRa, sexagesimal, sexagesimal, sexagesimal, sexagesimal, toBasicString, toBasicString, toDegreeString, toDegreeStringprivate static final long serialVersionUID
public static final String RAERR
public static final String DEERR
public static final String RI
private double raerr
private double deerr
private Float ri
private Float verr
public PpmXlStar()
public PpmXlStar(String name)
public double setRaErr(double era)
era - public double setDeErr(double ede)
ede - public double getRaErr()
public double getDeErr()
public Object setRminusI(float bv)
public float getRminusI()
public Object setMagErr(float isnull)
public float getMagErr()
public Object get(String key)
SimpleStarget in interface Starget in class SimpleStarpublic Object set(String key, Object val)
SimpleStarset in class SimpleStarpublic boolean is2Mass()
public float getJmag()
public float getHmag()
public float getKmag()
public String toString()
SimpleStartoString in class SimpleStar