Commit Graph

  • 74ac17ff42 Updated CoordGeodetic Daniel Warner 2011-12-13 21:23:43 +0000
  • 01f34d0529 Added NDEBUG macro for release build Daniel Warner 2011-12-13 13:53:17 +0000
  • 0a39314e55 Corrected longitude range in ToGeodetic Daniel Warner 2011-12-13 13:47:51 +0000
  • f659c173bf Correct date set in SGP4. Added original GMST calculation to Julian.cpp Daniel Warner 2011-12-11 22:33:57 +0000
  • 9c936a279d Can compile a debug or release version Daniel Warner 2011-12-11 13:03:45 +0000
  • 58579b2841 Source files were executable Daniel Warner 2011-12-11 10:38:51 +0000
  • 3eaa639ccd Removed tabs Daniel Warner 2011-12-11 09:29:40 +0000
  • 7ba5873138 Removed -o option from 'ar' Daniel Warner 2011-12-11 00:15:04 +0000
  • b6b610be3b Combined integrator parameters into a struct Daniel Warner 2011-08-24 12:07:35 +0000
  • 3d0c49bf87 Moved orbital parameters out into seperate class Daniel Warner 2011-07-09 22:20:31 +0000
  • 3049d03fae Changed SGDP4 to SGP4 in header Daniel Warner 2011-07-09 20:53:36 +0000
  • af949a5dca Removed reused temp variables in final position calc Daniel Warner 2011-07-09 19:13:03 +0000
  • b947802289 Removed unused code from SDP4 calc Daniel Warner 2011-07-09 18:36:42 +0000
  • f98407a5b1 Added back in -= where appropriate Daniel Warner 2011-07-09 18:32:28 +0000
  • f105a2b323 Was converting double to int Daniel Warner 2011-07-03 15:15:18 +0100
  • 557e4c677d In DeepSpaceInitialize using inline EvaluateCubicPolynomial function Daniel Warner 2011-06-23 15:24:21 +0100
  • 531bb1fac9 Typo Daniel Warner 2011-06-10 23:45:06 +0000
  • 56813feb8d Reset SGP4 struct values using constructor Daniel Warner 2011-06-10 23:43:34 +0000
  • 3ce723ded4 Added setter functions to Timespan. At end of pass move time along by 20minutes. Daniel Warner 2011-06-10 21:09:02 +0000
  • 8cba7f685f More updates to Timespan and Julian Daniel Warner 2011-06-10 19:34:39 +0000
  • 0f69c839b7 Updated Timespan / Julian Daniel Warner 2011-06-10 12:41:11 +0000
  • a53f06ebbf Added max elevation calculation Daniel Warner 2011-06-08 15:21:33 +0000
  • ed47037ad4 Subtracting Julians returns a Timespan. Added GetTotalSeconds to Timespan Daniel Warner 2011-06-08 14:05:33 +0000
  • e58928e887 Changed Tle to used exceptions Daniel Warner 2011-05-31 12:06:22 +0000
  • 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 Daniel Warner 2011-05-30 00:04:08 +0000
  • b0a25a8be7 Minor changes to Julian class Daniel Warner 2011-05-28 19:05:46 +0000
  • 2ef6c635cc Moved changing aos/los to whole seconds out of FindCrossingPoint Daniel Warner 2011-05-28 14:03:38 +0000
  • 630409257c Convert pass times to whole seconds Daniel Warner 2011-05-28 11:47:14 +0000
  • f0e92dac6c Added PassPredict program Daniel Warner 2011-05-28 01:02:13 +0000
  • 7252db58a0 Added GetLineLength to Tle Daniel Warner 2011-05-27 21:05:10 +0000
  • 7eeefb82d5 Changed Range to Rng and RangeRate to Rng Rt Daniel Warner 2011-05-27 20:40:26 +0000
  • 0b43b14b18 Moved Trim functions into Global file Daniel Warner 2011-05-27 16:51:23 +0000
  • cd21f739ae If you pass invalid line number to IsValidLine it returns false Daniel Warner 2011-05-27 16:03:11 +0000
  • f60b1544a8 Converted norad_number_ to unsigned int Daniel Warner 2011-05-27 15:20:03 +0000
  • 49477b4a4c Print out string value for Julian Daniel Warner 2011-05-27 09:40:19 +0000
  • 78835261ae Remove SatTrack binary using makefile Daniel Warner 2011-05-27 09:14:01 +0000
  • 6b024b0c06 Allow Tle to be passed into constructor of SGP4 Daniel Warner 2011-05-27 01:54:41 +0100
  • 44f0e49a62 Added test SatTrack program Daniel Warner 2011-05-27 01:49:59 +0100
  • 9ec7e5a951 Print out values in degrees Daniel Warner 2011-05-27 01:41:56 +0100
  • 4be78ea488 Print out topo and geo struct to stream Daniel Warner 2011-05-27 01:37:10 +0100
  • 5694ce1ffc Converted Vector to struct Daniel Warner 2011-05-27 00:22:38 +0100
  • cb741f3695 Converted CoordTopographic to struct Daniel Warner 2011-05-27 00:14:00 +0100
  • 989999ea45 Converted CoordGeodetic to struct Daniel Warner 2011-05-27 00:10:31 +0100
  • 6f3e72c902 Compiles on linux Daniel Warner 2011-05-20 21:18:03 +0000
  • 495c793d34 Corrected variable name Daniel Warner 2011-05-20 22:09:53 +0100
  • f422fce314 Removed #define Daniel Warner 2011-05-20 22:09:23 +0100
  • 32457f4120 Moved doubles in sgp4 into structs Daniel Warner 2011-05-20 21:36:23 +0100
  • 565dd6385c Removed orbit number from sgp4 model Daniel Warner 2011-05-20 14:29:44 +0100
  • ab188ca3d8 Renamed to Reset() Daniel Warner 2011-05-20 14:28:42 +0100
  • 4caaf6c435 Removed i_ from flags Daniel Warner 2011-05-20 14:09:13 +0100
  • b607678395 In SGP4 changed non const reference changed to pointer Daniel Warner 2011-05-08 14:00:43 +0100
  • 96c05ca4cb Changes to tle rules Daniel Warner 2011-05-08 13:39:20 +0100
  • 3ecdfaec99 Added DateTime struct and method to split julian Daniel Warner 2011-05-01 23:58:33 +0100
  • f4ed53c4e7 Use time parameters give in test file. Daniel Warner 2011-04-27 14:36:19 +0100
  • cb59b3414a Removed unused SatelliteOrbit.* Daniel Warner 2011-04-27 13:30:37 +0100
  • 4df7c7f850 Merge Daniel Warner 2011-04-23 18:59:42 +0100
  • ab1434d299 Added SolarPosition class Daniel Warner 2011-04-23 18:59:22 +0100
  • 13d5e5f8f4 Create static library in Makefile Daniel Warner 2011-04-23 12:13:06 +0000
  • 3df6db72d2 Moved Coord into seperate files. Daniel Warner 2011-04-23 12:18:51 +0100
  • dcb4469507 Made SGP4 getter methods public and added OrbitNumber() Daniel Warner 2011-04-22 12:33:24 +0100
  • 878eb3f7d8 Renamed SGDP4 to SGP4 Daniel Warner 2011-04-11 17:20:40 +0100
  • bc82bc8ddb Caching of integrator values for epoch and atime Daniel Warner 2011-04-11 16:40:55 +0100
  • 88699c0eb4 Updated Tle test set Daniel Warner 2011-04-11 15:12:32 +0100
  • ea70cd5ffa Changes to SGP4 error exceptions Daniel Warner 2011-04-11 15:10:45 +0100
  • 1df0df216b Checksum disabled. Formatting. Check to make sure line length is long enough Daniel Warner 2011-04-11 10:58:10 +0100
  • 6285c9e041 If '-' in Tle pattern, valid characters are '+' or '-' Daniel Warner 2011-04-10 00:52:11 +0100
  • 5829dbd88e If '+' in Tle pattern, valid characters are '+', '-' and ' ' Daniel Warner 2011-04-10 00:44:38 +0100
  • 2efcd7fa0c Added variable to limit do/while loop to max 10 iterations Daniel Warner 2011-04-10 00:37:42 +0100
  • 4d1ef9833a Changed longitude to -180 to 180 Daniel Warner 2011-04-10 00:29:46 +0100
  • 4dd21b9060 Timespan class is compiled using Makefile Daniel Warner 2011-04-09 21:50:14 +0000
  • bbed197a19 Added ToGeodetic, to convert satellite position to latitude/longitude/altitude Daniel Warner 2011-04-09 21:40:45 +0100
  • e395b21ce0 Added AcTan method to Globals for use in observer calculations Daniel Warner 2011-04-09 21:39:13 +0100
  • bbdf25f3cf Added Dot method to Vector Daniel Warner 2011-04-09 20:29:43 +0100
  • 7e74a40a50 Added more Get methods to Timespan Daniel Warner 2011-04-09 20:05:25 +0100
  • e5c0a2bdc4 Comments and using new Subtract method Daniel Warner 2011-04-09 20:03:58 +0100
  • c2a7fbe2e1 Added Subtract method to Vector Daniel Warner 2011-04-09 20:01:19 +0100
  • 6824a51d70 Formatting and check not assigning to self in operator= Daniel Warner 2011-04-09 19:57:58 +0100
  • f21109960d Comments Daniel Warner 2011-04-09 19:56:35 +0100
  • 9e89b87d31 Added some assignment/equality operators to Coord classes Daniel Warner 2011-04-09 19:50:25 +0100
  • 490f3093ce Added start of SatelliteOrbit object Daniel Warner 2011-04-07 15:15:47 +0100
  • ea3c98c2e8 Added AE to globals Daniel Warner 2011-04-07 15:13:51 +0100
  • 7c50d84892 Added Timespan object Daniel Warner 2011-04-07 14:56:02 +0100
  • 1d1aac3f5c Removed array of values from Tle Daniel Warner 2011-04-07 14:42:25 +0100
  • 7f70992717 Moved test code into seperate file Daniel Warner 2011-04-06 00:56:17 +0100
  • 927c7d11bc Removed unused constants struct from SGDP4 Daniel Warner 2011-04-06 00:55:55 +0100
  • d90c1274a4 Dont use assert when calling ValidateLine Daniel Warner 2011-04-06 00:53:11 +0100
  • 99d37a2621 Added comparison bits to Julian object Daniel Warner 2011-04-05 15:06:45 +0100
  • b50644bb8f Added alternate XKE and QOMS2T Daniel Warner 2011-04-04 15:04:42 +0100
  • dbc71fd400 Print velocity vector Daniel Warner 2011-04-04 01:09:03 +0100
  • dc4cbef3d1 Removed FASX* variables from being class members to static const double Daniel Warner 2011-04-04 00:59:58 +0100
  • 1a28236473 Added FindPosition which takes a Julian object Daniel Warner 2011-04-04 00:18:53 +0100
  • 0b64bb1c0d Fixed lyddane modification Daniel Warner 2011-04-04 00:16:50 +0100
  • 9754e2db94 Incorrect value Daniel Warner 2011-04-04 00:16:11 +0100
  • fd2485328f Comments Daniel Warner 2011-04-04 00:15:08 +0100
  • 6ca0b50a51 Added magnitude method to vector class Daniel Warner 2011-04-03 13:08:31 +0100
  • 5c02e61ec1 SDP4 position routines made const Daniel Warner 2011-04-03 12:55:30 +0100
  • 116fcb499f Forgot to remove sing/cosg from deep space init declaration Daniel Warner 2011-04-03 12:41:44 +0100
  • cbb1f894cf Moved sing/cosg from common init to deep space init Daniel Warner 2011-04-03 12:41:05 +0100
  • 9c7aa8325d Use #define instead of constants struct. Updated gsto. Daniel Warner 2011-04-03 11:48:47 +0100
  • 63e66d8919 Changed QOMS2T constant Daniel Warner 2011-04-03 00:02:51 +0100