Module zuniq#
The module healpix_geo.zuniq gives functions for the zuniq scheme, utilised for MOC (Multi-Order Coverage).
Conversions#
Conversions between schemes nested et zuniq.
|
Convert from nested to zuniq |
|
Convert from zuniq to nested |
See also
Complete tutorial : Advanced coordinate conversion
Coordinates Conversions#
|
Get the longitudes and latitudes of the center of some HEALPix cells. |
|
Get the HEALPix indexes that contains specific points. |
|
Get the longitudes and latitudes of the vertices of some HEALPix cells in zuniq encoding. |
Hierarchy and neighbourhood#
|
Get the kth ring neighbouring cells of some HEALPix cells. |
Coverage#
Find all cells which intersect a region.
|
Search the cells covering the given box. |
|
Search the cells covering the given bounding box |
|
Search the cells covering the given polygon. |
|
Search the cells covering the given cone |
|
Search the cells covering the given elliptical cone. |
See also
Complete tutorial : Cover requests