Open
Conversation
…seen from a given latitude
While I developed AllSky Master was updated. Merging Master to make my modifications effective with new Master.
…ks around round axis is ok
…great circles have a D-shape in some charts.
…ick is at intersection with the edge of the cart, included vernal meridian in the legend, cleaned code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.