| nest2ring | R Documentation | 
Convert from "nested" to "ring" ordering
nest2ring computes the HEALPix pixel index
in the "ring" ordering scheme from the pixel index
in the "nested" ordering scheme.
nest2ring(nside, pix)
| nside | is the HEALPix nside parameter. | 
| pix | is the set or subset of pixel indices at nside. If pix is left blank then all pixels are converted. | 
the output is the corresponding set of pixel in the ring ordering scheme.
# compute HEALPix indices in the ring ordering scheme nside <- 8 pix <-c(1,2,23) nest2ring(nside,pix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.