rcosmo (version 1.1.3)

ring2nest: Convert ring to nest ordering.

Description

ring2nest converts HEALPix pixel indices in the 'ring' ordering scheme to HEALPix pixel indices in the 'nested' ordering scheme.

Usage

ring2nest(nside, pix)

Arguments

nside

is the HEALPix nside parameter (integer number \(2^k\))

pix

is a vector of HEALPix pixel indices, in the 'ring' ordering scheme.

Value

the output is a vector of HEALPix pixel indices in the 'nested' ordering scheme.

Examples

Run this code
# NOT RUN {
## Convert (1,2,23) from ring to nest at nside = 8
nside <- 8
pix <-c(1,2,23)
ring2nest(nside,pix)

# }

Run the code above in your browser using DataLab