Package | Description |
---|---|
gov.fnal.eag.healpix |
EAG HEALPix
|
Modifier and Type | Method and Description |
---|---|
private PixInfo |
PixTools.makePix2Vect_Nest(long nside,
long ipix)
renders vector (x,y,z) coordinates of the nominal pixel center for the
pixel ipix (NESTED scheme ) given the map resolution parameter nside.
|
private PixInfo |
PixTools.makePix2Vect_ring(long nside,
long ipix)
renders vector (x,y,z) coordinates of the nominal pixel center for pixel
ipix (RING scheme) given the map resolution parameter nside.
|