Metadata-Version: 2.1
Name: mw-plot
Version: 0.10.0
Summary: A handy python package to do plotting on a face-on/edge-on/allsky map milkyway with matplotlib and bokeh
Home-page: https://github.com/henrysky/milkyway_plot
Author: Henry Leung
Author-email: henrysky.leung@utoronto.ca
License: MIT
Project-URL: Bug Tracker, https://github.com/henrysky/milkyway_plot/issues
Project-URL: Documentation, https://milkyway-plot.readthedocs.io/
Project-URL: Source Code, https://github.com/henrysky/milkyway_plot/
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.7
License-File: LICENSE

.. image:: https://raw.githubusercontent.com/henrysky/milkyway_plot/master/mw-plot-logo-b.png
   :height: 132 px
   :width: 500 px

|

.. image:: https://readthedocs.org/projects/milkyway-plot/badge/?version=latest
   :target: https://milkyway-plot.readthedocs.io/en/latest/
   :alt: Documentation Status

.. image:: https://img.shields.io/github/license/henrysky/milkyway_plot.svg
   :target: https://github.com/henrysky/milkyway_plot/blob/master/LICENSE
   :alt: GitHub license

.. image:: https://github.com/henrysky/astroNN/workflows/CI/badge.svg
   :target: https://github.com/henrysky/astroNN/actions
   :alt: Build Status


Getting Started
=================

mw-plot handy python package to do plotting on a face-on/edge-on milkyway/skymap with `matplotlib` (https://matplotlib.org/) for 
static plots or `bokeh` (https://bokeh.org/) for interactive plots (`bokeh` module under develop).

You can set the center and radius of the plot anywhere on a milkyway galaxy image with galactic or
galactocentric coordinates.

Both ``MW_bg_annotate.jpg`` and ``MW_bg_unannotate.jpg`` are modified from an images by **NASA/JPL-Caltech/R. Hurt (SSC/Caltech)**
Both images are 5600x5600px with resolution of 24.2 light years per pixel.

``MW_edgeon_edr3_unannotate.jpg`` is modified from an images by **ESA/Gaia/DPAC**.
The image is 6500x3250px with resolution of 15.38 light years per pixel generated by ESA Gaia eDR3.

``mw_plot`` will fill pixels for region outside the pre-compiled images. No acknowledgement to ``mw_plot``
is required if you generate plots for your non-commerical publication, but you **must acknowledgement the origin of
the background images** provided above.

Documentation is migrated to https://milkyway-plot.readthedocs.io/

Author
---------------

-  | **Henry Leung** - *Initial work and developer* - henrysky_
   | Department of Astronomy & Astrophysics, University of Toronto
   | Contact Henry: henrysky.leung [at] utoronto.ca

.. _henrysky: https://github.com/henrysky

License
---------------------------------------------------------

This project is licensed under the MIT License - see the `LICENSE`_ file for details

.. _LICENSE: LICENSE
