Skip to main content

Radio occultations

Project description

radiocc

license badge version badge python badge coverage badge pre-commit badge

Radio occulation


Installation | Usage | Configuration | Roadmap | License


Requirements

MacOS

brew install cairo pkg-config pygobject gtk+3

Ubuntu

sudo apt install libcairo2-dev pkg-config python3-dev python-gi-cairo

Fedora

sudo dnf install gcc cairo-devel pkg-config python3-devel \
    gobject-introspection-devel cairo-gobject-devel gtk3

Installation

# Create directory.
mkdir radiocc && cd radiocc

# Create virtual environnement to install package and activate it.
# Please read: https://docs.python.org/3/library/venv.html
python -m venv .env
source .env/bin/activate

# Install radiocc
pip install radiocc

Usage

If you use radiocc as a command-line, you should read the command line guide.

If you decide to use it from Python, you should read the library guide.

Configuration

radiocc

  • runs a list of input folders gathered in a "to_process" folder
  • writes the ouputs and saves figures in a "results" folder

To understand the config file, you should read the config file guide.

Roadmap

  • improve old code for lisibility, portability and testing
  • improve CLI interface for parameter tuning
  • improve configuration using the library (most commands exit after their call)
  • provide GUI interface for parameter tuning
  • provide GUI tool on graphs to set thresholds and corrections

License

Licensed under the Apache 2.0 license.

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

radiocc-0.6.13.tar.gz (113.4 kB view hashes)

Uploaded Source

Built Distribution

radiocc-0.6.13-py3-none-any.whl (122.0 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