Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antisolar point for other planets #1481

Closed
Atque opened this issue Jan 26, 2021 · 13 comments
Closed

Antisolar point for other planets #1481

Atque opened this issue Jan 26, 2021 · 13 comments
Assignees
Labels
enhancement Improve existing functionality importance: low Small problem, rarely visible, no crash
Projects
Milestone

Comments

@Atque
Copy link
Contributor

Atque commented Jan 26, 2021

The antisolar point feature is very nice, but I think it could be applied to other planets. It would be a point exactly 180 degrees from the sun, seen from planet center.

It would help a lot when searching for Jupiter oppositions from Mars etc.

@alex-w alex-w added enhancement Improve existing functionality importance: low Small problem, rarely visible, no crash labels Jan 26, 2021
@alex-w alex-w added this to To do in GUI via automation Jan 26, 2021
@github-actions
Copy link

Thank you @Atque for suggesting this enhancement.

@alex-w
Copy link
Member

alex-w commented Jan 26, 2021

Note: antisolar point and opposition longitude are calculated in ecliptic coordinate system, which is not applicable outside of the Earth.

@Atque
Copy link
Contributor Author

Atque commented Jan 26, 2021

@alex-w Hm, I see. That makes it more complicated. Couldn't the point just be added by placing it exactly 180 degrees from the Sun center at all times?

@gzotti
Copy link
Member

gzotti commented Jan 26, 2021

The antisolar point from a planet should be simple: it's at the heliocentric coordinates of the planet.

@Atque
Copy link
Contributor Author

Atque commented Jan 26, 2021

@gzotti Interesting. Would it be possible to calculate each planet's ecliptic pole (90 degrees from the antisolar point), and even an ecliptic for the planet?

@gzotti
Copy link
Member

gzotti commented Jan 26, 2021

That's less easy. (Else I would have done it :-) 90 degrees away, sure. But in which direction? If you develop (or find) an algorithm to show a "planet ecliptic" in terms of ICRF, please forward it.

@Atque
Copy link
Contributor Author

Atque commented Jan 26, 2021

@gzotti Wouldn't it simply be in the direction of the Sun? And the ecliptic would be a great circle 90 degrees from the poles? Maybe I'm oversimplifying it...

@alex-w alex-w self-assigned this Jan 26, 2021
@alex-w alex-w added this to the 0.21.0 milestone Jan 26, 2021
@alex-w alex-w closed this as completed in b691bc0 Jan 26, 2021
GUI automation moved this from To do to Done Jan 26, 2021
@gzotti
Copy link
Member

gzotti commented Jan 26, 2021

You can draw a circle 90° away from the antisolar point. You can draw another circle 90° away from the sun and try to intersect them. Hey, wait, they are identical by definition, right?
3 points define a circle. Maybe the planet's motion vector can be used? It points tangentially along the orbit, so a circle 90° around this, intersecting with a 90° circle around the sun, would define the "ecliptic poles". This might define a sort of "current ecliptic circle" (just an idea). But where do you place the zero mark? How do you e.g. find the intersection of this circle with the planet's equator to define "spring equinox"? It's not on my shortlist of tasks, but you can do the math and we code it then. It's not something a typical user will ever see or need. Maybe I add such "planet ecliptic", but without partitions and labeled grid.

@alex-w
Copy link
Member

alex-w commented Jan 26, 2021

I've switch calculation of anti solar point in ecliptic (J2000) frame ;)

@Atque
Copy link
Contributor Author

Atque commented Jan 26, 2021

@gzotti Ok, it's way more complicated than I had thought. I can't provide you with data or calculations. When I want to see the "ecliptic" of a planet (the true ecliptic), then I just use the ephemeris tool, so there is a workaround.

@alex-w Thank you for the fast solution. I can't build and test right now, but wouldn't using J2000 frame mean that the antisolar point will be off when using dates far in the past or future?

@gzotti
Copy link
Member

gzotti commented Jan 26, 2021

about J2000 frame: No problem, that should be the correct solution. Just try and see.

Yes, the ephemeris tool for the sun should give an "ecliptic line" as well...

@alex-w alex-w added the state: fixed The bug has been fixed label Feb 22, 2021
@github-actions
Copy link

Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot

@alex-w alex-w removed the state: fixed The bug has been fixed label Mar 28, 2021
@github-actions
Copy link

Please check the latest stable version of Stellarium:
https://github.com/Stellarium/stellarium/releases/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality importance: low Small problem, rarely visible, no crash
Projects
GUI
  
Done
Development

No branches or pull requests

3 participants