PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Datatype error fix #7

Closed stevefoga closed 6 years ago

stevefoga commented 6 years ago

When calculating calibration parameters in ortho_functions.py, the decimal hours ("ut") variable is returned as an int, but should instead be returned as a float. This pull fixes that issue, and updates the testing threshold set in the unit tests to account for the new variable.

Passed unit and functional tests. Tested in Python 2.7.12 and Python 3.6.5.