-
- Downloads
Cahvor Distortion (#503)
* Adds CahvorDistortion mixin for MSL * Small CahvorDistortion fix and adds test for CahvorDistortion * Fixed CahvorDistortion to return all zero coefficients and offsets if no OR(E) in model * Changed cahvor distortion test * Reduced number of lines in line scan cameras if we don't care about the exact ck times * More cahvor stuff * Addressed PR feedback * Removed extra line reduction code * Updated math to compute x, y distortion offsets * Changed assert to assert_allclose
Showing
- ale/base/type_distortion.py 45 additions, 0 deletionsale/base/type_distortion.py
- ale/base/type_sensor.py 1 addition, 1 deletionale/base/type_sensor.py
- ale/drivers/msl_drivers.py 22 additions, 3 deletionsale/drivers/msl_drivers.py
- include/ale/Distortion.h 2 additions, 1 deletioninclude/ale/Distortion.h
- src/Util.cpp 21 additions, 0 deletionssrc/Util.cpp
- tests/pytests/test_cahvor_mixin.py 0 additions, 2 deletionstests/pytests/test_cahvor_mixin.py
- tests/pytests/test_distortion.py 34 additions, 4 deletionstests/pytests/test_distortion.py
Loading
Please register or sign in to comment