Skip to content

mattkjames7/PlanetSpice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spice Stuff for PyMess

This module is used to obtain information such as Mercury's position around the Sun, Carrington longitude etc.

Usage

Firstly a few environment variables need setting:

export SPICE_KERNEL_PATH=/path/to/spice/kernels
export SPICE_OUTPUT_PATH=/path/to/output/stuff

Also, some dependencies need installing:

pip3 install spiceypy RecarrayTools PyFileIO numpy scipy DateTimeTools --user

Then we can import the module in Python 3:

import PlanetSpice as ps

where ps currently contains the following submodules:

Sun

Mercury

Venus

Earth

Mars

About

Some SPICE routines and things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages