Skip to content
Snippets Groups Projects
  1. Apr 05, 2016
  2. Mar 31, 2016
  3. Mar 30, 2016
  4. Mar 24, 2016
  5. Mar 21, 2016
  6. Mar 18, 2016
  7. Feb 07, 2016
  8. Feb 03, 2016
  9. Feb 02, 2016
  10. Feb 01, 2016
  11. Jan 28, 2016
  12. Jan 25, 2016
  13. Jan 21, 2016
  14. Jan 20, 2016
  15. Jan 19, 2016
  16. Jan 14, 2016
  17. Jan 12, 2016
  18. Jan 08, 2016
  19. Jan 05, 2016
  20. Jan 04, 2016
  21. Dec 27, 2015
    • Luc Maisonobe's avatar
      Use new Rotation API from Apache Commons Math 3.6. · efd78dbe
      Luc Maisonobe authored
      This API allows to use both vector operator convention and frames
      transform convention naturally. This is useful when axis/angles are
      involved, or when composing rotations. This probably fixes one of
      the oldest stumbling blocks for Orekit users.
      efd78dbe
  22. Dec 24, 2015
  23. Dec 17, 2015
    • Evan Ward's avatar
      Fix DTM density in non-Earth aligned frames · 2b0a193f
      Evan Ward authored
      In computing the local hour angle DTM2000 assumed the input position was
      expressed in a frame aligned with Earth's rotation axis. The local hour angle
      computation is now done in ECEF to ensure this is true. Added a test case.
      2b0a193f
  24. Dec 16, 2015
    • Evan Ward's avatar
      Generic Event Handlers · 44e973c9
      Evan Ward authored
      Previously the generic type of event handlers in AbstractDetector was a bit too
      restrictive, preventing the use of one handler with multiple types of detectors.
      The ? super T type is now used since an event handler is a consumer. Also added
      a test case.
      44e973c9
  25. Dec 15, 2015
  26. Dec 02, 2015
Loading