Skip to content
Snippets Groups Projects
Commit f05f06c7 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents 4a6ab0f6 fe605729
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