heasarc.w3browse.plot
Class Aitoff
java.lang.Object
|
+--heasarc.w3browse.plot.Aitoff
- public class Aitoff
- extends java.lang.Object
This class creates histogram plots.
Constructor Summary |
Aitoff(ptolemy.plot.Plot myPlot)
Constructor for Aitoff |
Method Summary |
double[] |
convert(double ra,
double dec)
converts to aitoff values |
void |
convertData(java.lang.String lii,
java.lang.String bii,
HeasarcQuery plotquery,
int nrows)
converts LII and BII axis data by calling convert() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xcol
public Column xcol
- X-axis column
ycol
public Column ycol
- Y-axis column
Aitoff
public Aitoff(ptolemy.plot.Plot myPlot)
- Constructor for Aitoff
convert
public double[] convert(double ra,
double dec)
- converts to aitoff values
convertData
public void convertData(java.lang.String lii,
java.lang.String bii,
HeasarcQuery plotquery,
int nrows)
throws InputException
- converts LII and BII axis data by calling convert()