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
|
3049d03fae
|
Changed SGDP4 to SGP4 in header
|
2011-07-09 20:53:36 +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
|
531bb1fac9
|
Typo
|
2011-06-10 23:45:06 +00:00 |
Daniel Warner
|
56813feb8d
|
Reset SGP4 struct values using constructor
|
2011-06-10 23:43:34 +00:00 |
Daniel Warner
|
3ce723ded4
|
Added setter functions to Timespan. At end of pass move time along by 20minutes.
|
2011-06-10 21:09:02 +00:00 |
Daniel Warner
|
8cba7f685f
|
More updates to Timespan and Julian
|
2011-06-10 19:34:39 +00:00 |
Daniel Warner
|
0f69c839b7
|
Updated Timespan / Julian
|
2011-06-10 12:41:11 +00:00 |
Daniel Warner
|
a53f06ebbf
|
Added max elevation calculation
|
2011-06-08 15:21:33 +00:00 |
Daniel Warner
|
ed47037ad4
|
Subtracting Julians returns a Timespan. Added GetTotalSeconds to Timespan
|
2011-06-08 14:05:33 +00:00 |
Daniel Warner
|
e58928e887
|
Changed Tle to used exceptions
|
2011-05-31 12:06:22 +00:00 |
Daniel Warner
|
1cf4c38d1a
|
Fixed bug in Observer. observers_eci_ date was being initialized at start of ctor. So UpdateObserversEci() wasnt being called later in ctor as the dates matched
|
2011-05-30 00:04:08 +00:00 |
Daniel Warner
|
b0a25a8be7
|
Minor changes to Julian class
|
2011-05-28 19:05:46 +00:00 |
Daniel Warner
|
2ef6c635cc
|
Moved changing aos/los to whole seconds out of FindCrossingPoint
|
2011-05-28 14:03:38 +00:00 |
Daniel Warner
|
630409257c
|
Convert pass times to whole seconds
|
2011-05-28 11:47:14 +00:00 |
Daniel Warner
|
f0e92dac6c
|
Added PassPredict program
|
2011-05-28 01:02:13 +00:00 |
Daniel Warner
|
7252db58a0
|
Added GetLineLength to Tle
|
2011-05-27 21:05:10 +00:00 |
Daniel Warner
|
7eeefb82d5
|
Changed Range to Rng and RangeRate to Rng Rt
|
2011-05-27 20:40:26 +00:00 |
Daniel Warner
|
0b43b14b18
|
Moved Trim functions into Global file
|
2011-05-27 16:51:23 +00:00 |
Daniel Warner
|
cd21f739ae
|
If you pass invalid line number to IsValidLine it returns false
|
2011-05-27 16:03:11 +00:00 |
Daniel Warner
|
f60b1544a8
|
Converted norad_number_ to unsigned int
|
2011-05-27 15:20:03 +00:00 |
Daniel Warner
|
49477b4a4c
|
Print out string value for Julian
|
2011-05-27 09:40:19 +00:00 |
Daniel Warner
|
78835261ae
|
Remove SatTrack binary using makefile
|
2011-05-27 09:14:01 +00:00 |
Daniel Warner
|
6b024b0c06
|
Allow Tle to be passed into constructor of SGP4
|
2011-05-27 01:54:41 +01:00 |
Daniel Warner
|
44f0e49a62
|
Added test SatTrack program
|
2011-05-27 01:49:59 +01:00 |
Daniel Warner
|
9ec7e5a951
|
Print out values in degrees
|
2011-05-27 01:41:56 +01:00 |
Daniel Warner
|
4be78ea488
|
Print out topo and geo struct to stream
|
2011-05-27 01:37:10 +01:00 |
Daniel Warner
|
5694ce1ffc
|
Converted Vector to struct
|
2011-05-27 00:22:38 +01:00 |
Daniel Warner
|
cb741f3695
|
Converted CoordTopographic to struct
|
2011-05-27 00:14:00 +01:00 |
Daniel Warner
|
989999ea45
|
Converted CoordGeodetic to struct
|
2011-05-27 00:10:31 +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
|
96c05ca4cb
|
Changes to tle rules
|
2011-05-08 13:39:20 +01:00 |
Daniel Warner
|
3ecdfaec99
|
Added DateTime struct and method to split julian
|
2011-05-01 23:58:33 +01:00 |
Daniel Warner
|
f4ed53c4e7
|
Use time parameters give in test file.
|
2011-04-27 14:36:19 +01:00 |
Daniel Warner
|
cb59b3414a
|
Removed unused SatelliteOrbit.*
|
2011-04-27 13:30:37 +01:00 |
Daniel Warner
|
4df7c7f850
|
Merge
|
2011-04-23 18:59:42 +01:00 |
Daniel Warner
|
ab1434d299
|
Added SolarPosition class
|
2011-04-23 18:59:22 +01:00 |
Daniel Warner
|
13d5e5f8f4
|
Create static library in Makefile
|
2011-04-23 12:13:06 +00:00 |