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.
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.