hipspy / hips

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

Fix tile_width property in HipsSurveyProperties class #77

Closed adl1995 closed 7 years ago

adl1995 commented 7 years ago

I encountered this issue when playing with certain surveys that are missing the hips_tile_width property key, such as this one (http://alasky.u-strasbg.fr/PLANCK/R2/HFI_Color_353_545_857/properties). They simply failed when I tried to access the property, this PR will fix this issue.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 96.078% when pulling 46c78a036dec051bb9e6fb75adbf7fcd6a585301 on adl1995:tile_width_fix into 60a5d95afb06be2511698cfdf335799d0dbc232e on hipspy:master.

cdeil commented 7 years ago

OK, thanks!