Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Orekit Orekit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 89
    • Issues 89
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Issues
  • #955
Closed
Open
Created Aug 22, 2022 by Romain Serra@SerrofDeveloper

Add "type" getter for ComparableMeasurement

When dealing with heterogeneous observations in orbit determination for example, it would be nice to be able to easily (especially with the Python wrapper) retrieve the underlying type of measurements when manipulating the instances of EstimatedMeasurement. To achieve this, a "getter" returning a String could be added to the interface ObservableMeasurement or ComparableMeasurement. Tentative implementation:

default String getMeasurementType() {
        return this.getClass().getSimpleName();
    }
Edited Aug 22, 2022 by Romain Serra
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking