AttributeError: 'Orbit' object has no attribute 'frame'
See original GitHub issue>>> from poliastro import *
>>> r = [-6045, -3490, 2500] * u.km
>>> v = [-3.457, 6.618, 2.533] * u.km / u.s
>>> ss = Orbit.from_vectors(Earth, r, v)
>>> ss
7283 x 10293 km x 153.2 deg (GCRS) orbit around Earth (♁) at epoch J2000.000 (TT)
>>> ss.frame
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Orbit' object has no attribute 'frame'
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
AttributeError: 'Program' object has no attribute 'frame'
Hi I'm new to python and cant figure out why the error 'AttributeError: 'Program' object has no attribute 'frame' is happening.
Read more >About transformPosition Method - Orekit Python Wrapper usage
getX() AttributeError: 'Transform' object has no attribute 'transformPosition'. I really do not understand why is this happening since ...
Read more >Orphan — gala v0.1.2 - Read the Docs
Determine whether or not a frame attribute has its value because it's the default value, or because this frame was created with that...
Read more >JhelumBonaca19 — gala v1.5.dev0+gf65e337.d20210701
A Heliocentric spherical coordinate system defined by the orbit of the Jhelum ... Determine whether or not a frame attribute has its value...
Read more >sgp4 - PyPI
... reference frame that's centered on the Earth but does not rotate with it ... add .no attribute to new Satrec object to...
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 FreeTop 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
Top GitHub Comments
All right, sorry for the loooooooooong delay. I reproduced the “issue”, now let me remember if it’s actually a bug or a feature.
@Juanlu001 Thank for your support, We could close this one after fixing the documentation.