Class HealpixSys
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.HealpixSys
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic uk.ac.starlink.table.HealpixTableInfo.HpxCoordSysReturns the Healpix sky coordinate system corresponding to a plotting sky coordinate system.static SkySystoGeom(uk.ac.starlink.table.HealpixTableInfo.HpxCoordSys csys) Returns the plotting sky coordinate system corresponding to a Healpix sky coordinate system.
-
Constructor Details
-
HealpixSys
public HealpixSys()
-
-
Method Details
-
toGeom
Returns the plotting sky coordinate system corresponding to a Healpix sky coordinate system. Best efforts.- Parameters:
csys- healpix sky coordinate system identifier- Returns:
- corresponding plotting sky system, or null if no correspondence is known
-
fromGeom
Returns the Healpix sky coordinate system corresponding to a plotting sky coordinate system. Best efforts.- Parameters:
skySys- plotting sky coordinate system identifier- Returns:
- corresponding healpix system, or null if no correspondence is known
-