Skip to content
Snippets Groups Projects
  1. Sep 02, 2021
  2. Sep 01, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
    • Evan Ward's avatar
      Fix test for #618 · 6d06ea02
      Evan Ward authored
      6d06ea02
    • Evan Ward's avatar
      Remove resetState methods that return null · 6c1f502e
      Evan Ward authored
      These methods are incorrect. They should use the default implementation
      instead.
      6c1f502e
    • Evan Ward's avatar
      Fix #685 analytic propagator null reset state · 85bd2b27
      Evan Ward authored
      Previously a null reset state behaved as CONTINUE with analytic
      propagators but not with integrated propagators. This was an
      undocumented "feature". Removed it to be consistent.
      85bd2b27
    • Evan Ward's avatar
      Fix #618 ClasspathCrawler match file name only · 63cb2eb8
      Evan Ward authored
      Previously ClasspathCrawler matched the whole path against supported
      names which caused problems with ^ as other loaders only matched the
      file name. Added a test case.
      63cb2eb8
    • Evan Ward's avatar
      Deprecate InertialProvider.EME2000_ALIGNED · b2498fd5
      Evan Ward authored
      b2498fd5
    • Evan Ward's avatar
      Align attitude with propagation frame · 12dbb028
      Evan Ward authored
      Implemented for all analytic and the GlONASS propagator. The DSST and
      Numerical propagator do not have a frame available in their constructor,
      so the new behavior could not be implemented. Aligning the attitude
      frame with the propagation frame speeds up propagation when the user
      does not care about attitude and it many cases it removes a dependence
      on the default data context.
      
      Fix #586
      12dbb028
    • Evan Ward's avatar
      Improve performance of InertialProvider(Frame) · e32552cc
      Evan Ward authored
      It now has better performance when the attitude is aligned with the
      propagation reference frame by avoiding multiplying by zero. With
      analytic propagators using this attitude provider instead of the default
      has been observed to result in a speed up of 2 in some cases, e.g. with
      the TLEPropagator.
      
      For #586
      e32552cc
  5. Aug 19, 2021
  6. Aug 18, 2021
  7. Aug 16, 2021
Loading