question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
astrojuanlucommented, Mar 3, 2020

All right, sorry for the loooooooooong delay. I reproduced the “issue”, now let me remember if it’s actually a bug or a feature.

0reactions
iamabhishek0commented, Mar 3, 2020

@Juanlu001 Thank for your support, We could close this one after fixing the documentation.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found