https://github.com/astrofrog/wcsaxes
wcsaxes has been merged into astropy!
https://github.com/astrofrog/wcsaxes
Last synced: 12 months ago
JSON representation
wcsaxes has been merged into astropy!
- Host: GitHub
- URL: https://github.com/astrofrog/wcsaxes
- Owner: astrofrog
- Archived: true
- Created: 2013-08-06T22:26:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T13:18:41.000Z (over 8 years ago)
- Last Synced: 2024-08-08T23:26:18.514Z (almost 2 years ago)
- Language: Python
- Homepage: http://docs.astropy.org/en/stable/visualization/wcsaxes/index.html
- Size: 2.81 MB
- Stars: 22
- Watchers: 9
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: licenses/LICENSE.rst
Awesome Lists containing this project
README
About
=====
**Please note: WCSAxes has now been [merged into Astropy](http://docs.astropy.org/en/stable/visualization/wcsaxes/index.html)!**
WCSAxes is a package that makes it easy to plot images with world coordinate
system (WCS) information (which translates pixel to 'world' coordinates and
back) using [Matplotlib](http://www.matplotlib.org). Originally intended for
use with Astronomical data, WCSAxes can be used with any data provided that an
appropriate WCS transformation is supplied.
This is an implementation of the API described
[here](https://github.com/astropy/astropy-api/blob/master/wcs_axes/wcs_api.md).
At the moment the implementation has not be optimized for performance. Once all
the functionality is in place, and a test suite has been created, the code will
be refactored and optimized.

Developers and Contributors
===========================
* Thomas Robitaille
* Asra Nizami
* Chris Beaumont
* Leo Singer
* Stuart Mumford
* Christoph Deil
* Joseph Booker
* Matt Craig
* Adam Ginsburg
* Mathieu Servillat
Build and coverage status
=========================
[](https://travis-ci.org/astrofrog/wcsaxes)
[](https://coveralls.io/r/astrofrog/wcsaxes?branch=master)
[](https://wcsaxes.readthedocs.io/en/latest/)
[](http://astrofrog.github.io/wcsaxes-benchmarks/)