'Programs to load and plot the SAMPEX satellite data.'
Project description
sampex
Easily load and plot data from the Solar Anomalous and Magnetospheric Particle Explorer (SAMPEX) satellite that operated from 1992-2012. This library currently downloads and loads data from the HILT
, PET
, and LICA
instruments, as well as the attitide
files.
The example plot below sums up what this library does. I generated it with this console command: plot_sampex 2007 1 20 --yscale log
Install
Installing this package is as simple as
python3 -m pip install sampex
If you want to develop this package, run
git clone git@github.com:mshumko/sampex.git
cd sampex
Then one of these commands to install sampex into a virtual environment:
python3 -m pip install -e .
or
python3 -m pip install -r requirements.txt
Get started
You can configure this package so it knows the top-level directory to search for (or save) the data to.
python3 -m sampex config
and paste the top-level SAMPEX data directory in the prompt.
Examples
There are a handful of examples in the documentation
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
Built Distribution
File details
Details for the file sampex-1.0.0.tar.gz
.
File metadata
- Download URL: sampex-1.0.0.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55f29f2f2e954637a77d4de0de6f30c9d40e920aab3164384d731fe5f1b47c7f |
|
MD5 | 146d52f01a66cf0dbe24e793e747909a |
|
BLAKE2b-256 | c067803d9c6d891e810ef53dc120feadcbd735aab48bc0017368a6373a46ecd2 |
File details
Details for the file sampex-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: sampex-1.0.0-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d93425aa82173cae46c61fc30c37863bfabc8dfddc1ab4e81d5958c987daffbb |
|
MD5 | 4212303c9895876daf652621ff1c320e |
|
BLAKE2b-256 | 4b932e80384ec30e5942bff0b083d5232283b46b7edd2b44a0454ec30068f67f |