CssiDailyRecord
Defined in: cssi.rs:21
pub struct CssiDailyRecord { pub jd_midnight: f64, pub year: i32, pub month: u32, pub day: u32, pub ap_3h: [f64; 8], pub ap_daily: f64, pub f107_obs: f64, pub f107_obs_ctr81: f64,}A single daily record from CSSI space weather data.
Fields
Section titled “Fields”jd_midnight
Section titled “jd_midnight”jd_midnight: f64
Julian Date at 00:00 UTC of this day.
year: i32
Year.
month: u32
Month (1-12).
day: u32
Day (1-31).
ap_3h: [f64; 8]
8 three-hourly ap values: [00-03, 03-06, 06-09, 09-12, 12-15, 15-18, 18-21, 21-24] UT.
ap_daily
Section titled “ap_daily”ap_daily: f64
Daily average Ap.
f107_obs
Section titled “f107_obs”f107_obs: f64
Observed F10.7 [SFU].
f107_obs_ctr81
Section titled “f107_obs_ctr81”f107_obs_ctr81: f64
Observed 81-day centered average F10.7 [SFU].