PolarMotion
Defined in: mod.rs:66
pub trait PolarMotionProvides 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) で使用する。
Required Methods
Section titled “Required Methods”x_pole()
Section titled “x_pole()”fn x_pole(&self, utc_mjd: f64) -> f64
Return the x component of the polar motion [arcsec] at the given UTC MJD.
y_pole()
Section titled “y_pole()”fn y_pole(&self, utc_mjd: f64) -> f64
Return the y component of the polar motion [arcsec] at the given UTC MJD.