Closed oxno2 closed 5 years ago
Also, from the plot. There are multiple parallel straight lines, which I want to avoid.
Thanks for the report. I fixed the problem with text
.
As for the surveys, you need pymangle
to work with the polygon definition of survey footprints. Can be installed with pip.
For the last problem: You seem to want to draw grid lines. That's what the grid
method does for you. The problem with a direct approach is that the RA direction is broken, namely at +-180 degrees from the center of the map. It's inevitable since we map a sphere onto a finite figure. grid
and several other methods in skymapper know about the non-contiguous nature of RA coordinates and treat graphics elements accordingly.
Hi:
I tried to use Skymapper to draw Orion constellation. However, I failed to name the stars with map.text()
I cannot import skymapper.survey.DES, too.