Sidereon.CCSDS.OPM.Covariance (Sidereon v0.16.1)

Copy Markdown View Source

Optional OPM 6x6 covariance. matrix is a row-major list of six six-element rows.

Summary

Types

t()

@type t() :: %Sidereon.CCSDS.OPM.Covariance{
  cov_ref_frame: String.t() | nil,
  matrix: [[float()]]
}