Class PythonCycleSlipDetectors
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.PythonCycleSlipDetectors
-
- All Implemented Interfaces:
CycleSlipDetectors
public class PythonCycleSlipDetectors extends Object implements CycleSlipDetectors
-
-
Constructor Summary
Constructors Constructor Description PythonCycleSlipDetectors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CycleSlipDetectorResults>
detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
detect
public List<CycleSlipDetectorResults> detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.- Specified by:
detect
in interfaceCycleSlipDetectors
- Parameters:
observations
- list of observation data set- Returns:
- a list of results computed by the cycle-slip detectors
-
-