Commit Graph

189 Commits (1cf4c38d1af7cee29c742adf08b59a1b7d81202d)

Author SHA1 Message Date
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
Daniel Warner 3df6db72d2 Moved Coord into seperate files. 2011-04-23 12:18:51 +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
Daniel Warner bc82bc8ddb Caching of integrator values for epoch and atime 2011-04-11 16:40:55 +01:00
Daniel Warner 88699c0eb4 Updated Tle test set 2011-04-11 15:12:32 +01:00
Daniel Warner ea70cd5ffa Changes to SGP4 error exceptions 2011-04-11 15:10:45 +01:00
Daniel Warner 1df0df216b Checksum disabled. Formatting. Check to make sure line length is long enough 2011-04-11 10:58:10 +01:00
Daniel Warner 6285c9e041 If '-' in Tle pattern, valid characters are '+' or '-' 2011-04-10 00:52:11 +01:00
Daniel Warner 5829dbd88e If '+' in Tle pattern, valid characters are '+', '-' and ' ' 2011-04-10 00:44:38 +01:00
Daniel Warner 2efcd7fa0c Added variable to limit do/while loop to max 10 iterations 2011-04-10 00:37:42 +01:00
Daniel Warner 4d1ef9833a Changed longitude to -180 to 180 2011-04-10 00:29:46 +01:00
Daniel Warner 4dd21b9060 Timespan class is compiled using Makefile 2011-04-09 21:50:14 +00:00
Daniel Warner bbed197a19 Added ToGeodetic, to convert satellite position to latitude/longitude/altitude 2011-04-09 21:40:45 +01:00
Daniel Warner e395b21ce0 Added AcTan method to Globals for use in observer calculations 2011-04-09 21:39:13 +01:00
Daniel Warner bbdf25f3cf Added Dot method to Vector 2011-04-09 20:29:43 +01:00
Daniel Warner 7e74a40a50 Added more Get methods to Timespan 2011-04-09 20:05:25 +01:00