Class AttitudeCovariance

java.lang.Object
org.orekit.files.ccsds.ndm.adm.acm.AttitudeCovariance
All Implemented Interfaces:
TimeStamped

public class AttitudeCovariance extends Object implements TimeStamped
Covariance entry.
Since:
12.0
Author:
Luc Maisonobe
  • Constructor Details

    • AttitudeCovariance

      public AttitudeCovariance(AttitudeCovarianceType type, AbsoluteDate date, String[] fields, int first)
      Simple constructor.
      Parameters:
      type - type of the elements
      date - entry date
      fields - matrix diagonal elements
      first - index of first field to consider
  • Method Details

    • getDate

      public AbsoluteDate getDate()
      Get the date.
      Specified by:
      getDate in interface TimeStamped
      Returns:
      date attached to the object
    • getMatrix

      public DiagonalMatrix getMatrix()
      Get the covariance matrix.
      Returns:
      covariance matrix
    • getType

      public AttitudeCovarianceType getType()
      Get the type of the elements.
      Returns:
      type of the elements