Sidereon.GeodeticTimeSeries.StepCandidate (Sidereon v0.18.0)

Copy Markdown View Source

Candidate displacement step from the labelled detector heuristic.

Summary

Types

t()

@type t() :: %Sidereon.GeodeticTimeSeries.StepCandidate{
  after_count: non_neg_integer(),
  before_count: non_neg_integer(),
  epoch_year: float(),
  heuristic: atom(),
  offset_enu_m: {float(), float(), float()},
  score: float()
}