Skip to content

PolarMotion

Defined in: mod.rs:66

pub trait PolarMotion

Provides the polar motion components x_pole, y_pole.

極運動は Earth の瞬間的な rotation 軸が CIP (Celestial Intermediate Pole) から どれだけずれているかを表すパラメータで、通常は < 0.5 arcsec の範囲にある。 Rotation<Tirs, Itrs>::polar_motion(utc, eop) (Phase 3) で使用する。

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

Return the x component of the polar motion [arcsec] at the given UTC MJD.


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

Return the y component of the polar motion [arcsec] at the given UTC MJD.