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

Commit3e4a72d

Browse files
authored
Update README.md
1 parent9853acb commit3e4a72d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ This code is released under an unlicense. Do what you want with it completely a
1212
#Overview
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

15+
#Languages
16+
* C
17+
* C++
18+
* C#
19+
* FORTRAN 90
20+
* Java
21+
* JavaScript
22+
* LibreOffice Basic
23+
* Matlab/Octave
24+
*[Python 2/3](#python)
25+
*[R](#r)
26+
*[Ruby](#ruby)
27+
1528
#C
1629

1730
gcc -o testsgp4 SGP4.c TLE.c TestSGP4.c -lm

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp