Package cds.healpix
Class Tile2HPX
java.lang.Object
cds.healpix.Tile2HPX
- Author:
- F.-X. Pineau
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
center
(long hash, double[] xyResult) Returns the coordinates of the center of the cell defined by the given hash in the HEALPix projection plane.static void
toFitsHeader
(int tileOrder, long tileIpix, int nPixelX, Tile2HPX.WCSFrame frame) toFitsHeader
(long tileIpix)
-
Field Details
-
fc
-
-
Constructor Details
-
Tile2HPX
-
-
Method Details
-
center
public void center(long hash, double[] xyResult) Returns the coordinates of the center of the cell defined by the given hash in the HEALPix projection plane.- Parameters:
hash
- value defining the cell we want the coordinate of the centerxyResult
- object used to store the result
-
toFitsHeader
- Throws:
Exception
-
toFitsHeader
public static final Map<String,String> toFitsHeader(int tileOrder, long tileIpix, int nPixelX, Tile2HPX.WCSFrame frame) throws Exception - Throws:
Exception
-
main
- Throws:
Exception
-