Daniel Warner
|
f659c173bf
|
Correct date set in SGP4. Added original GMST calculation to Julian.cpp
|
2011-12-11 22:33:57 +00:00 |
Daniel Warner
|
58579b2841
|
Source files were executable
|
2011-12-11 10:38:51 +00:00 |
Daniel Warner
|
b6b610be3b
|
Combined integrator parameters into a struct
|
2011-08-24 12:07:35 +00:00 |
Daniel Warner
|
3d0c49bf87
|
Moved orbital parameters out into seperate class
|
2011-07-09 22:20:31 +00:00 |
Daniel Warner
|
af949a5dca
|
Removed reused temp variables in final position calc
|
2011-07-09 19:13:03 +00:00 |
Daniel Warner
|
b947802289
|
Removed unused code from SDP4 calc
|
2011-07-09 18:36:42 +00:00 |
Daniel Warner
|
f98407a5b1
|
Added back in -= where appropriate
|
2011-07-09 18:32:28 +00:00 |
Daniel Warner
|
f105a2b323
|
Was converting double to int
|
2011-07-03 15:15:18 +01:00 |
Daniel Warner
|
557e4c677d
|
In DeepSpaceInitialize using inline EvaluateCubicPolynomial function
|
2011-06-23 15:24:21 +01:00 |
Daniel Warner
|
56813feb8d
|
Reset SGP4 struct values using constructor
|
2011-06-10 23:43:34 +00:00 |
Daniel Warner
|
0f69c839b7
|
Updated Timespan / Julian
|
2011-06-10 12:41:11 +00:00 |
Daniel Warner
|
e58928e887
|
Changed Tle to used exceptions
|
2011-05-31 12:06:22 +00:00 |
Daniel Warner
|
6b024b0c06
|
Allow Tle to be passed into constructor of SGP4
|
2011-05-27 01:54:41 +01:00 |
Daniel Warner
|
6f3e72c902
|
Compiles on linux
|
2011-05-20 21:18:03 +00:00 |
Daniel Warner
|
495c793d34
|
Corrected variable name
|
2011-05-20 22:09:53 +01:00 |
Daniel Warner
|
f422fce314
|
Removed #define
|
2011-05-20 22:09:23 +01:00 |
Daniel Warner
|
32457f4120
|
Moved doubles in sgp4 into structs
|
2011-05-20 21:36:23 +01:00 |
Daniel Warner
|
565dd6385c
|
Removed orbit number from sgp4 model
|
2011-05-20 14:29:44 +01:00 |
Daniel Warner
|
ab188ca3d8
|
Renamed to Reset()
|
2011-05-20 14:28:42 +01:00 |
Daniel Warner
|
4caaf6c435
|
Removed i_ from flags
|
2011-05-20 14:09:13 +01:00 |
Daniel Warner
|
b607678395
|
In SGP4 changed non const reference changed to pointer
|
2011-05-08 14:00:43 +01:00 |
Daniel Warner
|
dcb4469507
|
Made SGP4 getter methods public and added OrbitNumber()
|
2011-04-22 12:33:24 +01:00 |
Daniel Warner
|
878eb3f7d8
|
Renamed SGDP4 to SGP4
|
2011-04-11 17:20:40 +01:00 |