-
- Downloads
updates for Isis support (#277)
* Adds voyager driver and associated tests * Dictionary diff changes and isis_formatter updates * Removed unnecessary imports from MRO driver * Removed voyager playground notebook * Removed comments on test data. * Added comments to isis_formatter * Updated tests based on changes to the isis_formatter * Updated sun_position again for light time correction * Naif Keyword update (sledgehammer edition) * updated test data * renamed func * updated as per comments * passing tests * getting call stack for python sometimes causes bus error * removed debug prints * Updated frame chain, tests, and other drivers * Cleaned up some logic * Updated mro test with new frame chain output * Test updates to mostly quaternions and moves frame_trace into transformation.py * Added USGS channel to the environment file * Adds Spiceypy outside of the environment.yml * Updated python version * Reverted travis and environment files * Added back spiceypy to environment file * Moved channels and updated version * Install python into the base env * More messing with travis * Travis syntax fix * idk * mes to mess * added support for isis kernel group * updated for isis support * gettiing more tests passing * removed notebook changes * removed vis * remove test notbook * removed print * changed cmakelists as per comments * revert kaguya changes * adressing comments updated ale C++ tests Updated how Angular Velocity is stored and computed in rotations (#275) * Added angular velocity to rotations * In progress commit * Updated new AV calculations * In progress commit * More in progress * In progress * Updated rotation * indexing error fix * more clean up * Fixed velocity rotation * Removed commented line updating voyager tests updated testsw updated tests * fixed property
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- ale/base/base.py 2 additions, 1 deletionale/base/base.py
- ale/base/data_isis.py 17 additions, 17 deletionsale/base/data_isis.py
- ale/base/data_naif.py 15 additions, 8 deletionsale/base/data_naif.py
- ale/drivers/__init__.py 2 additions, 2 deletionsale/drivers/__init__.py
- ale/drivers/isis_ideal_drivers.py 6 additions, 6 deletionsale/drivers/isis_ideal_drivers.py
- ale/drivers/mess_drivers.py 57 additions, 0 deletionsale/drivers/mess_drivers.py
- ale/drivers/vo_drivers.py 1 addition, 0 deletionsale/drivers/vo_drivers.py
- ale/formatters/isis_formatter.py 1 addition, 1 deletionale/formatters/isis_formatter.py
- ale/sugar.py 0 additions, 0 deletionsale/sugar.py
- include/ale.h 8 additions, 1 deletioninclude/ale.h
- src/ale.cpp 12 additions, 9 deletionssrc/ale.cpp
- tests/ctests/AleTest.cpp 5 additions, 0 deletionstests/ctests/AleTest.cpp
- tests/ctests/CMakeLists.txt 8 additions, 10 deletionstests/ctests/CMakeLists.txt
- tests/pytests/data/EN1072174528M/EN1072174528M_spiceinit.lbl 443 additions, 0 deletionstests/pytests/data/EN1072174528M/EN1072174528M_spiceinit.lbl
- tests/pytests/test_data_isis.py 2 additions, 2 deletionstests/pytests/test_data_isis.py
- tests/pytests/test_isis_formatter.py 1 addition, 1 deletiontests/pytests/test_isis_formatter.py
- tests/pytests/test_load.py 2 additions, 2 deletionstests/pytests/test_load.py
- tests/pytests/test_mdis_drivers.py 16 additions, 16 deletionstests/pytests/test_mdis_drivers.py
- tests/pytests/test_mro_drivers.py 158 additions, 43 deletionstests/pytests/test_mro_drivers.py
Loading
Please register or sign in to comment