Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mtazzari/uvplot
Browse files Browse the repository at this point in the history
  • Loading branch information
mtazzari committed Oct 11, 2017
2 parents f2e3495 + d73fee5 commit 3f2778a
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,33 @@ A simple package to make nice plots of deprojected interferometric visibilities,
.. image:: https://travis-ci.org/mtazzari/uvplot.svg?branch=master
:target: https://travis-ci.org/mtazzari/uvplot

.. image:: https://img.shields.io/github/release/mtazzari/uvplot/all.svg
:target: https://github.com/mtazzari/uvplot/releases

.. image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
:target: https://www.gnu.org/licenses/lgpl-3.0

.. image:: https://zenodo.org/badge/105298533.svg
:target: https://zenodo.org/badge/latestdoi/105298533

|
The current version should work on both Python >2.7 and >3.6 and implements the basic plotting functionality. More features are to come in the future.
The current version implements the basic plotting functionality. More features are to come in the future.

If you are interested, or have feature requests, or encounter issues, consider creating an Issue or writing me an `email <[email protected]>`_.
If you are interested, or have feature requests, or encounter issues, consider creating an Issue or writing me an `email <[email protected]>`_. I am happy to have your feedback!


Installation
------------

**uvplot** works on `Python` >2.7 and >3.6 and can be installed with:

.. code-block :: bash
pip install git+https://github.com/mtazzari/uvplot.git
Example
-------

This is an example plot:

Expand Down Expand Up @@ -53,8 +72,20 @@ created with:
axes[0].figure.savefig("uvplot.png")
License
-------
License and Attribution
-----------------------
**uvplot** is free software licensed under the LGPLv3 License. For more details see the LICENSE.

If you use **uvplot** for your publication, please cite the Zenodo reference::

@misc{uvplot_mtazzari,
author = {Marco Tazzari},
title = {mtazzari/uvplot: v0.1.1},
month = oct,
year = 2017,
doi = {10.5281/zenodo.1003113},
url = {https://doi.org/10.5281/zenodo.1003113}
}


© Copyright 2017 Marco Tazzari.

0 comments on commit 3f2778a

Please sign in to comment.