Skip to main content

Radio AstroNomy Cubes Handler (RANCH)

Project description

Radio AstroNomy Cubes Handler (RANCH)

PyPI version Documentation Status test coverage

An API to easily handle radio astronomy FITS files with Python.

Installation

(optional) Create a virtual environment and activate it:

python -m venv .venv
source .venv/bin/activate

Note 1: to deactivate the virtual env :

deactivate

Note 2: To delete the virtual environment:

rm -r .venv

From PyPI (recommanded)

To install ranch:

pip install astro-ranch

From local package

To get the source code:

git clone git@github.com:einigl/ranch.git

To install ranch:

pip install -e .

Get started

To get started, check out the Jupyter notebooks provided in the examples folder.

Tests

To test, run:

pytest --cov && coverage-badge -o coverage.svg -f

Documentation

cd docs
sphinx-apidoc -o . ../ranch
make html

Outputs are in docs/_build/html.

Features

TODO

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

astro_ranch-0.1.0.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distribution

astro_ranch-0.1.0-py3-none-any.whl (39.1 kB view hashes)

Uploaded Python 3

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