Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
As part of DM-31221, we need to be able to generate HIPS compatible HPX SkyWcs objects to warp coadds into the HPX projection used for HIPS viewing.
In the investigation I found no documentation for how to do this in https://www.ivoa.net/documents/HiPS/20170519/REC-HIPS-1.0-20170519.pdf or in https://www.atnf.csiro.au/people/mcalabre/WCS/hpx.pdf (which describes a full-sky mapping rather than the single-pixel mapping used by HIPS). However, this is done in the Aladin java source code available here: http://aladin.u-strasbg.fr/java/AladinSrc.jar (linked from http://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=downloading).
This ticket ports the specific z-order mapping and related code used by the HPX code into afw.geom.makeHpxWcs to generate a SkyWcs suitable for use with the warping code.
PR is here: https://github.com/lsst/afw/pull/603