Radio occultations
Project description
radiocc
Provide a tool to compute radio occulations for planetary missions.
Requirements | Installation | Usage | Configuration | Roadmap | License
Requirements
Ubuntu 21.10
sudo apt install -y python3-gi libgirepository1.0-dev libcairo2-dev
gobject-introspection gir1.2-gtk-3.0
Fedora 35
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
- optimise code speed
- improve CLI interface, library API and config file for parameter tuning
- provide GUI interface for parameter tuning and application of corrections
License
Licensed under the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
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.24.tar.gz
(117.3 kB
view hashes)
Built Distribution
radiocc-0.6.24-py3-none-any.whl
(129.6 kB
view hashes)