#include "BrcKeplerOrbit.hpp"
#include "TestUtil.hpp"
#include "GPSWeekZcount.hpp"
#include "TimeString.hpp"
Go to the source code of this file.
Classes | |
class | BrcKeplerOrbit_T |
Macros | |
#define | LDEXP(x, y) std::ldexp(x,y) |
Functions | |
int | main () |
Variables | |
double | velDiffThresh = 0.0008 |
Definition at line 55 of file BrcKeplerOrbit_T.cpp.
int main | ( | ) |
Definition at line 444 of file BrcKeplerOrbit_T.cpp.
double velDiffThresh = 0.0008 |
Threshold for how much different our velocities can be between being computed directly via svXvt and computed via differencing svXvt positions over time.
Definition at line 50 of file BrcKeplerOrbit_T.cpp.