powered by
Find the pixel index \(p\) of a given pixel with index ibp in base pixel bp.
ibp
bp
ibp2p(ibp, bp, j)
The pixel index within base pixel bp, at resolution j, in nested order.
The base pixel index
The resolution parameter nside = 2^j
# NOT RUN { ibp2p(1, 1, 2) ibp2p(1, 2, 2) # }
Run the code above in your browser using DataLab