-
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
5 changed files
with
182 additions
and
5 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 |
---|---|---|
|
@@ -22,6 +22,7 @@ The current version implements the basic plotting functionality. More features a | |
|
||
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! | ||
|
||
What's new in **v0.2.0**: a new `export_uvtable` function to export visibilities from an MS to an ASCII table. | ||
|
||
Installation | ||
------------ | ||
|
@@ -32,9 +33,18 @@ Installation | |
pip install git+https://github.com/mtazzari/uvplot.git | ||
To make **uvplot** available in CASA, run from the shell: | ||
|
||
.. code-block :: bash | ||
casa-pip install git+https://github.com/mtazzari/uvplot.git | ||
where `casa-pip` is a tool that can be downloaded `here <https://github.com/radio-astro-tools/casa-python>`_ . | ||
|
||
**uvplot** has been tested on CASA versions > 4.7.0. | ||
|
||
Example | ||
------- | ||
|
||
This is an example plot: | ||
|
||
.. image:: static/uvplot.png | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="uvplot", | ||
version="0.1.0", | ||
version="0.2.0", | ||
packages=find_packages(), | ||
author="Marco Tazzari", | ||
author_email="[email protected]", | ||
|
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
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
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