Metadata-Version: 2.1
Name: ligo.skymap
Version: 0.0.12
Summary: Tools for reading, writing, manipulating, and making LIGO and Virgo sky maps
Home-page: https://leo-singer.docs.ligo.org/ligo.skymap/
Author: Leo Singer
Author-email: leo.singer@ligo.org
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
Requires-Dist: astroplan
Requires-Dist: astropy (>=3.0)
Requires-Dist: healpy
Requires-Dist: h5py
Requires-Dist: lalsuite
Requires-Dist: lscsoft-glue
Requires-Dist: matplotlib (>=2.1.0)
Requires-Dist: networkx
Requires-Dist: numpy (>=1.13)
Requires-Dist: pillow (>=2.5.0)
Requires-Dist: ptemcee
Requires-Dist: reproject (==0.3.2)
Requires-Dist: scipy (>=0.14)
Requires-Dist: seaborn (>=0.8.0)
Requires-Dist: shapely
Requires-Dist: tqdm
Requires-Dist: pytz

###########
ligo.skymap
###########

.. image:: https://vignette.wikia.nocookie.net/memoryalpha/images/c/cf/Picard_and_Data_in_stellar_cartography.jpg/revision/latest/scale-to-width-down/640?cb=20100527083827&path-prefix=en
   :alt: Picard and Data in stellar cartography
   :width: 640px
   :height: 269px

*LIGO's stellar cartography department.*

+-----------+-----------------+------------+----------+
| **Build** | **Python code** | **C code** | **Docs** |
+===========+=================+============+==========+
| |_build_| | |_python_code_| | |_c_code_| | |docs|__ |
+-----------+-----------------+------------+----------+

.. |_build_| image:: https://git.ligo.org/leo-singer/ligo.skymap/badges/master/pipeline.svg
   :alt: pipeline status
   :target: https://git.ligo.org/leo-singer/ligo.skymap/pipelines

.. |_python_code_| image:: https://git.ligo.org/leo-singer/ligo.skymap/badges/master/coverage.svg?job=coverage:py
   :alt: coverage report
   :target: https://leo-singer.docs.ligo.org/ligo.skymap/cov/py

.. |_c_code_| image:: https://git.ligo.org/leo-singer/ligo.skymap/badges/master/coverage.svg?job=coverage:c
   :alt: coverage report
   :target: https://leo-singer.docs.ligo.org/ligo.skymap/cov/c

.. |docs| replace:: Latest
__ https://leo-singer.docs.ligo.org/ligo.skymap/

The `ligo.skymap` package provides tools for reading, writing, generating, and
visualizing gravitational-wave probability maps from LIGO and Virgo. It
provides several tools that used to live in `LALSuite
<http://git.ligo.org/lscsoft/lalsuite>`_ and elsewhere, but in the form of a
tiny Python package that is easier to install. Some of the key features of this
package are:

*  `Script bayestar-localize-coincs`_: BAYESTAR, providing rapid,
   coherent, Bayesian, 3D position reconstruction for compact binary
   coalescence events

*  `Script ligo-skymap-from-samples`_: Create 3D sky maps from
   posterior sample chains using kernel density estimation

*  `Script ligo-skymap-plot`_: An everyday tool for plotting
   HEALPix maps

*  `Module ligo.skymap.plot`_: Astronomical mapmaking tools for
   perfectionists and figure connoisseurs

See the `installation instructions`_ or the `full documentation`_.

.. _`Script bayestar-localize-coincs`: https://leo-singer.docs.ligo.org/ligo.skymap/ligo/skymap/tool/bayestar_localize_coincs.html
.. _`Script ligo-skymap-from-samples`: https://leo-singer.docs.ligo.org/ligo.skymap/ligo/skymap/tool/ligo_skymap_from_samples.html
.. _`Script ligo-skymap-plot`: https://leo-singer.docs.ligo.org/ligo.skymap/ligo/skymap/tool/ligo_skymap_plot.html
.. _`Module ligo.skymap.plot`: https://leo-singer.docs.ligo.org/ligo.skymap/ligo/skymap/plot
.. _`installation instructions`: https://leo-singer.docs.ligo.org/ligo.skymap/install.html
.. _`full documentation`: https://leo-singer.docs.ligo.org/ligo.skymap


