|
nside2npix
Function to provide the number of pixels over the full sky corresponding
to resolution parameter
.
Location in HEALPix directory tree:
src/f90/mod/pix_tools.f90
FORMAT var=nside2npix(
nside
)
ARGUMENTS
name & dimensionality |
kind |
in/out |
description |
|
|
|
|
nside |
I4B |
IN |
the
parameter of the map. |
var |
I4B |
OUT |
the number of pixels of the map. If
is valid (a power of 2 in
),
is returned; if not, an error message is
issued and -1 is returned. |
EXAMPLE:
npix= nside2npix(256)
Returns the number of HEALPix pixels (786432) for the resolution
parameter 256.
RELATED ROUTINESThis section lists the routines related to nside2npix
-
npix2nside
- returns resolution parameter corresponding to the number of pixels.
Eric Hivon
2010-06-18
|
|