#include "AlmOrbit.hpp"
#include "Xvt.hpp"
#include "GPSWeekSecond.hpp"
#include "CommonTime.hpp"
#include "TestUtil.hpp"
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | AlmOrbit_T |
Functions | |
int | main () |
Variables | |
double | velDiffThresh = 0.0008 |
int main | ( | ) |
Definition at line 413 of file AlmOrbit_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 53 of file AlmOrbit_T.cpp.