Skip to content

Releases: david-rc-dayton/pious-squid

v2.3.0

24 Jan 22:38
Compare
Choose a tag to compare
  • added support for satellite maneuvers
  • added Monte-Carlo simulation
  • added Conjunction Summary Message (CSM) analysis

v2.2.0

24 Jan 02:50
Compare
Choose a tag to compare
  • fix RIC coordinate field names
  • update examples and readme

v2.1.0

22 Jan 03:28
Compare
Choose a tag to compare
  • added True Equator Mean Equinox (TEME) coordinate frame
  • re-implemented the ephemeris interpolator class

v2.0.0

16 Jan 21:37
Compare
Choose a tag to compare
  • replaced Jn effects with EGM96 Geopotential Model (70x70)
  • removed ambiguous class names for coordinate frames (ECEF->ITRF)
  • added support for IERS "finals.all" data to improve coordinate transform accuracy if needed
  • created data classes for more Epoch types (UTC, UT1, TAI, TT, TDB)

v1.3.0

19 Feb 22:51
Compare
Choose a tag to compare
  • added state interpolator
  • added angle calculation to vector class
  • added change origin method to vector class
  • added sun angle calculation
  • added earth angular radius calculation
  • added match epoch convenience function
  • added satellite footprint calculation
  • added state to propagator interface
  • removed perturbations from kepler
  • consolidated integrator options
  • updated access modifiers

v1.2.2

18 Feb 02:19
Compare
Choose a tag to compare
  • added state cache to rk4 propagator
  • use chai for assertion library
  • simplified force model interface
  • changed linter rules to standardjs

v1.2.1

10 Feb 18:27
Compare
Choose a tag to compare
  • fixed bug in half-angle matching algorithm

v1.2.0

09 Feb 18:47
Compare
Choose a tag to compare
  • simplified LookAngle arguments
  • added more class toString() methods
  • updated examples

v1.1.1

09 Feb 02:07
Compare
Choose a tag to compare
  • fixed bug in default option maps

v1.1.0

08 Feb 20:31
Compare
Choose a tag to compare
  • made class properties read only
  • updated documentation
  • added propagator step function