Package org.orekit.tutorials.estimation.performance

This package provides elements for testing performance of Orekit Orbit Determination features.

MeasurementGenerator is a class used to generate measurement in the case a user does not have measurement for testing performance. Please note that user-defined measurements file can be used. The measurement generation is initialized using measurement-generation.yaml file in src/main/resources/performance-testing folder.

OrbitDeterminationEngine is the main class to configure the orbit determination. This class is initialized using testing-X.yaml file in src/main/resources/performance-testing folder.

PerformanceTesting is a runnable class allowing the user performing the performance testing of the orbit determination. This class is initialized using the very simple file performance-analysis.yaml in src/main/resources/performance-testing folder.

Author:
Bryan Cazabonne