Go to file
Daniel Warner 5829dbd88e If '+' in Tle pattern, valid characters are '+', '-' and ' ' 2011-04-10 00:44:38 +01:00
.hgignore Ignore .orig files 2011-04-02 13:39:11 +01:00
Coord.cpp Added some assignment/equality operators to Coord classes 2011-04-09 19:50:25 +01:00
Coord.h Added some assignment/equality operators to Coord classes 2011-04-09 19:50:25 +01:00
Eci.cpp Added variable to limit do/while loop to max 10 iterations 2011-04-10 00:37:42 +01:00
Eci.h Added ToGeodetic, to convert satellite position to latitude/longitude/altitude 2011-04-09 21:40:45 +01:00
Globals.cpp Added AcTan method to Globals for use in observer calculations 2011-04-09 21:39:13 +01:00
Globals.h Added AcTan method to Globals for use in observer calculations 2011-04-09 21:39:13 +01:00
Julian.cpp Formatting and check not assigning to self in operator= 2011-04-09 19:57:58 +01:00
Julian.h Formatting and check not assigning to self in operator= 2011-04-09 19:57:58 +01:00
Makefile Timespan class is compiled using Makefile 2011-04-09 21:50:14 +00:00
Observer.cpp Added Dot method to Vector 2011-04-09 20:29:43 +01:00
Observer.h Rearranged variables to remove g++ warnings 2011-03-30 22:32:44 +01:00
Rewrite.vcxproj Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
Rewrite.vcxproj.filters Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
Rewrite.vcxproj.user Initial commit 2011-03-24 15:55:10 +00:00
SGDP4.cpp Removed array of values from Tle 2011-04-07 14:42:25 +01:00
SGDP4.h Removed unused constants struct from SGDP4 2011-04-06 00:55:55 +01:00
SGP4-VER.TLE Initial commit 2011-03-24 15:55:10 +00:00
SatelliteException.h Misc formatting 2011-03-30 18:16:37 +01:00
SatelliteOrbit.cpp Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
SatelliteOrbit.h Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
Timespan.cpp Added more Get methods to Timespan 2011-04-09 20:05:25 +01:00
Timespan.h Added more Get methods to Timespan 2011-04-09 20:05:25 +01:00
Tle.cpp If '+' in Tle pattern, valid characters are '+', '-' and ' ' 2011-04-10 00:44:38 +01:00
Tle.h Removed array of values from Tle 2011-04-07 14:42:25 +01:00
Vector.cpp Added Dot method to Vector 2011-04-09 20:29:43 +01:00
Vector.h Added Dot method to Vector 2011-04-09 20:29:43 +01:00
main.cpp Added start of SatelliteOrbit object 2011-04-07 15:15:47 +01:00
testmain.cpp Moved test code into seperate file 2011-04-06 00:56:17 +01:00