Function healpixNestToRing( k, nestIndex )
- Description:
-
Converts a healpix ring index from the NEST to the RING scheme
at a given order.
- Parameters:
-
- k (integer)
- HEALPix order (0..29)
- nestIndex (long integer)
- pixel index in NEST scheme
- Return Value (long integer):
- pixel index in RING scheme
- Signature:
- long healpixNestToRing(int, long)