Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Orekit
Orekit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 58
    • Issues 58
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Issues
  • #696

Closed
Open
Opened Jul 09, 2020 by Luc Maisonobe@lucOwner

KalmanEstimatorBuilder doesn't allow to configure initial covariance for measurements

Initial covariance matrix for a Kalman filter is set up in KalmanModel constructor according to the covarianceMatricesProviders. In the constructor, provisions are made to consider both orbit drivers, propagation parameters drivers and measurements drivers. This constructor is called from KalmanEstimator constructor which itself is called from KalmanEstimatorBuilder build method.

However, KalmanEstimatorBuilder does not allow to provide covariance matrix providers for measurements parameters. The only providers that it handles are the ones set up when calling addPropagationConfiguration, there are no provisions to add other types of covariance matrices providers.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
10.3
Milestone
10.3
Assign milestone
Time tracking
None
Due date
None
Reference: orekit/orekit#696