ale/encoders.py
0 → 100644
+15
−0
ale/formatters/isis_formatter.py
0 → 100644
+95
−0
+13
−7
Loading
* stub to_isis formatter * ISIS formatter test * Non-working isis formatter * in progress commit * More in progress * Moved find child frame to FrameNode * Moved find child frame to FrameNode * Moved last time dependent frame into transformation * Removed old identity matrix * To ISIS formatter now properly handling numpy * Cleaned up rotation construction slightly * Clean up from code review * Added doc strings to formatters * More docs clean up