e = ephem.readtle(...)
e.compute('2012/02/04 07:55:00')
As far as I can see there's only e.elevation
as a measure of distance which is relative to the sea level. At the moment I'm using a.elevation/1000 + 6371
to estimate the distance from the center of the earth.
I'm pretty sure that the exact earth center distance at the requested point in time is needed for the ephemeris calculations. Is this distance somewhere exposed and if not, why not and can that be changed?