|
|||||||||||||||||||
|
name & dimensionality | kind | in/out | description |
---|---|---|---|
nside | I4B | IN | parameter for the HEALPix map. |
ipnest | I4B | -- | pixel identification number in NESTED scheme over the range {0, }. |
ipring | I4B | -- | pixel identification number in RING scheme over the range {0, }. |
theta | DP | -- | colatitude in radians measured southward from north pole in {0,}. |
phi | DP | -- | longitude in radians, measured eastward in . |
vector(3) | DP | -- | three dimensional cartesian position vector (x,y,z). The north pole is (0,0,1). An output vector is normalised to unity. |
vertex(3,4) OPTIONAL | DP | OUT | three dimensional cartesian position vectors (x,y,z) (normalised to unity) pointing to the 4 vertices of a given pixel. The four vertices are listed in the order North, West, South, East. |
ROUTINES:
call pix2ang_ring(nside, ipring, theta, phi)
renders theta and phi coordinates of the nominal pixel center given the pixel number ipring and a map resolution parameter nside. |
renders cartesian vector coordinates of the nominal pixel center given the pixel number ipring and a map resolution parameter nside. Optionally renders cartesian vector coordinates of the considered pixel four vertices. |
renders the pixel number ipring for a pixel which, given the map resolution parameter nside, contains the point on the sphere at angular coordinates theta and phi. |
renders the pixel number ipring for a pixel which, given the map resolution parameter nside, contains the point on the sphere at cartesian coordinates vector. |
call pix2ang_nest(nside, ipnest, theta, phi)
renders theta and phi coordinates of the nominal pixel center given the pixel number ipnest and a map resolution parameter nside. |
renders cartesian vector coordinates of the nominal pixel center given the pixel number ipnest and a map resolution parameter nside. Optionally renders cartesian vector coordinates of the considered pixel four vertices. |
renders the pixel number ipnest for a pixel which, given the map resolution parameter nside, contains the point on the sphere at angular coordinates theta and phi. |
renders the pixel number ipnest for a pixel which, given the map resolution parameter nside, contains the point on the sphere at cartesian coordinates vector . |
call nest2ring(nside, ipnest, ipring)
performs conversion from NESTED to RING pixel number. |
performs conversion from RING to NESTED pixel number. |
Eric Hivon 2010-06-18
|
||||||
|
||||||