Skip to content

Instantly share code, notes, and snippets.

@michaelaye
Created July 10, 2011 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelaye/1074826 to your computer and use it in GitHub Desktop.
Save michaelaye/1074826 to your computer and use it in GitHub Desktop.
Example script to show return problem of PySPICE
from spice import *
furnsh('mars.mk')
utc = '2006 JAN 30 12:00:00.000'
et = utc2et(utc)
print et
print subpnt('Near point:ellipsoid','Mars',et,'IAU_MARS','LT+S','MGS')
@michaelaye
Copy link
Author

This requires another gist to load spice kernels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment