Stone-Soup icon indicating copy to clipboard operation
Stone-Soup copied to clipboard

Orbitaltransitionmodel

Open jmbarr opened this issue 3 years ago • 1 comments

Provides three transition models (propagators) for orbital states. Two are Keplerian, operating in different coordinate frames and one is SGP4-based, using an external package. See docs for details.

jmbarr avatar Mar 24 '21 10:03 jmbarr

Codecov Report

Base: 94.94% // Head: 94.56% // Decreases project coverage by -0.37% :warning:

Coverage data is based on head (897a0b3) compared to base (15ede0f). Patch coverage: 95.48% of modified lines in pull request are covered.

:exclamation: Current head 897a0b3 differs from pull request most recent head 19f54e4. Consider uploading reports for the commit 19f54e4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   94.94%   94.56%   -0.38%     
==========================================
  Files         171      140      -31     
  Lines        8464     6881    -1583     
  Branches     1233      991     -242     
==========================================
- Hits         8036     6507    -1529     
+ Misses        317      271      -46     
+ Partials      111      103       -8     
Flag Coverage Δ
integration 66.51% <45.48%> (-3.28%) :arrow_down:
unittests 91.28% <95.48%> (-0.79%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stonesoup/functions/orbital.py 98.03% <60.00%> (-1.97%) :arrow_down:
stonesoup/models/transition/orbital/base.py 85.00% <85.00%> (ø)
stonesoup/types/orbitalstate.py 94.73% <91.66%> (+1.95%) :arrow_up:
stonesoup/reader/astronomical.py 98.41% <98.41%> (ø)
stonesoup/models/transition/orbital/orbit.py 98.46% <98.46%> (ø)
stonesoup/models/transition/orbital/__init__.py 100.00% <100.00%> (ø)
stonesoup/metricgenerator/plotter.py 82.85% <0.00%> (-12.15%) :arrow_down:
stonesoup/reader/file.py 88.23% <0.00%> (-5.52%) :arrow_down:
stonesoup/types/particle.py 96.22% <0.00%> (-3.78%) :arrow_down:
stonesoup/mixturereducer/gaussianmixture.py 94.02% <0.00%> (-3.78%) :arrow_down:
... and 166 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Mar 24 '21 10:03 codecov[bot]

Superseded by a new branch.

sdhiscocks avatar Feb 21 '23 10:02 sdhiscocks