I would like to get coordinates of objects in various XYZ coordinates, not where they appear in the sky. I'm interested in:
ECE: "Earth Centered Inertial" (not rotation with the earth)
ECEF: "Earth Centered Earth-Fixed" (not inertial, also called "Earth Centered Rotational"
and some kind of solar system or ecliptic coordinates (sun or barycenter centered).
I've installed PyEphem, run a few examples, and have started to understand what's under the hood, but so far the examples I've found seem to focus on how things appear in the sky.
Either a link to a useful "how to" or a simple example would be helpful. Right now I don't see where to go with the standard options:
In [55]: mars.
mars.a_dec mars.g_dec mars.radius
mars.a_epoch mars.g_ra mars.rise_az
mars.a_ra mars.hlat mars.rise_time
mars.alt mars.hlon mars.set_az
mars.az mars.hlong mars.set_time
mars.circumpolar mars.mag mars.size
mars.compute mars.name mars.sun_distance
mars.copy mars.neverup mars.transit_alt
mars.dec mars.parallactic_angle mars.transit_time
mars.earth_distance mars.phase mars.writedb
mars.elong mars.ra
In [55]: mars.