Home
last modified time | relevance | path

Searched refs:getBeginningOfFitInterval (Results 1 – 4 of 4) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DBrcKeplerOrbit.hpp163 CommonTime getBeginningOfFitInterval() const;
H A DBrcKeplerOrbit.cpp482 CommonTime BrcKeplerOrbit::getBeginningOfFitInterval() const in getBeginningOfFitInterval() function in gpstk::BrcKeplerOrbit
H A DEngEphemeris.cpp1305 beginFit = orbit.getBeginningOfFitInterval(); in setSF3()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DBrcKeplerOrbit_T.cpp432 TUASSERTE(CommonTime, beg, orbit.getBeginningOfFitInterval()); in fitIntTest()