Sidereon.SourceLocalization.GeometryQuality (Sidereon v0.13.0)

Copy Markdown View Source

Rank and redundancy summary for a source-localization solve.

Counts are row and parameter counts from the timing design. rank_deficient is true when covariance was not available from the normal matrix.

Summary

Types

t()

@type t() :: %Sidereon.SourceLocalization.GeometryQuality{
  covariance_available: boolean(),
  parameter_count: non_neg_integer(),
  rank_deficient: boolean(),
  redundancy: non_neg_integer(),
  residual_count: non_neg_integer()
}