Metadata-Version: 2.1
Name: pywcsgrid2
Version: 0.1
Summary: a module to be used with matplotlib for displaying astronomical FITS images
Author-email: Jae-Joon Lee <lee.j.joon@gmail.com>
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: matplotlib >=3.5
Requires-Dist: astropy >=4
Requires-Dist: sphinx ; extra == "doc"
Project-URL: Home, http://leejjoon.github.io/pywcsgrid2/
Provides-Extra: doc

[![Build Status](https://travis-ci.org/leejjoon/pywcsgrid2.svg?branch=master)](https://travis-ci.org/leejjoon/pywcsgrid2)

pywcsgrid2
==========

pywcsgrid2 is a python module to be used with matplotlib for
displaying astronomical fits images. It provides a custom Axes class
(derived from mpl's original Axes class) suitable for displaying fits
images. Its main functionality is to draw ticks, ticklabels, and grids
in an appropriate sky coordinates.

 * Provide a custom Matplotlib Axes class based on [mpl_toolkits.axisartist](http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/index.html#toolkit-axesgrid-index) module

 * Easy integration with [mpl_toolkits.axes_grid1](http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/index.html#toolkit-axesgrid-index) module 

 * For a sampling, see the [gallery](http://leejjoon.github.com/matplotlib_astronomy_gallery/)

![pywcsgrid2 sample](http://leejjoon.github.com/pywcsgrid2/images/image.jpg)

Homepage : [http://leejjoon.github.com/pywcsgrid2/](http://leejjoon.github.com/pywcsgrid2/)

Gallery : [http://leejjoon.github.com/matplotlib_astronomy_gallery/](http://leejjoon.github.com/matplotlib_astronomy_gallery/)

LICENSE
-------

lib/kapteyn_celestial.py : from kapteyn package. See LICENSE_kapteyn.txt.

All other files: MIT License. See LICENSE.txt


