Metadata-Version: 1.1
Name: ligo.skymap
Version: 0.0.2
Summary: Tools for reading, writing, manipulating, and making LIGO and Virgo sky maps
Home-page: http://astropy.org
Author: Leo Singer
Author-email: leo.singer@ligo.org
License: BSD 3-Clause
Description: ###########
        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`_.
        
        **Note**: Since the migration of these tools from LALSuite is very recent, the
        modules, scripts, and documentation in this package are subject to change.
        
        .. _`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
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-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
