Commit Graph

136 Commits (f21109960d9d5bd135a98e789bb612abf9961421)

Author SHA1 Message Date
Daniel Warner f21109960d Comments 2011-04-09 19:56:35 +01:00
Daniel Warner 9e89b87d31 Added some assignment/equality operators to Coord classes 2011-04-09 19:50:25 +01:00
Daniel Warner 490f3093ce Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
Daniel Warner ea3c98c2e8 Added AE to globals 2011-04-07 15:13:51 +01:00
Daniel Warner 7c50d84892 Added Timespan object 2011-04-07 14:56:02 +01:00
Daniel Warner 1d1aac3f5c Removed array of values from Tle 2011-04-07 14:42:25 +01:00
Daniel Warner 7f70992717 Moved test code into seperate file 2011-04-06 00:56:17 +01:00
Daniel Warner 927c7d11bc Removed unused constants struct from SGDP4 2011-04-06 00:55:55 +01:00
Daniel Warner d90c1274a4 Dont use assert when calling ValidateLine 2011-04-06 00:53:11 +01:00
Daniel Warner 99d37a2621 Added comparison bits to Julian object 2011-04-05 15:06:45 +01:00
Daniel Warner b50644bb8f Added alternate XKE and QOMS2T 2011-04-04 15:04:42 +01:00
Daniel Warner dbc71fd400 Print velocity vector 2011-04-04 01:09:03 +01:00
Daniel Warner dc4cbef3d1 Removed FASX* variables from being class members to static const double 2011-04-04 00:59:58 +01:00
Daniel Warner 1a28236473 Added FindPosition which takes a Julian object 2011-04-04 00:18:53 +01:00
Daniel Warner 0b64bb1c0d Fixed lyddane modification 2011-04-04 00:16:50 +01:00
Daniel Warner 9754e2db94 Incorrect value 2011-04-04 00:16:11 +01:00
Daniel Warner fd2485328f Comments 2011-04-04 00:15:08 +01:00
Daniel Warner 6ca0b50a51 Added magnitude method to vector class 2011-04-03 13:08:31 +01:00
Daniel Warner 5c02e61ec1 SDP4 position routines made const 2011-04-03 12:55:30 +01:00
Daniel Warner 116fcb499f Forgot to remove sing/cosg from deep space init declaration 2011-04-03 12:41:44 +01:00
Daniel Warner cbb1f894cf Moved sing/cosg from common init to deep space init 2011-04-03 12:41:05 +01:00
Daniel Warner 9c7aa8325d Use #define instead of constants struct. Updated gsto. 2011-04-03 11:48:47 +01:00
Daniel Warner 63e66d8919 Changed QOMS2T constant 2011-04-03 00:02:51 +01:00
Daniel Warner ae8383d316 Updated THDT constant. Calculate real tsince 2011-04-02 23:37:01 +01:00
Daniel Warner ba84b41b60 Rearrange globals constants. Rename sgp4 to n_*_. Reset constants 2011-04-02 14:27:09 +01:00
Daniel Warner 3c459a90a5 Ignore .orig files 2011-04-02 13:39:11 +01:00
Daniel Warner 18de6eb3ab Removed -= and *= 2011-04-02 13:32:09 +01:00
Daniel Warner d24d064920 More const variables. Tweaks to constants 2011-04-02 12:31:39 +01:00
Daniel Warner b2c4e9b6bd Comment 2011-04-01 15:58:28 +01:00
Daniel Warner 219b70ee2c Added fmod 2PI for calculation of d_xlamo_ 2011-04-01 15:01:38 +01:00
Daniel Warner 72452918df Reverted FindPositionSDP4() to simpler version 2011-04-01 14:40:44 +01:00
Daniel Warner 0ea44e5bd8 Ignore txt files 2011-04-01 13:17:22 +01:00
Daniel Warner 2de023e0ce Comments 2011-04-01 12:57:25 +01:00
Daniel Warner 9f30d5990d Clearer setting of xll variable at end of integrator 2011-04-01 12:42:54 +01:00
Daniel Warner fd8370280c Changed integrator reset condition 2011-04-01 12:13:06 +01:00
Daniel Warner 53aabaada7 Comment 2011-04-01 12:03:13 +01:00
Daniel Warner 4a7d07535e Comments 2011-04-01 02:11:20 +01:00
Daniel Warner bcefdb6b6f DeepSpacePeriodics() use xinc rather than Inclination() 2011-04-01 01:06:09 +01:00
Daniel Warner a23a9fece0 Misc formatting 2011-03-31 22:41:01 +01:00
Daniel Warner be07d27ca8 Initialise integrator by default 2011-03-31 22:35:05 +01:00
Daniel Warner 3425dcaf7a zmo variable is not used for anything 2011-03-31 22:24:47 +01:00
Daniel Warner c9ae013606 Bug: accidently redeclared some variables 2011-03-31 22:20:43 +01:00
Daniel Warner e0e080db30 Rearrange resonant/synchro orbit init code 2011-03-31 22:12:07 +01:00
Daniel Warner 01573c3e4f Rearrange variables and comments for deep space 2011-03-31 20:39:05 +01:00
Daniel Warner d18256e116 Comments 2011-03-31 20:27:16 +01:00
Daniel Warner 1fa16c5248 Code comments 2011-03-31 19:56:41 +01:00
Daniel Warner 5275bded96 Made 2 methods const 2011-03-31 19:54:33 +01:00
Daniel Warner 0d9cedd50e All deep space functions start with DeepSpace 2011-03-31 19:47:04 +01:00
Daniel Warner d9bb10a12c Created DeepCalculateLunarSolarTerms() to calculate lunar solar terms 2011-03-31 19:44:23 +01:00
Daniel Warner a60db98039 Edited test run to match sample data 2011-03-31 19:32:45 +01:00