hipspy / hips

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

Convert image tiles to native byte order before warping #151

Closed lpsinger closed 3 years ago

lpsinger commented 3 years ago

FITS images are big-endian, but warp() only supports native byte order. Convert image tiles to native byte order before warping.

Fixes #150.