Create `Ephem` object from an `Orbit`
See original GitHub issueActually there is one thing “missing” from my perspective, but not in the docs: A clean, fast and out-of-the-box way of computing an
Ephemobject from anOrbitobject, e.g.Ephem.from_orbit(orb, time_stamps, propagator, ...).
_Originally posted by @s-m-e in https://github.com/poliastro/poliastro/issues/1008#issuecomment-685949410_
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
The PyEphem Tutorial - Rhodes Mill
When using PyEphem, you will usually create instances of the bodies that interest you, ... Each call to readdb() returns an object appropriate...
Read more >poliastro.ephem — poliastro 0.17.0 documentation
Time history of position and velocity of some object at particular epochs. Instead of creating Ephem objects directly, use the available classmethods.
Read more >EPHEM - L3HarrisGeospatial.com
Ephemeris generator for solar system objects. Description. This program pipes the input data to an external FORTRAN program written by Larry Wasserman. The ......
Read more >Using Ephem — sbpy v0.3.1
As shown above (How to use Data Containers), Ephem objects can be created on the fly. ... Ephemerides can also be derived from...
Read more >Orbits & Ephemerides - JPL Solar System Dynamics
In the context of this website, “orbits” refers to orbital elements while “ephemerides” refers to data that represent the trajectory of an object...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello, I am currently working on this issue. Will get back to you for discussion or with a PR soon.
Thank you!
Thank you for the very quick response! Yes, that was very instructive, I will get everything set up and reach you out with a PR for next weekend. Then we shall discuss further.