Skip to main content

Radio Astronomy Gain and Visibility Inspector

Project description

ragavi

Radio Astronomy Gain and Visibility Inspector

Introduction

This library mainly requires
  1. Bokeh

  2. Python casacore

  3. Daskms

  4. Datashader

  5. Nodejs>=8

- Install build dependencies:

** Python casacore comes as a dependency of Daskms ** Nodejs is a requirement for Bokeh and can be installed using the commands

$ sudo apt-get install curl
$ curl -sL https://deb.nodesource.com/setup_8.x | bash -
$ apt-get install -y nodejs

All python requirements are found in requirements.txt

or

To install nodejs in the virtual environment, use: nodeenv, a nodejs virtual environment. More info can be found here

Create nodejs virtual environment with:

$ nodeenv envName

and

$ . envName/bin/activate

to switch to environment.

Installation

Installation from source, working directory where source is checked out

$ pip install .

This package is available on PYPI via

$ pip install ragavi

Usage

Ragavi currently has two segements:
  1. Gain plotter

  2. Visibility plotter

For the gains plotter, the name-space ragavi-vis is used. To get help for this

$ ragavi-gains -h

To use ragavi gain plotter

$ ragavi-gains -t /path/to/your/table

Multiple tables can be plotted on the same document simply by adding them in a space separated list to the -t / --table switch e.g

$ ragavi-gains -t delay/table/1/ bandpass/table/2 flux/table/3

For the visibility plotter, the name-space ragavi-vis is used. Help can be obtained by running

$ ragavi-vis -h

To run ragavi-vis, the arguments --table, --xaxis and --yaxis are basic requirements e.g.

$ ragavi-vis --ms /my/measurement/set --xaxis time --yaxis amplitude

For large datasets, it is advisable to supply at least --ymin and --ymax values to avoid an extra pass over the data.

Change the size (resolution) of the output aggregated image – and resulting html file size – by specifying --canvas-width and --canvas-height options.

A slightly more detailed documentation on ragavi can be found here

License

This project is licensed under the MIT License - see license for details.

Contribute

Contributions are always welcome! Please ensure that you adhere to our coding standards pep8.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ragavi-0.4.2.tar.gz (57.8 kB view details)

Uploaded Source

File details

Details for the file ragavi-0.4.2.tar.gz.

File metadata

  • Download URL: ragavi-0.4.2.tar.gz
  • Upload date:
  • Size: 57.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.7

File hashes

Hashes for ragavi-0.4.2.tar.gz
Algorithm Hash digest
SHA256 ec46491243c38f3a58b0b47fde5222a1ea8613172db7f3b448514599f25ad05c
MD5 9805ea354500b2bb0329d8e06138f425
BLAKE2b-256 a45575c28d78e8a11c1834e77d2cb253f86e2074e918f217b6e3311ac526f2f0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page