A B C D E G H I M N O P Q R S T V W X Y 

A

ang2pix_nest(long, double, double) - Method in class gov.fnal.eag.healpix.PixTools
renders the pixel number pix (NESTED scheme) for a pixel which contains a point on a sphere at coordinates theta and phi, given map resolution parameter nside.
ang2pix_ring(long, double, double) - Method in class gov.fnal.eag.healpix.PixTools
renders the pixel number ipix (RING scheme) for a pixel which contains a point with coordinates theta and phi, given the map resolution parameter nside.
Ang2Vec(double, double) - Method in class gov.fnal.eag.healpix.PixTools
calculates vector corresponding to angles theta (co-latitude measured from North pole, in [0,pi] radians) phi (longitude measured eastward in [0,2pi] radians) North pole is (x,y,z) = (0, 0, 1)
AngDist(Vector3d, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
calculates angular distance (in radians) between 2 Vectors v1 and v2 In general dist = acos(v1.v2) except if the vectors are almost aligned
assertEquals(String, List, List) - Static method in class gov.fnal.eag.healpix.test.ThreadTest
 

B

BitManipulation - Class in gov.fnal.eag.healpix
bit manipulation class derived from Healpix fortran90 program.
BitManipulation() - Constructor for class gov.fnal.eag.healpix.BitManipulation
 
BitManipulationTest - Class in gov.fnal.eag.healpix.test
 
BitManipulationTest() - Constructor for class gov.fnal.eag.healpix.test.BitManipulationTest
 
bm - Variable in class gov.fnal.eag.healpix.Region
 
bm - Variable in class gov.fnal.eag.healpix.test.RegionTest
 

C

checkOverlap(int, double, double, double, double) - Method in class gov.fnal.eag.healpix.test.DiscTest
 
convert_inplace_long(String, Object[]) - Method in class gov.fnal.eag.healpix.PixTools
converts a 8 byte Object map from RING to NESTED and vice versa in place, ie without allocation a temporary map (Has no reason for Java).
convert_nest2ring(long, Object[]) - Method in class gov.fnal.eag.healpix.PixTools
make the conversion NEST to RING
convert_ring2nest(long, Object[]) - Method in class gov.fnal.eag.healpix.PixTools
makes the conversion RING to NEST
crossProduct(Vector3d, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
calculate cross product of two vectors

D

de - Variable in class gov.fnal.eag.healpix.test.PixToolTest1.RaDePoint
coordinates in degrees
decMax - Variable in class gov.fnal.eag.healpix.Region
 
decMin - Variable in class gov.fnal.eag.healpix.Region
 
DiscTest - Class in gov.fnal.eag.healpix.test
 
DiscTest() - Constructor for class gov.fnal.eag.healpix.test.DiscTest
 
dotProduct(Vector3d, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
calculates a dot product (inner product) of two 3D vectors the result is double

E

epsilon - Static variable in class gov.fnal.eag.healpix.Region
 
epsilon - Static variable in class gov.fnal.eag.healpix.test.RegionTest
 

G

getDisc_ring(long, Vector3d, double) - Method in class gov.fnal.eag.healpix.PixTools
an obsolete method.
getHealId(double, double, long) - Method in class gov.fnal.eag.healpix.test.PixToolTest1
get position ID for ra,de
getInstance() - Static method in class gov.fnal.eag.healpix.PixTools
Returns singleton instance.
GetNSide(double) - Method in class gov.fnal.eag.healpix.PixTools
calculate requared nside given pixel size in arcsec
getPolReg() - Method in class gov.fnal.eag.healpix.Region
provides polar coordinates of the region vertices
getRaDe(long, long) - Static method in class gov.fnal.eag.healpix.test.PixToolTest1
inverse method, convert area ID to RaDePoint
getVertices() - Method in class gov.fnal.eag.healpix.Region
 
gov.fnal.eag.healpix - package gov.fnal.eag.healpix
EAG HEALPix
gov.fnal.eag.healpix.test - package gov.fnal.eag.healpix.test
Junit tests for EAG HEALPix project

H

HALFPI - Static variable in class gov.fnal.eag.healpix.PixTools
 
haversineSeparationFormula(double, double, double, double) - Static method in class gov.fnal.eag.healpix.test.DiscTest
Haversine formula for spherical trigonometry.
HealpixException - Exception in gov.fnal.eag.healpix
handles exceptions from this package
HealpixException(String) - Constructor for exception gov.fnal.eag.healpix.HealpixException
message - String to be printed in case of exception

I

inclusive_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 
inReg(double, double) - Method in class gov.fnal.eag.healpix.Region
return true if the point ra,dec is inside region
inRegPol(double, double) - Method in class gov.fnal.eag.healpix.Region
return true if point phi, theta is inside region
InRing(long, long, double, double, boolean) - Method in class gov.fnal.eag.healpix.PixTools
returns the list of pixels in RING or NEST scheme with latitude in [phi0 - dpi, phi0 + dphi] on the ring iz in [1, 4*nside -1 ] The pixel id numbers are in [0, 12*nside^2 - 1] the indexing is in RING, unless nest is set to 1
intersection(Collection, Collection) - Static method in class gov.fnal.eag.healpix.test.DiscTest
 
intrs_intrv(double[], double[]) - Method in class gov.fnal.eag.healpix.PixTools
computes the intersection di of 2 intervals d1 (= [a1,b1]) and d2 (= [a2,b2]) on the periodic domain (=[A,B] where A and B arbitrary) ni is the resulting number of intervals (0,1, or 2) if a1 b1 then d1 = {x | a1 <=x <= B U A <=x <=b1}
invLSB(long) - Static method in class gov.fnal.eag.healpix.BitManipulation
returns i with even bits inverted
invMSB(long) - Static method in class gov.fnal.eag.healpix.BitManipulation
returns i with odd bits inverted
invswapLSBMSB(long) - Static method in class gov.fnal.eag.healpix.BitManipulation
returns NOT i with even and odd bit positions interchanged

M

magic1 - Static variable in class gov.fnal.eag.healpix.BitManipulation
magic1 odd bits set constant
magic2 - Static variable in class gov.fnal.eag.healpix.BitManipulation
magic2 - even bits set constant
main(String[]) - Static method in class gov.fnal.eag.healpix.BitManipulation
the main program for simple test
main(String[]) - Static method in class gov.fnal.eag.healpix.test.DiscTest
 
main(String[]) - Static method in class gov.fnal.eag.healpix.test.ThreadTest
 
makePix2Vect_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.
makePix2Vect_ring(long, long) - Method in class gov.fnal.eag.healpix.PixTools
renders vector (x,y,z) coordinates of the nominal pixel center for pixel ipix (RING scheme) given the map resolution parameter nside.
mk_pix2xy() - Method in class gov.fnal.eag.healpix.PixTools
creates an array of pixel numbers pix2x from x and y coordinates in the face.
mk_xy2pix() - Static method in class gov.fnal.eag.healpix.PixTools
fills arrays x2pix and y2pix giving the number of the pixel laying in (x,y).
MODULO(double, double) - Static method in class gov.fnal.eag.healpix.BitManipulation
simulates behaviour of fortran90 MODULO function

N

nCheck - Variable in class gov.fnal.eag.healpix.test.DiscTest
 
neighbours_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
returns 7 or 8 neighbours of any pixel in the nested scheme The neighbours are ordered in the following way: First pixel is the one to the south ( the one west of the south direction is taken for pixels that don't have a southern neighbour).
nest2ring(long, long) - Method in class gov.fnal.eag.healpix.PixTools
converts from NESTED to RING pixel numbering
nest_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 
next_in_line_nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
calculates the pixel that lies on the East side (and the same latitude) as the given NESTED pixel number - ipix
nFail - Variable in class gov.fnal.eag.healpix.test.DiscTest
 
Npix2Nside(long) - Method in class gov.fnal.eag.healpix.PixTools
returns nside such that npix = 12*nside^2, nside should be power of 2 and smaller than ns_max if not return -1
ns_max - Static variable in class gov.fnal.eag.healpix.PixTools
 
NSIDE1 - Variable in class gov.fnal.eag.healpix.test.PixToolTest1
 
NSIDE2 - Variable in class gov.fnal.eag.healpix.test.PixToolTest1
 
Nside2Npix(long) - Method in class gov.fnal.eag.healpix.PixTools
calculates npix such that npix = 12*nside^2 ,nside should be a power of 2, and smaller than ns_max otherwise return -1
nside_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 

O

orderToNside(int) - Static method in class gov.fnal.eag.healpix.test.DiscTest
 

P

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

Q

query_disc(long, Vector3d, double, int, int) - Method in class gov.fnal.eag.healpix.PixTools
generates in the RING or NESTED scheme all pixels that lays within an angular distance Radius of the center.
query_polygon(long, ArrayList, long, long) - Method in class gov.fnal.eag.healpix.PixTools
finds pixels that lay within a CONVEX polygon defined by its vertex on sphere
query_strip(long, double, double, long) - Method in class gov.fnal.eag.healpix.PixTools
finds pixels having a colatitude (measured from North pole) : theta1 < colatitude < theta2 with 0 <= theta1 < theta2 <= Pi if theta2 < theta1 then pixels with 0 <= colatitude < theta2 or theta1 < colatitude < Pi are returned
query_triangle(long, Vector3d, Vector3d, Vector3d, long, long) - Method in class gov.fnal.eag.healpix.PixTools
generates a list of pixels that lay inside a triangle defined by the three vertex vectors
queryDisc(int, double, double, double) - Method in class gov.fnal.eag.healpix.test.DiscTest
 
QueryDiscTest - Class in gov.fnal.eag.healpix.test
 
QueryDiscTest() - Constructor for class gov.fnal.eag.healpix.test.QueryDiscTest
 

R

ra - Variable in class gov.fnal.eag.healpix.test.PixToolTest1.RaDePoint
coordinates in degrees
RaDecToPolar(double[]) - Method in class gov.fnal.eag.healpix.PixTools
returns polar coordinates in radians given ra, dec in degrees
radius_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 
raMax - Variable in class gov.fnal.eag.healpix.Region
 
raMin - Variable in class gov.fnal.eag.healpix.Region
 
Region - Class in gov.fnal.eag.healpix
 
Region(double, double, double, double) - Constructor for class gov.fnal.eag.healpix.Region
default constructor
RegionTest - Class in gov.fnal.eag.healpix.test
 
RegionTest() - Constructor for class gov.fnal.eag.healpix.test.RegionTest
 
report() - Method in class gov.fnal.eag.healpix.test.DiscTest
 
result_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 
ring2nest(long, long) - Method in class gov.fnal.eag.healpix.PixTools
converts pixel number from ring numbering schema to the nested one
RingNum(long, double) - Method in class gov.fnal.eag.healpix.PixTools
returns the ring number in {1, 4*nside - 1} calculated from z coordinate
run() - Method in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 

S

serialVersionUID - Static variable in exception gov.fnal.eag.healpix.HealpixException
 
SurfaceTriangle(Vector3d, Vector3d, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
calculates the surface of spherical triangle defined by vertices v1,v2,v3 Algorithm: finds triangle sides and uses l'Huilier formula to compute "spherical excess" = surface area of triangle on a sphere of radius one see, eg Bronshtein, Semendyayev Eq 2.86 half perimeter hp = 0.5*(side1+side2+side3) l'Huilier formula x0 = tan( hp/2.) x1 = tan((hp - side1)/2.) x2 = tan((hp - side2)/2.) x3 = tan((hp - side3)/2.)
swapLSBMSB(long) - Static method in class gov.fnal.eag.healpix.BitManipulation
swaps low and high bits in the word i

T

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
 

V

Vect2Ang(Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
converts a Vector3d in a tuple of angles tup[0] = theta co-latitude measured from North pole, in [0,PI] radians, tup[1] = phi longitude measured eastward, in [0,2PI] radians
vect2pix_nest(long, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
renders the pixel number pix (NESTED scheme) for a pixel which contains a point on a sphere at coordinate vector (x,y,z), given the map resolution parameter nside.
vect2pix_ring(long, Vector3d) - Method in class gov.fnal.eag.healpix.PixTools
renders the pixel number ipix (RING scheme) for a pixel which contains a point on a sphere at coordinate vector (x,y,z), given the map resolution parameter nside
vector_ - Variable in class gov.fnal.eag.healpix.test.ThreadTest.Worker
 
VectProd(Vector, Vector) - Method in class gov.fnal.eag.healpix.PixTools
calculates a vector production of two vectors.
vertices - Variable in class gov.fnal.eag.healpix.Region
 

W

workPixtools(boolean) - Method in class gov.fnal.eag.healpix.test.ThreadTest
 

X

x2pix - Static variable in class gov.fnal.eag.healpix.PixTools
 
xmax - Static variable in class gov.fnal.eag.healpix.PixTools
 
xmid - Static variable in class gov.fnal.eag.healpix.PixTools
 
xy2pix_nest(long, long, long, long) - Method in class gov.fnal.eag.healpix.PixTools
gives the pixel number ipix (NESTED) corresponding to ix, iy and face_num
xyzToPolar(double, double, double) - Method in class gov.fnal.eag.healpix.PixTools
returns polar coordinates of a point on unit sphere given Cartesian coordinates

Y

y2pix - Static variable in class gov.fnal.eag.healpix.PixTools
 
A B C D E G H I M N O P Q R S T V W X Y