Daniel Warner
|
dd1ced0ce4
|
pragma once (#27)
Co-authored-by: Dan Warner <info@danrw.com>
|
2022-11-13 11:33:05 +00:00 |
srcejon
|
835e40a5e6
|
Add DateTime constructor that has a microsecond parameter (#24)
|
2022-11-13 11:13:43 +00:00 |
Daniel Warner
|
a43acae9ff
|
Resolve #19 (#26)
Co-authored-by: Dan Warner <info@danrw.com>
|
2022-11-13 11:09:27 +00:00 |
las3rlars
|
f5cb54b382
|
Add algorithm include (#18)
* std::min is declared in algorithm
|
2019-12-07 11:47:10 +00:00 |
Daniel Warner
|
efcea7b6d5
|
Use std chrono (#12)
|
2018-11-04 21:09:53 +00:00 |
Daniel Warner
|
9df2c90ae9
|
Make the sattrack do something useful.
|
2018-08-31 15:07:55 +01:00 |
Daniel Warner
|
52dcd7f0f5
|
GMST update
|
2018-08-31 14:42:15 +01:00 |
Daniel Warner
|
6982421275
|
Improve DeepSpacePeriodics.
|
2018-08-31 14:42:15 +01:00 |
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 |
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
|
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
|
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
|
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
|
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
|
62da021303
|
Code comments, renaming of methods. Updated test programs.
|
2012-10-24 18:01:17 +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
|
4d7514ccb9
|
More updating of sgp4 exceptions
|
2012-01-04 22:49:34 +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 |
Daniel Warner
|
ff7498798d
|
Date isnt recalculated in CalculateFinalPositionVelocity
|
2012-01-03 20:43:47 +00:00 |
Daniel Warner
|
fea7fb3b54
|
Updated build method
|
2011-12-31 16:42:18 +00:00 |