Skip to content

LengthOfDay

Defined in: mod.rs:85

pub trait LengthOfDay

Provides the Length of Day (LOD) parameter.

LOD は 1 UTC day の長さと 86400 SI seconds の差を秒単位で表したもの (通常 ~1 ms 程度)。Earth の自転速度変動を表し、速度変換 (velocity transformation between inertial and rotating frames) に使われる。

現状の position-only な rotation chain では LOD は不要 (どの constructor も 要求しない)。velocity transformation を追加する際の bound として用意してある。

fn lod(&self, utc_mjd: f64) -> f64

Return the LOD [seconds] at the given UTC MJD.