Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0393ede

Browse files
authored
Update README.md
1 parent92e4bb2 commit0393ede

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This code is released under an unlicense. Do what you want with it completely a
1313
The astrodynamics calculations are all implemented as static functions in the SGP4 class/module. The ElsetRec datastructure is used to maintain initialization state across those methods. For convenience, I have implemented the TLE class. The constructor accepts the two lines of the the two-line element set as arguments. To then propagate (simulate) the orbit, I have implemented a few getRV methods in each language. One will accept the number of minutes since the epoch as an argument. In most languages, I've also implemented a version of getRV that accepts a Date or DateTime object to simulate the orbit at a specific point in time. Sometimes, if I didn't find a helper class in the target language that I liked, I simply used the number of milliseconds since January 1, 1970 as the argument.
1414

1515
#Languages
16+
I've delivered production code in all of these languages.
1617
*[C](#c)
1718
*[C++](#c-1)
1819
*[C#](#c-2)
@@ -25,6 +26,10 @@ The astrodynamics calculations are all implemented as static functions in the SG
2526
*[R](#r)
2627
*[Ruby](#ruby)
2728

29+
I've only done my own projects in these languages.
30+
*[Rust](#rust)
31+
32+
2833
#C
2934

3035
gcc -o testsgp4 SGP4.c TLE.c TestSGP4.c -lm
@@ -117,3 +122,12 @@ The Ruby version was ported from the Python version. To run the code go to the r
117122
ruby TestSGP4.rb
118123

119124
Typical Errors 0.006722191115878764 mm, 0.0004812040288887651 mm/s
125+
126+
127+
#Rust
128+
The Rust version was ported from the C version. To run the code go to the rust directory and type:
129+
130+
cargo run
131+
132+
Typical errors r=0.006589293163823231 mm, v=0.00048047055139244986 mm/s
133+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp