|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.mhuss.AstroLib.AtlasRef
AtlasRef is a class that figures out which page in a number of atlases best show the given RA and Dec.
It also supports the Rukl lunar atlas given a lunar latitude and longitude.
| Constructor Summary | |
AtlasRef()
|
|
| Method Summary | |
static int |
millenniumAtlasPage(double ra,
double dec)
This function returns the page number in the Millennium Star Atlas that best shows the location specified. |
static java.lang.String |
ruklPage(double lon,
double lat)
This function returns the page number in Rukl that best shows the lunar location specified. |
static int |
skyAtlasPage(double ra,
double dec)
This function returns the page number in Sky Atlas 2000 page that best shows the location specified. |
static int |
uranometriaPage(double ra,
double dec)
This function returns the page number in the original edition of Uranometria that best shows the location specified. |
static int |
uranometriaPage(double ra,
double dec,
boolean fix472)
This function returns the page number in Uranometria that best shows the location specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AtlasRef()
| Method Detail |
public static int millenniumAtlasPage(double ra,
double dec)
ra - Right ascension in decimal hoursdec - Declination in decimal degrees
public static int skyAtlasPage(double ra,
double dec)
ra - Right ascension in decimal hoursdec - Declination in decimal degrees
public static int uranometriaPage(double ra,
double dec,
boolean fix472)
ra - Right ascension in decimal hoursdec - Declination in decimal degreesfix472 - True to swap charts 472 and 473 (needed in original
edition)
public static int uranometriaPage(double ra,
double dec)
ra - Right ascension in decimal hoursdec - Declination in decimal degrees
public static java.lang.String ruklPage(double lon,
double lat)
lon - lunar longitudelat - lunar latitude
|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||