Commit Graph

293 Commits (a7d72d70e415e33af706b0e5f7b9aa0e5cf431e8)

Author SHA1 Message Date
Daniel Warner a7d72d70e4 Rename xincl to xinc.
xincl is used to represent the original inclination.
2018-08-31 14:42:15 +01:00
Daniel Warner 836b67e60c Use WrapTwoPI. Formatting and wrapping. 2018-08-31 14:42:15 +01:00
Daniel Warner fc46e6df47 Just use memset 2018-08-31 14:42:15 +01:00
Daniel Warner a658fa2c5b Make static so as not to depend on any class variables. 2018-08-31 14:42:15 +01:00
Daniel Warner 2462be1a6a Add a new constant 2018-08-31 14:42:15 +01:00
Daniel Warner 2d7606a0d3 Correct error in SGP4 code 2018-08-31 14:42:15 +01:00
Daniel Warner 1e319dc910 Move variables 2018-08-31 14:42:15 +01:00
Daniel Warner adc1c36a5b Create function to compute perturbed values. 2018-08-31 14:42:15 +01:00
Daniel Warner 7b08f419d2 Align variables 2018-08-31 14:42:15 +01:00
Daniel Warner a8aa5946d9 Rename files from cpp to cc 2018-08-31 14:42:15 +01:00
Daniel Warner c48d723692
Epoch fix (#5)
Correct modified julian
2018-08-25 12:50:39 +01:00
Daniel Warner a38a8fdbba
Merge pull request #2 from feddischson/master
Closes dnwrnr/sgp4#1
2018-02-11 14:59:46 +00:00
Christian Haettich 76a1e2895d Adds install command to cmake config 2017-06-25 22:09:34 +02:00
Daniel Warner 38f522b0a4 Remove equality checks for Coord* 2017-02-14 20:51:24 +00:00
Daniel Warner 21fb28bbfe Seperate CMakeLists.txt files. More warnings enabled. 2017-01-08 14:17:03 +00:00
Daniel Warner ea8da1cac8 Travis status 2017-01-07 14:26:35 +00:00
Daniel Warner 1de812d996 Update readme 2017-01-07 14:23:47 +00:00
Daniel Warner 5713bc0900 Update travis 2017-01-07 14:22:10 +00:00
Daniel Warner 09b9c7c921 Use c++99 2017-01-07 13:41:40 +00:00
Daniel Warner 5549002ea5 Correct build 2017-01-07 12:44:19 +00:00
Daniel Warner 0310c769e6 Update to use github 2017-01-07 12:32:33 +00:00
Daniel Warner 0cc181ee50 Migrate to cmake 2016-05-18 21:32:36 +01:00
Daniel Warner 7cf5e6496b Remove unnecessary virtual destructor. Correct doxygen comments. Adjust formatting. 2016-05-18 20:57:15 +01:00
Daniel Warner faf87bed0d Correct mismatch tag 2014-07-06 10:37:24 +01:00
Daniel Warner cf6fde478c Check for point_pos == -1 2014-03-08 18:46:42 +00:00
Daniel Warner f588fb5cdf Ignore .swp files 2014-03-08 18:41:51 +00:00
Daniel Warner 956b670b0a Don't use FromString for integers 2014-03-08 18:39:32 +00:00
Daniel Warner a10a6a89f0 Correct TimeSpan compare 2014-03-08 18:28:54 +00:00
Daniel Warner 2abf4bca07 Commit Makefile.in files 2013-10-20 11:01:54 +01:00
Daniel Warner 6a15b653c0 Correct list of files to export 2013-10-20 10:31:19 +01:00
Daniel Warner db1b42de86 Update so that SolarPosition class works 2013-05-28 21:28:22 +01:00
Daniel Warner cbffb8355c Add license 2013-04-01 11:33:34 +01:00
Daniel Warner e298c9fdf7 Compiler warning issue 2013-04-01 11:08:05 +01:00
Daniel Warner 98d6e837fc Update build system 2013-04-01 11:05:01 +01:00
Daniel Warner 65141920c1 Make SGP4 structs private. 2012-10-25 21:20:49 +01:00
Daniel Warner 566be64e8d Rename Topographic to Topocentric. Add brief comments to all classes. 2012-10-25 20:40:47 +01:00
Daniel Warner 0ae67f450d Merged 2012-10-24 18:02:03 +01:00
Daniel Warner 62da021303 Code comments, renaming of methods. Updated test programs. 2012-10-24 18:01:17 +01:00
Daniel Warner d0052d93c9 Added tag v1.0 for changeset 85e07bf8b43e 2012-10-24 15:24:16 +00:00
Daniel Warner d8cd6e682b Remove unused line 2012-10-11 20:07:08 +01:00
Daniel Warner 2b5e39efe2 Update after major changes 2012-10-11 19:52:51 +01:00
Daniel Warner 69744793e6 Added DecayedException. Removed premature check. 2012-01-07 23:26:33 +00:00
Daniel Warner c63d209c35 Added -DNDEBUG for release build 2012-01-07 09:47:49 +00:00
Daniel Warner fc14af1ee1 Minor output changes to runtest 2012-01-05 22:01:14 +00:00
Daniel Warner f83bfbe340 Lowered autoconf version 2012-01-04 22:52:40 +00:00
Daniel Warner 4d7514ccb9 More updating of sgp4 exceptions 2012-01-04 22:49:34 +00:00
Daniel Warner d96eec6697 Correct runtest so it passes the correct line length 2012-01-04 22:31:54 +00:00
Daniel Warner a5aefed2bf Removed unecessary sqrt 2012-01-04 22:25:36 +00:00
Daniel Warner daf729f8f4 Updated of SGP4.cpp exceptions 2012-01-04 22:23:10 +00:00
Daniel Warner 0294aa43d7 Removed wrong limit check from SGP4 path 2012-01-04 21:56:18 +00:00