stsci.arcobj
Class TwoMASSobj
java.lang.Object
|
+--stsci.arcobj.ArcObj
|
+--stsci.arcobj.TwoMASSobj
- All Implemented Interfaces:
- ArchiveObject, java.io.Serializable
- public class TwoMASSobj
- extends ArcObj
- Author:
-
- See Also:
- Serialized Form
Field Summary |
static java.lang.String[] |
codes
|
double[] |
errs
|
static java.lang.String |
head
|
double[] |
mags
|
Fields inherited from class stsci.arcobj.ArcObj |
alpha, b_v, decform, delta, id, lform, mag, muAlpha, muDelta, paralax, raform, sep, sform |
Method Summary |
java.lang.String |
bandcode()
|
java.lang.String |
classification()
|
java.lang.String |
header()
A Line of text representing header for a onw line representaion of this object. |
double |
muAlpha(int year)
MuAlpha and MuDelta for the purpose of animation need to give the offset in degrees for a given year this means subtracting the zero year and converting to degrees. |
double |
muDelta(int year)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
head
public static java.lang.String head
codes
public static final java.lang.String[] codes
mags
public double[] mags
errs
public double[] errs
TwoMASSobj
public TwoMASSobj()
bandcode
public java.lang.String bandcode()
- Overrides:
bandcode
in class ArcObj
classification
public java.lang.String classification()
- Overrides:
classification
in class ArcObj
muAlpha
public double muAlpha(int year)
- Description copied from interface:
ArchiveObject
- MuAlpha and MuDelta for the purpose of animation need to give the offset in degrees for a given year this means subtracting the zero year and converting to degrees.
- Overrides:
muAlpha
in class ArcObj
muDelta
public double muDelta(int year)
- Overrides:
muDelta
in class ArcObj
header
public java.lang.String header()
- Description copied from interface:
ArchiveObject
- A Line of text representing header for a onw line representaion of this object.
- Overrides:
header
in class ArcObj
toString
public java.lang.String toString()
- Overrides:
toString
in class ArcObj