Package to deal with Solar Orbiter SPICE kernels
Project description
spice_manager
Program to deal with NAIF SPICE kernels for Solar Orbiter (see https://www.cosmos.esa.int/web/spice/solar_orbiter for more details).
spice_manager relies on the spiceypy Python package (https://pypi.org/project/spiceypy/).
Quickstart
To install package using pip:
pip install spice_manager --extra-index-url https://__token__:<your_personal_token>@gitlab.obspm.fr/api/v4/projects/2052/packages/pypi/simple --trusted-host gitlab.obspm.fr
To install package from source files:
git clone https://gitlab.obspm.fr/rpw/spice_manager.git
Then install using pip:
cd spice_manager
pip install .
or using poetry:
cd spice_manager
pip install poetry
poetry install
User guide
Package modules can be then imported into codes with line import spice_manager
.
Especially spice_manager.SpiceManager
class contains methods to handle SPICE Kernels and some time conversions.
Authors
- xavier dot bonnin at obspm dot fr
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
spice_manager-1.1.1.tar.gz
(12.1 kB
view hashes)
Built Distribution
Close
Hashes for spice_manager-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f81f2b0978952005155b43639923de09ef877eb21f67d36a4bd4a80dcee03a1 |
|
MD5 | 6958618037111eb67bb8466345f47eaf |
|
BLAKE2b-256 | 968a8fecc7eb1dbee5a5de4d85fcc8df9a363f4265037d72e27ef36fd8c3c17d |