Phase angle bisector Ecliptic Longitude and Latitude #864
Errabundo66
started this conversation in
General
Replies: 1 comment 1 reply
-
I answer myself: I managed to get what I wanted: Phase angle, Phase angel bisector (PAB) ecliptic Latitude and longitude. Perhaps there is another more direct way instead using Numpy for working with vectors, but it's not terrible. I let you the final routine for that part of my needs:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry to everybody!
I didn't realised there is a "Discussions" sections.
I posted that in the "Issues" section. I'm going to close that one.
I successfully got the Phase Angle.
But as I explained I need Phase Angle Bisector Ecliptic longitude and latitude.
I've tried getting the Bisector Vector = using both vectors Asteroid-Earth and Asteroid-sun, converting them to Numpy vectors, normalising them, adding one to another... and converting them again to a position.
But the result is not ok.
I got:
The correct ones are:
What am I doing wrong?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions