powered by
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
nest2ring(nside, pix)
is the HEALPix nside parameter.
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.
# NOT RUN { # compute HEALPix indices in the ring ordering scheme nside <- 8 pix <-c(1,2,23) nest2ring(nside,pix) # }
Run the code above in your browser using DataLab