Closed mantielero closed 6 years ago
It is easy to convert this to python3.
Just replacing the print calls to print() calls in get_calibration_ellipsoid.py and replacing the xrange calls with range calls in ellipsoid_fit.py.
I'll fix it. By the time of writing code matplotlib was unavailable for python 3, as far as I remember. Glad that code is useful.
Works in python 3 now
It is easy to convert this to python3.
Just replacing the print calls to print() calls in get_calibration_ellipsoid.py and replacing the xrange calls with range calls in ellipsoid_fit.py.