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

Generalising Alt-Az projection #13

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

Calan99
Copy link

@Calan99 Calan99 commented Jun 10, 2022

Alt-Az projection now takes angular width in the interval (0°, 360°) as a parameter. Having a projection capable of drawing charts with angular width greater than 180° might be useful: an exaple is drawing a chart of all stars you can see fron your latitude.
Ticks on the edge of the chart, as in the gnomonic projection, make it way easier to read, so I implemented them on the edge of Alt-Az charts too. In some cases, for example when the projection is centered on a pole, some parallels might never intersect the edge, so I added the possobility to draw the RA=0 meridian and label the intersections of constant Declinaton parallels with it. I called that meridian "Vernal Meridian" in the legend, I hope it's the correct name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant