Class AttitudeCovariance

  • All Implemented Interfaces:
    TimeStamped

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

      • 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 Detail

      • 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