.. image:: _static/SkySegmentor_logo_large_white.jpg :align: center :class: only-light .. image:: _static/SkySegmentor_logo_large_black.jpg :align: center :class: only-dark .. raw:: html
Contents ======== * `Introduction`_ * `Dependencies`_ * `Installation`_ * `Tutorials`_ * `API`_ * `Citing`_ * `Support`_ Introduction ============ **SkySegmentor** is a ``python`` package for dividing points or maps (in ``HEALPix`` format) on the celestial sphere into equal-sized segments. It employs a sequential binary space partitioning scheme -- a generalization of the *k*-d tree algorithm -- that supports segmentation of arbitrarily shaped sky regions. By design, all partitions are approximately equal in area, with discrepancies no larger than the ``HEALPix`` pixel scale. Dependencies ============ * `numpy