hipspy / hips

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

width and height inverted in WCSGeometry.create_simple ? #65

Closed tboch closed 7 years ago

tboch commented 7 years ago

Following the instructions of the Getting started, the dimension of the result image is not as expected: it is 1000 pixels wide and 2000 pixels tall whereas passed parameters are width=2000, height=1000

cdeil commented 7 years ago

@tboch - Good catch!

Should be fixed now via #67 .