Skip to content

Instantly share code, notes, and snippets.

@michaelaye
Created July 10, 2011 18:42
Show Gist options
  • Select an option

  • Save michaelaye/1074826 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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