EphCore.SnapshotPipeline.AstronomicalTime (eph_core v0.1.0)

Copy Markdown View Source

Stage 01: ASTRONOMICAL_TIME — establish the moment in astronomical time.

Appends time scale conversions to the snapshot for downstream stages.

Summary

Types

t()

@type t() :: %EphCore.SnapshotPipeline.AstronomicalTime{
  delta_t_seconds: float(),
  delta_t_source: atom(),
  jd_tt: float(),
  jd_ut1: float(),
  jd_utc: float()
}

Functions

resolve(snapshot)

@spec resolve(term()) :: term()