Package healpix.essentials
Class Fxyf
java.lang.Object
healpix.essentials.HealpixTables
healpix.essentials.Fxyf
- All Implemented Interfaces:
Serializable
Class describing a location on the sphere
- Author:
- Martin Reinecke
- See Also:
- Copyright:
- 2012 Max-Planck-Society
-
Field Summary
Modifier and TypeFieldDescriptionint
index of the HEALPix basis pixel, range [0;11]double
x-coordinate within the basis pixel, range [0.0;1.0]double
y-coordinate within the basis pixel, range [0.0;1.0]Fields inherited from class healpix.essentials.HealpixTables
ctab, facearray, jpll, jrll, swap_cycle, swaparray, utab, xoffset, yoffset
-
Constructor Summary
-
Method Summary
-
Field Details
-
fx
public double fxx-coordinate within the basis pixel, range [0.0;1.0] -
fy
public double fyy-coordinate within the basis pixel, range [0.0;1.0] -
face
public int faceindex of the HEALPix basis pixel, range [0;11]
-
-
Constructor Details
-
Fxyf
public Fxyf(double x, double y, int f) -
Fxyf
protected Fxyf(healpix.essentials.Hploc loc) -
Fxyf
-
-
Method Details
-
toHploc
protected healpix.essentials.Hploc toHploc() -
toVec3
-