Open
Description
@adl1995 and I started to play with healpy.boundaries
and try to prototype the affine transformation drawing method (see end of this notebook):
https://github.com/adl1995/HIPS-to-Py/blob/master/examples/draw-healpix-stuff.ipynb
One issue we ran into is healpy/healpy#393 , the other (somewhat related) blocker for implementing a first working version is that we don't know how to find out which of the four corners returned by healpy.boundaries
corresponds to which corner of the HIPS tile. I don't see anything in healpy
that would let us compute this directly.
@tboch - Could you clarify this point in the description?
https://hips.readthedocs.io/en/latest/drawing_algo.html#naive-algorithm
(or directly here in a comment if you prefer).