mihok / horizon-jpl

NASA's JPL Horizons On-Line Ephemeris System Python API
MIT License
44 stars 8 forks source link

Updated get_cartesian() with ability to obtain Observer tables. #6

Closed fosterac closed 11 years ago

fosterac commented 11 years ago

Hey,

I'm working on a project that needs to pull orbital elements and observer table data from the Horizons system. The system will be integrated into the Skynet Robotic Telescope Network at UNC Chapel Hill for use in tracking Near Earth Objects. I make a few simple changes to your get_cartesian() function so that it can pull observer tables from the telnet interface and wanted to send them back your way in case you're interested.

Thanks,

Andrew