isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
BuildOrbit.h
1 #pragma once
2 
3 #include <vector>
4 
5 #include "../DateTime.h"
6 #include "../Linspace.h"
7 #include "../StateVector.h"
8 #include "../Vector.h"
9 
10 namespace isce3 { namespace core { namespace detail {
11 
12 Linspace<double>
13 getOrbitTime(const std::vector<StateVector> & statevecs, const DateTime & reference_epoch);
14 
15 std::vector<Vec3>
16 getOrbitPosition(const std::vector<StateVector> & statevecs);
17 
18 std::vector<Vec3>
19 getOrbitVelocity(const std::vector<StateVector> & statevecs);
20 
21 }}}

Generated for ISCE3.0 by doxygen 1.8.5.