stsci.arcobj
Class SDSSobj
java.lang.Object
|
+--stsci.arcobj.ArcObj
|
+--stsci.arcobj.SDSSobj
- All Implemented Interfaces:
- ArchiveObject, java.io.Serializable
- public class SDSSobj
- extends ArcObj
- Author:
-
- See Also:
- Serialized Form
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
classes
public static final java.lang.String[] classes
run
public int run
rerun
public int rerun
camcol
public int camcol
field
public int field
obj
public int obj
type
public int type
mags
public double[] mags
errs
public double[] errs
SDSSobj
public SDSSobj()
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