-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mtazzari/uvplot
- Loading branch information
Showing
1 changed file
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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. |