hipspy / hips

Python library to handle HiPS
https://hips.readthedocs.io
12 stars 16 forks source link

Introduce precise drawing algorithm #99

Closed adl1995 closed 7 years ago

adl1995 commented 7 years ago

As discussed in #98 and #84, I have introduced the precise drawing using a boolean named precise, which defaults to False for now. The result can be seen on this notebook: https://github.com/adl1995/HIPS-to-Py/blob/master/examples/Precise drawing.ipynb

I have copied the resulting images below as well. Precise drawing:

precise

Simple drawing:

simple

Although the results are not apparent here, they can clearly be seen when viewed through an image viewer. Also currently there is no recursion involved. @tboch Please take a look.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 96.921% when pulling 1980881927671773de80051ea78b79bdac61a484 on adl1995:precise into 1d2dd4353286ec598c40edc5cb16ea2fb07de399 on hipspy:master.

cdeil commented 7 years ago

🎉