isce3 0.25.0
Loading...
Searching...
No Matches
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
10namespace isce3 { namespace core { namespace detail {
11
12Linspace<double>
13getOrbitTime(const std::vector<StateVector> & statevecs, const DateTime & reference_epoch);
14
15std::vector<Vec3>
16getOrbitPosition(const std::vector<StateVector> & statevecs);
17
18std::vector<Vec3>
19getOrbitVelocity(const std::vector<StateVector> & statevecs);
20
21}}}
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.