File: README.md

package info (click to toggle)
aplpy 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,672 kB
  • sloc: python: 13,878; makefile: 118; ansic: 88
file content (40 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[![Build Status](https://travis-ci.org/aplpy/aplpy.svg?branch=master)](https://travis-ci.org/aplpy/aplpy)
[![Coverage Status](https://coveralls.io/repos/aplpy/aplpy/badge.svg?branch=master)](https://coveralls.io/r/aplpy/aplpy?branch=master)
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://aplpy.readthedocs.io/en/latest/)


About
-----

APLpy (the Astronomical Plotting Library in Python) is a
Python module aimed at producing publication-quality plots
of astronomical imaging data in FITS format.

PyPI: https://pypi.python.org/pypi/APLpy

Website: http://aplpy.github.io

Documentation: http://aplpy.readthedocs.io

APLpy is released under an MIT open-source license.

Installing
----------

The following dependencies are required:

* [Numpy](http://numpy.scipy.org) 1.4.1 or later
* [Matplotlib](http://www.matplotlib.org) 1.0.0 or later
* [Astropy](http://www.astropy.org) 0.2.0 or later

and the following are optional:

* [Montage](http://montage.ipac.caltech.edu/) 3.0 or later
* [PyAVM](http://astrofrog.github.io/pyavm/)
* [pyregion](http://pyregion.readthedocs.org/)
* [Python Imaging Library](http://www.pythonware.com/products/pil/) (PIL)
* [montage-wrapper](http://www.astropy.org/montage-wrapper) 0.9.5 or later

You can install APLpy with:

    pip install aplpy