MagneticFieldInput
このコンテンツはまだ日本語訳がありません。
Defined in: mod.rs:24
pub struct MagneticFieldInput\<'a\> { pub geodetic: arika::earth::geodetic::Geodetic, pub utc: &'a arika::epoch::Epoch<arika::epoch::Utc>,}Pre-computed input for magnetic field evaluation.
The caller computes geodetic from the propagator’s frame-typed
position — the model itself is frame-agnostic.
Fields
Section titled “Fields”geodetic
Section titled “geodetic”geodetic: arika::earth::geodetic::Geodetic
Satellite geodetic coordinates (latitude/longitude in rad, altitude in km).
utc: &‘a [arika::epoch::Epoch<arika::epoch::Utc>](../../../../arika/api/structs/epoch/)
Absolute UTC epoch (required for secular variation and ECEF orientation).