Skip to content
Snippets Groups Projects
Commit fe605729 authored by Bryan Cazabonne's avatar Bryan Cazabonne
Browse files

Added version number on ESKF new classes.

parent 3ee8c148
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ import org.orekit.time.AbsoluteDate;
* @author Julie Bayard
* @author Bryan Cazabonne
* @author Maxime Journot
* @since 11.1
*/
public class EskfMeasurementHandler implements OrekitStepHandler {
......
......@@ -62,6 +62,7 @@ import org.orekit.utils.ParameterDriversList.DelegatingDriver;
* @author Julie Bayard
* @author Bryan Cazabonne
* @author Maxime Journot
* @since 11.1
*/
public class SemiAnalyticalKalmanEstimator {
......
......@@ -27,6 +27,7 @@ import org.orekit.utils.ParameterDriversList;
* @author Julie Bayard
* @author Bryan Cazabonne
* @author Maxime Journot
* @since 11.1
*/
public class SemiAnalyticalKalmanEstimatorBuilder {
......
......@@ -68,6 +68,7 @@ import org.orekit.utils.ParameterDriversList.DelegatingDriver;
* @author Julie Bayard
* @author Bryan Cazabonne
* @author Maxime Journot
* @since 11.1
*/
public class SemiAnalyticalKalmanModel implements KalmanEstimation, NonLinearProcess<MeasurementDecorator> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment