Skip to content
Snippets Groups Projects
  1. Sep 30, 2015
  2. Sep 26, 2015
  3. Sep 25, 2015
    • Luc Maisonobe's avatar
      Enforce Lexicographical order in DirectoryCrawler. · 0fed4e44
      Luc Maisonobe authored
      This ensures reproducible loading. Before this changes, some tests could
      fail in one computer while succeeding in another computer as we use a
      mix of DE-4xx files, some having a different EMRAT (81.30056907419062
      for DE-431, 81.30056 for DE-405 and DE-406).
      0fed4e44
  4. Sep 24, 2015
  5. Sep 23, 2015
  6. Sep 11, 2015
  7. Sep 10, 2015
  8. Sep 09, 2015
  9. Sep 07, 2015
  10. Sep 06, 2015
  11. Aug 28, 2015
  12. Aug 27, 2015
    • Evan Ward's avatar
      Fix ephemeris start and end dates · d5089565
      Evan Ward authored
      Previously a generated ephemeris may not have been available at the start and
      stop times used for propagation because of numerical precision issues. Now the
      real start and end AbsoluteDates are used if they are equivalent to the double
      representation of time. The public interfaces ModeHandler and StateMapper were
      changed. Includes test cases for the numerical and DSST propagators.
      
      Fixes #210
      d5089565
  13. Aug 25, 2015
  14. Aug 24, 2015
  15. Aug 21, 2015
  16. Aug 19, 2015
  17. Jul 25, 2015
  18. Jul 24, 2015
  19. Jul 20, 2015
  20. Jul 13, 2015
  21. Jul 09, 2015
  22. Jul 08, 2015
  23. Jul 07, 2015
    • Luc Maisonobe's avatar
      Fixed a rare infinite loop in ellipsoid tessellation. · 559be7e4
      Luc Maisonobe authored
      The loop occurred when some tiles created during one iteration of the
      tessellation were so close to the zone of interest boundary that a very
      thin stripes remained that was not empty, but the inside points were
      closer to the boundary than the threshold. This sometimes lead to find a
      start point around which a tile could be built, and an infinite loop as
      nothing was done to cover this part, which remained indefinitely neither
      empty not coverable.
      559be7e4
Loading