Function healpixSqdeg( k )
- Description:
-
Returns the solid angle in square degrees of each HEALPix pixel
at a given order.
- Parameters:
-
- k (integer)
- HEALPix order (0..29)
- Return Value (floating point):
- pixel size in steradians
- Examples:
healpixSqdeg(5) = 3.357174580844667
round(12 * healpixSqdeg(0)) = 41253
- Signature:
- double healpixSqdeg(int)