-
- Downloads
updates data_isis to return positions in the correct frame (#214)
* Added helper func to convert ISIS table to rotations * Added ISIS frame chain * Fixed rotation direction in data_isis * First pass at data_isis sun position * added sensor position to data_isis * More updates * Updated data_isis test after removing label * Updated data_isis to new frame chain * updated to get tests passing * Cleaned up how ISIS tables are read * Fixed missing return * Cleaned up fixtures in test_transformation * Added km to m conversion
Showing
- ale/base/data_isis.py 141 additions, 205 deletionsale/base/data_isis.py
- ale/encoders.py 2 additions, 0 deletionsale/encoders.py
- ale/rotation.py 14 additions, 2 deletionsale/rotation.py
- ale/transformation.py 79 additions, 0 deletionsale/transformation.py
- tests/pytests/test_data_isis.py 122 additions, 1 deletiontests/pytests/test_data_isis.py
- tests/pytests/test_rotation.py 9 additions, 0 deletionstests/pytests/test_rotation.py
- tests/pytests/test_transformation.py 48 additions, 8 deletionstests/pytests/test_transformation.py
Please sign in to comment