- phiMax - Variable in class gov.fnal.eag.healpix.Region
-  
- phiMin - Variable in class gov.fnal.eag.healpix.Region
-  
- PI - Static variable in class gov.fnal.eag.healpix.PixTools
-  
- PI - Variable in class gov.fnal.eag.healpix.Region
-  
- pix2ang_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
Renders theta and phi coordinates of the normal pixel center for the
 pixel number ipix (NESTED scheme) given the map resolution parameter
 nside. 
- pix2ang_ring(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
renders theta and phi coordinates of the nominal pixel center for the
 pixel number ipix (RING scheme) given the map resolution parameter nside 
- pix2vect_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
renders vector (x,y,z) coordinates of the nominal pixel center for the
 pixel ipix (NESTED scheme ) given the map resolution parameter nside. 
- pix2vect_ring(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
returns the vector pointing in the center of the pixel ipix. 
- pix2vertex_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
renders vector (x,y,z) coordinates of the nominal pixel center for the
 pixel ipix (NESTED scheme ) given the map resolution parameter nside. 
- pix2vertex_ring(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
returns double [][] with coordinates of the pixel corners. 
- pix2x - Static variable in class gov.fnal.eag.healpix.PixTools
-  
- pix2xy_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
- 
gives the x,y coordinates in a face from pixel number within the face
 (NESTED) schema. 
- pix2y - Static variable in class gov.fnal.eag.healpix.PixTools
-  
- pixelize(double) - Method in class gov.fnal.eag.healpix.Region
- 
divides region on HealPix pixels of given size including
 pixels that only partly inside the region 
- PixInfo - Class in gov.fnal.eag.healpix
- 
Aggregates a vector and double[3][4] array which are the results of a
 pixel center calculation. 
- PixInfo(Vector3d, double[][]) - Constructor for class gov.fnal.eag.healpix.PixInfo
-  
- pixmax - Static variable in class gov.fnal.eag.healpix.PixTools
-  
- PixRes(long) - Method in class gov.fnal.eag.healpix.PixTools
- 
calculates angular resolution of the pixel map
 in arc seconds. 
- PixTools - Class in gov.fnal.eag.healpix
- 
contains methods translated from HEALPix Fortran90
  with increased map resolution in comparison to original Fortran code. 
- PixTools() - Constructor for class gov.fnal.eag.healpix.PixTools
- 
default constructor 
- pixTools - Static variable in class gov.fnal.eag.healpix.PixTools
- 
Singleton instance. 
- pixTools - Static variable in class gov.fnal.eag.healpix.test.PixToolsStaticTest
-  
- pixTools - Static variable in class gov.fnal.eag.healpix.test.ThreadTest
-  
- PixToolsSingletonTest - Class in gov.fnal.eag.healpix.test
-  
- PixToolsSingletonTest() - Constructor for class gov.fnal.eag.healpix.test.PixToolsSingletonTest
-  
- PixToolsStaticTest - Class in gov.fnal.eag.healpix.test
- 
test suit for PixTools using static constructor 
- PixToolsStaticTest() - Constructor for class gov.fnal.eag.healpix.test.PixToolsStaticTest
-  
- PixToolsTest - Class in gov.fnal.eag.healpix.test
- 
test suit for PixTools 
- PixToolsTest() - Constructor for class gov.fnal.eag.healpix.test.PixToolsTest
-  
- PixToolTest1 - Class in gov.fnal.eag.healpix.test
-  
- PixToolTest1() - Constructor for class gov.fnal.eag.healpix.test.PixToolTest1
-  
- PixToolTest1.RaDePoint - Class in gov.fnal.eag.healpix.test
- 
Simple point on sky. 
- PixToolTest1.RaDePoint() - Constructor for class gov.fnal.eag.healpix.test.PixToolTest1.RaDePoint
-  
- PixToolTest1.RaDePoint(double, double) - Constructor for class gov.fnal.eag.healpix.test.PixToolTest1.RaDePoint
-  
- pixVect - Variable in class gov.fnal.eag.healpix.PixInfo
-  
- pixVertex - Variable in class gov.fnal.eag.healpix.PixInfo
-  
- PolarToRaDec(double[]) - Method in class gov.fnal.eag.healpix.PixTools
- 
returns ra, dec in degrees given polar coordinates in radians 
- testAng2Pix() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests calculation of pixel from polar angles
 in ring schema of pixalization 
- testAng2Pix() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests calculation of pixel from polar angles
 in ring schema of pixalization 
- testAng2Pix() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests calculation of pixel from polar angles
 in ring schema of pixalization 
- testAng2Vect() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests calculation of unit vector from polar angles 
- testAng2Vect() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests calculation of unit vector from polar angles 
- testAng2Vect() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests calculation of unit vector from polar angles 
- testAngDist() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests angular distance calculation 
- testAngDist() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests angular distance calculation 
- testAngDist() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests angular distance calculation 
- testBitManipulation() - Method in class gov.fnal.eag.healpix.test.BitManipulationTest
- 
tests bit manipulation methods 
- testCircle1() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- testCircle2() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- testCircle3() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- testCircle4() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- testCircle5() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
- 
with NSIDE 512 
- testGetNside() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests GetNside method 
- testGetNside() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests GetNside method 
- testGetNside() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests GetNside method 
- testInRing() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests InRing method 
- testInRing() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests InRing method 
- testInRing() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests InRing method 
- testIntrs_Intrv() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests intrs_intrv method 
- testIntrs_Intrv() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests intrs_intrv method 
- testIntrs_Intrv() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests intrs_intrv method 
- testInverse() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- testMaxResolution() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests MaxResolution method 
- testMaxResolution() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests MaxResolution method 
- testMaxResolution() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests MaxResolution method 
- testMODULO() - Method in class gov.fnal.eag.healpix.test.BitManipulationTest
- 
test Modulo 
- testMODULO() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
test MODULO function 
- testMODULO() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
test MODULO function 
- testMODULO() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
test MODULO function 
- testNeighbours_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Neighbour's method for nest schema of the pixelization 
- testNeighbours_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Neighbour's method for nest schema of the pixelization 
- testNeighbours_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Neighbour's method for nest schema of the pixelization 
- testNest2Ring() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from nest schema pixel to ring schema pixel 
- testNest2Ring() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from nest schema pixel to ring schema pixel 
- testNest2Ring() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from nest schema pixel to ring schema pixel 
- testNext_In_Line_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Next_In_Line method for the nest schema 
- testNext_In_Line_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Next_In_Line method for the nest schema 
- testNext_In_Line_Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Next_In_Line method for the nest schema 
- testNpix2Nside() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests calculation of nsides from npixels 
- testNpix2Nside() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests calculation of nsides from npixels 
- testNpix2Nside() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests calculation of nsides from npixels 
- testNside2Npix() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests calculation of npixels from nside 
- testNside2Npix() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests calculation of npixels from nside 
- testNside2Npix() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests calculation of npixels from nside 
- testPix2Vect_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from pixel number to vector 
- testPix2Vect_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from pixel number to vector 
- testPix2Vect_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from pixel number to vector 
- testPix2Vect_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from pixel number to vector 
- testPix2Vect_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from pixel number to vector 
- testPix2Vect_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from pixel number to vector 
- testPixelize() - Method in class gov.fnal.eag.healpix.test.RegionTest
- 
test pixelization 
- testPixtools() - Method in class gov.fnal.eag.healpix.test.ThreadTest
-  
- testQuery_Disc() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Query_Disc method 
- testQuery_Disc() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Query_Disc method 
- testQuery_Disc() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Query_Disc method 
- testQuery_Disc_1() - Method in class gov.fnal.eag.healpix.test.QueryDiscTest
- 
additional tests of Query_Disc method 
- testQuery_disk2() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
test Query_disk  check for consistency in the query for RING/NESTED 
- testQuery_disk2() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
test Query_disk  check for consistency in the query for RING/NESTED 
- testQuery_disk2() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
test Query_disk  check for consistency in the query for RING/NESTED 
- testQuery_Polygon() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Query_Poligon method 
- testQuery_Polygon() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Query_Poligon method 
- testQuery_Polygon() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Query_Poligon method 
- testQuery_Strip() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Query_Strip method 
- testQuery_Strip() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Query_Strip method 
- testQuery_Strip() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Query_Strip method 
- testQuery_Triangle() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests Query_Triangle method 
- testQuery_Triangle() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests Query_Triangle method 
- testQuery_Triangle() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests Query_Triangle method 
- testQueryCircle() - Method in class gov.fnal.eag.healpix.test.QueryDiscTest
-  
- testQueryDisc() - Method in class gov.fnal.eag.healpix.test.QueryDiscTest
-  
- testQueryDiscRes() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests QueryDiscResolution method 
- testQueryDiscRes() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests QueryDiscResolution method 
- testQueryDiscRes() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests QueryDiscResolution method 
- testRaDecToPolar() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
test conversion of Ra Dec to polar coordinates 
- testRaDecToPolar() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
test conversion of Ra Dec to polar coordinates 
- testRaDecToPolar() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
test conversion of Ra Dec to polar coordinates 
- testRegion() - Method in class gov.fnal.eag.healpix.test.RegionTest
- 
test default constructor 
- testRing2Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from ring schema pixel to nest schema pixel 
- testRing2Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from ring schema pixel to nest schema pixel 
- testRing2Nest() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from ring schema pixel to nest schema pixel 
- testRingNum() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests calculation of ring number from z coordinate 
- testRingNum() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests calculation of ring number from z coordinate 
- testRingNum() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests calculation of ring number from z coordinate 
- testSurfaceTriangle() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
-  
- testSurfaceTriangle() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
-  
- testSurfaceTriangle() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
-  
- testVec2Ang() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
test of directional angles calculation 
- testVec2Ang() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
test of directional angles calculation 
- testVec2Ang() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
test of directional angles calculation 
- testVect2Pix_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from vector to pixel number 
- testVect2Pix_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from vector to pixel number 
- testVect2Pix_nest() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from vector to pixel number 
- testVect2Pix_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsSingletonTest
- 
tests conversion from vector to pixel number 
- testVect2Pix_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsStaticTest
- 
tests conversion from vector to pixel number 
- testVect2Pix_ring() - Method in class gov.fnal.eag.healpix.test.PixToolsTest
- 
tests conversion from vector to pixel number 
- testVertexes() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
- 
with NSIDE 512 
- testVertexesHR() - Method in class gov.fnal.eag.healpix.test.PixToolTest1
- 
with high res. 
- tetMax - Variable in class gov.fnal.eag.healpix.Region
-  
- tetMin - Variable in class gov.fnal.eag.healpix.Region
-  
- ThreadTest - Class in gov.fnal.eag.healpix.test
- 
The thread proof test by Mark Teylor 
- ThreadTest() - Constructor for class gov.fnal.eag.healpix.test.ThreadTest
-  
- ThreadTest.Worker - Class in gov.fnal.eag.healpix.test
-  
- ThreadTest.Worker(long, Vector3d, double, int, int) - Constructor for class gov.fnal.eag.healpix.test.ThreadTest.Worker
-  
- tools - Static variable in class gov.fnal.eag.healpix.test.PixToolTest1
-  
- TWOPI - Static variable in class gov.fnal.eag.healpix.PixTools
-  
- TWOPI - Static variable in class gov.fnal.eag.healpix.Region
-  
- TWOPI - Static variable in class gov.fnal.eag.healpix.test.RegionTest
-  
- twothird - Static variable in class gov.fnal.eag.healpix.PixTools
-