sidereon-core 0.13.0

The complete Sidereon engine: numerical astrodynamics propagation core plus the GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS positioning, RTK/PPP, ionosphere/troposphere, DOP) behind a default-on gnss feature
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
//! Decimeter real-arc PPP-static truth test (the headline PPP signal).
//!
//! Builds and enables the FULL existing PPP correction stack -- relativistic
//! satellite clock, ZTD estimation, receiver AND satellite antenna PCO/PCV from
//! a real ANTEX (`igs20.atx`), solid-earth tide, phase wind-up, and elevation
//! weighting -- fed by an IGS final 30 s satellite clock, and asserts the
//! recovered STATIC coordinate lands within a decimeter of the published ITRF2020
//! truth. This is the correction-stack-on counterpart to the `disabled()`/5 m
//! ESBC float test in `ppp_real_arc.rs`, which is a code/phase model regression
//! signal, NOT a PPP accuracy signal.
//!
//! Fixture provenance (all open-access IGS / IGN holdings, fetched 2026-06-27):
//!   * Station: ZIM2 (Zimmerwald, CH; DOMES 14001M008; receiver TRM59800.00 NONE).
//!   * Day/window: 2026-05-13 (GPS week 2418, DOY 133), first 1 h, 30 s, GPS L1/L2
//!     ionosphere-free (C1C/C2W/L1C/L2W).
//!   * Obs: igs.bkg.bund.de/root_ftp/IGS/obs/2026/133/ZIM200CHE_R_20261330000_01D_30S_MO.crx.gz
//!     (Hatanaka; decompressed, trimmed to the first 120 epochs).
//!   * Orbit: BKG IGS/products/2418/IGS0OPSFIN_20261330000_01D_15M_ORB.SP3.gz
//!     (IGS final 15 min; trimmed to the first 13 epochs + EOF).
//!   * Clock: BKG IGS/products/2418/IGS0OPSFIN_20261330000_01D_30S_CLK.CLK.gz
//!     (IGS final 30 s; trimmed to AS records through 01:30:00).
//!   * Antenna: files.igs.org/pub/station/general/igs20.atx (IGS20; trimmed to the
//!     ZIM2 receiver block + the observed-GPS satellite blocks valid at the epoch).
//!   * Bias: ftp.aiub.unibe.ch/CODE/2026/COD0OPSFIN_20261330000_01D_01D_OSB.BIA.gz
//!     (CODE final day-133 OSB Bias-SINEX; decompressed sha256
//!     d8dd4fdb1ae510b65499c99db8d2bdb813c00bab97be80251df8ea0ce1687202,
//!     public CODE/IGS product, citation requested by product text).
//!   * Truth: itrf.ign.fr/.../ITRF2020-IGS-TRF.SSC, ZIM2 soln 3 (ref epoch 2015.0)
//!     propagated to 2026-05-13; see `ZIM2_TRUTH_ECEF_M`.
//!
//! Cross-validation: RTKLIB 2.4.3 `rnx2rtkp -p 8` (ppp-static, est-ztd, precise
//! eph, solid tide + rx/sat antenna + wind-up on, 7 deg mask, ANTEX igs20.atx) on
//! the SAME obs+SP3+CLK+ANTEX lands 0.088 m from this truth (final converged
//! epoch); see `RTKLIB_PPP_STATIC_ECEF_M`. sidereon's full-stack PPP is asserted
//! within a decimeter of both truth and RTKLIB (achieved ~0.04 m / ~0.06 m).

#![cfg(sidereon_repo_tests)]

use sidereon_core::antex::{Antex, AntexDateTime, PcvGrid};
use sidereon_core::astro::time::civil::civil_from_split_julian_date;
use sidereon_core::astro::time::model::JulianDateSplit;
use sidereon_core::astro::time::split_julian_date;
use sidereon_core::atmosphere::troposphere::Met;
use sidereon_core::bias::BiasSet;
use sidereon_core::combinations::{ionosphere_free, ionosphere_free_phase_cycles};
use sidereon_core::constants::{F_L1_HZ, F_L2_HZ, SECONDS_PER_DAY};
use sidereon_core::ephemeris::Sp3;
use sidereon_core::frame::{itrf_to_geodetic, ItrfPositionM};
use sidereon_core::observables::{j2000_seconds_from_split, predict, PredictOptions};
use sidereon_core::ppp_corrections::{
    self, CivilDateTime, CodeBiasOptions, PppCorrectionEpoch, PppCorrectionObservation,
    PppCorrectionsOptions, SatelliteAntenna, SatelliteAntennaFrequency, SatelliteAntennaOptions,
};
use sidereon_core::precise_positioning::{
    solve_float_epochs, FloatEpoch, FloatObservation, FloatSolveConfig, FloatSolveOptions,
    FloatState, MeasurementWeights, PcvSample, PppCorrectionLookup, RangeCorrections,
    ReceiverAntennaFrequency, ReceiverAntennaOptions, SatelliteClockCorrections, TropoMapping,
    TroposphereOptions, VmfSiteSample, VmfSiteSeries,
};
use sidereon_core::rinex::clock::RinexClock;
use sidereon_core::rinex::observations::{
    observation_values, ObsEpoch, ObsEpochTime, ObservationFilter, RinexObs,
};
use sidereon_core::tides::OceanLoadingBlq;
use sidereon_core::{GnssSatelliteId, GnssSystem};
use std::collections::{BTreeMap, BTreeSet};
use std::path::PathBuf;

// Published ITRF2020 (IGS realization) truth for ZIM2 on 2026-05-13, soln 3
// position+velocity at epoch 2015.0 propagated to 2026-05-13 (dt = 11.36164 y):
//   X0=4331299.74060566 VX=-0.0137774441653608
//   Y0= 567537.501384189 VY= 0.0181001831307067
//   Z0=4633133.83227038 VZ= 0.0116400603135022
const ZIM2_TRUTH_ECEF_M: [f64; 3] = [
    4_331_299.584_071_246,
    567_537.707_032_023_1,
    4_633_133.964_520_6,
];

// ZIM2 ocean-loading BLQ coefficients (ocean tide model GOT4.7, long-period
// tides from FES99), computed by OLFG/OLMPP of H.-G. Scherneck, Onsala Space
// Observatory (holt.oso.chalmers.se ocean tide loading provider), 2020-Jun-25;
// published BLQ block for ZIM2 (lon/lat 7.4650 46.8771, 956.425 m). BLQ column
// order M2 S2 N2 K2 K1 O1 P1 Q1 Mf Mm Ssa; rows amplitude radial/EW/NS (m) then
// phase radial/EW/NS (deg). Real provider values, not fabricated.
const ZIM2_OCEAN_LOADING_BLQ: OceanLoadingBlq = OceanLoadingBlq {
    amplitude_m: [
        [
            0.00693, 0.00228, 0.00148, 0.00061, 0.00220, 0.00094, 0.00070, 0.00001, 0.00047,
            0.00025, 0.00019,
        ],
        [
            0.00272, 0.00076, 0.00061, 0.00020, 0.00036, 0.00025, 0.00011, 0.00005, 0.00004,
            0.00001, 0.00002,
        ],
        [
            0.00061, 0.00026, 0.00010, 0.00009, 0.00025, 0.00002, 0.00008, 0.00003, 0.00002,
            0.00000, 0.00001,
        ],
    ],
    phase_deg: [
        [
            -72.3, -44.2, -90.8, -44.1, -62.9, -94.5, -64.3, 171.0, 3.4, 3.6, 1.1,
        ],
        [
            84.3, 115.4, 63.3, 113.7, 98.6, 20.7, 94.2, -44.5, -170.0, -162.7, -177.8,
        ],
        [
            -29.3, 1.7, -44.0, -4.2, 44.2, -39.1, 43.7, 170.1, -93.3, -118.3, -176.4,
        ],
    ],
};

// RTKLIB 2.4.3 `rnx2rtkp -p 8` (ppp-static, forward) final converged epoch on the
// identical obs+SP3+CLK+ANTEX inputs used by this test. Used only as a documented
// cross-validation reference; sidereon must agree with it to within a decimeter.
const RTKLIB_PPP_STATIC_ECEF_M: [f64; 3] = [4_331_299.543_7, 567_537.656_0, 4_633_133.905_0];

// Elevation cutoff (deg). Low-elevation satellites carry large unmodeled errors
// (the cm-level corrections we deliberately omit here -- ocean loading, higher-
// order mapping -- plus multipath); without a mask they corrupt the float
// solution. 7 deg matches the RTKLIB cross-validation run.
const ELEVATION_MASK_DEG: f64 = 7.0;

// Decimeter gate for a ~1 h GPS-only L1/L2 IF float arc. The achieved error is
// ~0.04 m vs truth and ~0.06 m vs RTKLIB; the 0.10 m gate enforces a genuine
// decimeter (it would fail above 10 cm) while leaving headroom for platform-libm
// drift in the transcendental correction models.
const DECIMETER_TRUTH_BOUND_M: f64 = 0.10;
// sidereon-vs-RTKLIB cross-validation gate (two PPP engines on the same data).
const SIDEREON_VS_RTKLIB_BOUND_M: f64 = 0.10;

fn fixture_path(parts: &[&str]) -> PathBuf {
    parts.iter().fold(
        PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("tests/fixtures"),
        |path, part| path.join(part),
    )
}

fn load_text(parts: &[&str]) -> String {
    let path = fixture_path(parts);
    std::fs::read_to_string(&path).unwrap_or_else(|err| panic!("read fixture {path:?}: {err}"))
}

fn load_sp3() -> Sp3 {
    let path = fixture_path(&["sp3", "IGS0OPSFIN_20261330000_03H_15M_ORB.SP3"]);
    let bytes = std::fs::read(&path).unwrap_or_else(|err| panic!("read fixture {path:?}: {err}"));
    Sp3::parse(&bytes).unwrap_or_else(|err| panic!("parse SP3 {path:?}: {err}"))
}

fn load_obs() -> RinexObs {
    RinexObs::parse(&load_text(&[
        "obs",
        "ZIM200CHE_R_20261330000_01H_30S_MO_120epoch.rnx",
    ]))
    .expect("parse ZIM2 observation fixture")
}

fn load_clock() -> RinexClock {
    RinexClock::parse(&load_text(&[
        "clk",
        "IGS0OPSFIN_20261330000_90M_30S_CLK.CLK",
    ]))
    .expect("parse IGS final 30 s clock fixture")
}

fn load_antex() -> Antex {
    Antex::parse(&load_text(&["antex", "igs20_zim2_gps_trim.atx"])).expect("parse ANTEX fixture")
}

fn load_bias() -> BiasSet {
    let path = fixture_path(&["bias", "COD0OPSFIN_20261330000_01D_01D_OSB.BIA"]);
    let bytes = std::fs::read(&path).unwrap_or_else(|err| panic!("read fixture {path:?}: {err}"));
    BiasSet::parse_bias_sinex(&bytes)
        .unwrap_or_else(|err| panic!("parse CODE OSB bias fixture {path:?}: {err}"))
        .value
}

fn civil_to_julian_split(epoch: ObsEpochTime) -> JulianDateSplit {
    let (jd_whole, fraction) = split_julian_date(
        epoch.year,
        i32::from(epoch.month),
        i32::from(epoch.day),
        i32::from(epoch.hour),
        i32::from(epoch.minute),
        epoch.second,
    );
    JulianDateSplit::new(jd_whole, fraction).expect("valid split Julian date")
}

fn civil_datetime(epoch: ObsEpochTime) -> CivilDateTime {
    CivilDateTime {
        year: epoch.year,
        month: epoch.month,
        day: epoch.day,
        hour: epoch.hour,
        minute: epoch.minute,
        second: epoch.second,
    }
}

fn gps_l1_l2_filter() -> ObservationFilter {
    ObservationFilter::from_entries([(
        GnssSystem::Gps,
        vec![
            "C1C".to_string(),
            "C2W".to_string(),
            "L1C".to_string(),
            "L2W".to_string(),
        ],
    )])
}

fn float_observations(epoch: &ObsEpoch, obs: &RinexObs) -> Vec<FloatObservation> {
    let mut out = observation_values(obs, epoch, &gps_l1_l2_filter())
        .expect("valid observation values")
        .into_iter()
        .filter_map(|(sat, rows)| {
            let token = sat.to_string();
            let mut values = BTreeMap::new();
            for row in rows {
                values.insert(row.code, row.value);
            }
            let code_m = ionosphere_free(
                values.get("C1C").and_then(|v| *v)?,
                values.get("C2W").and_then(|v| *v)?,
                F_L1_HZ,
                F_L2_HZ,
            )
            .expect("ionosphere-free code");
            let phase_m = ionosphere_free_phase_cycles(
                values.get("L1C").and_then(|v| *v)?,
                values.get("L2W").and_then(|v| *v)?,
                F_L1_HZ,
                F_L2_HZ,
            )
            .expect("ionosphere-free carrier phase");
            Some(FloatObservation {
                sat,
                satellite_id: token.clone(),
                ambiguity_id: token,
                code_m,
                phase_m,
                freq1_hz: F_L1_HZ,
                freq2_hz: F_L2_HZ,
                glonass_channel: None,
            })
        })
        .collect::<Vec<_>>();
    out.sort_by(|a, b| a.satellite_id.cmp(&b.satellite_id));
    out
}

fn float_epoch(epoch: ObsEpochTime, observations: Vec<FloatObservation>) -> FloatEpoch {
    let split = civil_to_julian_split(epoch);
    FloatEpoch {
        epoch: civil_datetime(epoch),
        jd_whole: split.jd_whole,
        jd_fraction: split.fraction,
        t_rx_j2000_s: j2000_seconds_from_split(split.jd_whole, split.fraction)
            .expect("valid split Julian date"),
        observations,
    }
}

/// Build the GPS L1/L2 ionosphere-free float epochs, applying an elevation mask
/// at the operationally available approximate position (satellite elevation from
/// the SP3 orbit). Standard PPP preprocessing; mirrors RTKLIB's mask angle.
fn gps_float_epochs(sp3: &Sp3, obs: &RinexObs, approx: [f64; 3]) -> Vec<FloatEpoch> {
    obs.epochs()
        .iter()
        .map(|epoch| {
            let split = civil_to_julian_split(epoch.epoch);
            let t_rx = j2000_seconds_from_split(split.jd_whole, split.fraction)
                .expect("valid split Julian date");
            let observations = float_observations(epoch, obs)
                .into_iter()
                .filter(|obs| elevation_deg(sp3, obs.sat, approx, t_rx) >= ELEVATION_MASK_DEG)
                .collect::<Vec<_>>();
            assert!(
                observations.len() >= 6,
                "fixture epoch {:?} has only {} complete masked GPS L1/L2 rows",
                epoch.epoch,
                observations.len()
            );
            float_epoch(epoch.epoch, observations)
        })
        .collect()
}

fn elevation_deg(sp3: &Sp3, sat: GnssSatelliteId, approx: [f64; 3], t_rx_j2000_s: f64) -> f64 {
    predict(
        sp3,
        sat,
        approx,
        t_rx_j2000_s,
        PredictOptions {
            carrier_hz: F_L1_HZ,
            light_time: true,
            sagnac: true,
        },
    )
    .map(|p| p.elevation_deg)
    .unwrap_or(f64::NEG_INFINITY)
}

fn initial_state(epochs: &[FloatEpoch], start: [f64; 3]) -> FloatState {
    FloatState {
        position_m: start,
        clocks_m: vec![0.0; epochs.len()],
        ambiguities_m: initial_ambiguities(epochs),
        ztd_m: 0.0,
    }
}

fn initial_ambiguities(epochs: &[FloatEpoch]) -> BTreeMap<String, f64> {
    let mut out = BTreeMap::new();
    for obs in epochs.iter().flat_map(|epoch| &epoch.observations) {
        out.entry(obs.ambiguity_id.clone())
            .or_insert(obs.phase_m - obs.code_m);
    }
    out
}

fn position_error_m(position_m: [f64; 3], truth_m: [f64; 3]) -> f64 {
    ((position_m[0] - truth_m[0]).powi(2)
        + (position_m[1] - truth_m[1]).powi(2)
        + (position_m[2] - truth_m[2]).powi(2))
    .sqrt()
}

fn antex_epoch() -> AntexDateTime {
    AntexDateTime::new(2026, 5, 13, 0, 30, 0).expect("valid ANTEX epoch")
}

fn observed_prns(epochs: &[FloatEpoch]) -> Vec<String> {
    epochs
        .iter()
        .flat_map(|e| e.observations.iter().map(|o| o.satellite_id.clone()))
        .collect::<BTreeSet<_>>()
        .into_iter()
        .collect()
}

/// Receiver antenna correction options from the ZIM2 ANTEX block. Maps the
/// ANTEX `G01`/`G02` PCO/PCV grids to the PPP receiver-antenna option struct.
fn receiver_antenna_options(antex: &Antex) -> ReceiverAntennaOptions {
    let antenna = antex
        .antenna_at("TRM59800.00     NONE", antex_epoch())
        .or_else(|| antex.antenna("TRM59800.00     NONE"))
        .expect("ZIM2 receiver antenna block present in ANTEX trim");
    let frequencies = ["G01", "G02"]
        .into_iter()
        .map(|label| {
            let freq = antenna
                .frequencies
                .get(label)
                .unwrap_or_else(|| panic!("ANTEX receiver frequency {label}"));
            ReceiverAntennaFrequency {
                label: label.to_string(),
                pco_m: freq.pco_m,
                pcv_samples: freq
                    .pcv_samples
                    .iter()
                    .map(|s| PcvSample {
                        azimuth_deg: s.azimuth_deg,
                        zenith_deg: s.zenith_deg,
                        value_m: s.value_m,
                    })
                    .collect(),
            }
        })
        .collect();
    ReceiverAntennaOptions {
        freq1_label: "G01".to_string(),
        freq1_hz: F_L1_HZ,
        freq2_label: "G02".to_string(),
        freq2_hz: F_L2_HZ,
        frequencies,
    }
}

/// Satellite antenna correction options from the ANTEX satellite blocks for the
/// observed GPS PRNs. Satellites carry NOAZI PCV only.
fn satellite_antenna_options(antex: &Antex, prns: &[String]) -> SatelliteAntennaOptions {
    let antennas =
        prns.iter()
            .map(|prn| {
                let antenna = antex
                    .satellite_antenna(prn, antex_epoch())
                    .unwrap_or_else(|| panic!("ANTEX satellite block for {prn}"));
                let frequencies = ["G01", "G02"]
                    .into_iter()
                    .map(|label| {
                        let freq = antenna.frequencies.get(label).unwrap_or_else(|| {
                            panic!("ANTEX satellite frequency {label} for {prn}")
                        });
                        SatelliteAntennaFrequency {
                            label: label.to_string(),
                            pco_m: freq.pco_m,
                            noazi_pcv_m: freq
                                .pcv_samples
                                .iter()
                                .filter(|s| s.grid == PcvGrid::NoAzimuth)
                                .map(|s| (s.zenith_deg, s.value_m))
                                .collect(),
                        }
                    })
                    .collect();
                SatelliteAntenna {
                    sat: gps_id(prn),
                    valid_from: None,
                    valid_until: None,
                    frequencies,
                }
            })
            .collect();
    SatelliteAntennaOptions {
        freq1_label: "G01".to_string(),
        freq1_hz: F_L1_HZ,
        freq2_label: "G02".to_string(),
        freq2_hz: F_L2_HZ,
        antennas,
    }
}

fn gps_id(token: &str) -> GnssSatelliteId {
    let prn = token
        .strip_prefix('G')
        .unwrap_or_else(|| panic!("expected GPS token, got {token:?}"))
        .parse::<u8>()
        .unwrap_or_else(|_| panic!("bad GPS token {token:?}"));
    GnssSatelliteId::new(GnssSystem::Gps, prn).expect("valid satellite id")
}

fn satellite_clock_corrections(clock: &RinexClock) -> SatelliteClockCorrections {
    let mut series = BTreeMap::new();
    for (token, points) in clock.series_rows() {
        let token: String = token;
        if let Some(stripped) = token.strip_prefix('G') {
            if let Ok(prn) = stripped.parse::<u8>() {
                if let Ok(sat) = GnssSatelliteId::new(GnssSystem::Gps, prn) {
                    series.insert(sat, points);
                }
            }
        }
    }
    SatelliteClockCorrections { series }
}

fn ppp_correction_epochs(epochs: &[FloatEpoch]) -> Vec<PppCorrectionEpoch> {
    epochs
        .iter()
        .map(|epoch| PppCorrectionEpoch {
            // The PPP correction stack consumes this civil field as UTC (Sun/Moon
            // and solid-earth tide need Earth orientation), but RINEX observation
            // epochs are labelled in GPST. Convert GPST -> UTC so the tide / Sun-
            // Moon / wind-up geometry is anchored to the right Earth rotation.
            // `t_rx_j2000_s` stays GPST (it drives the SP3 ephemeris lookup).
            epoch: gpst_civil_to_utc(epoch.jd_whole, epoch.jd_fraction),
            t_rx_j2000_s: epoch.t_rx_j2000_s,
            observations: epoch
                .observations
                .iter()
                .map(|o| PppCorrectionObservation {
                    sat: o.sat,
                    freq1_hz: F_L1_HZ,
                    freq2_hz: F_L2_HZ,
                    glonass_channel: o.glonass_channel,
                })
                .collect(),
        })
        .collect()
}

/// GPS-UTC leap-second offset for the fixture epoch (2026). No leap second is
/// scheduled across the 1 h arc, so this is constant over every epoch here.
const GPS_MINUS_UTC_S: f64 = 18.0;

/// Convert a GPST Julian-date split (`jd_whole` ending in .5, `jd_fraction` the
/// day fraction) to a UTC `CivilDateTime` by removing the GPS-UTC leap offset and
/// expanding the resulting JD back to the Gregorian calendar via the canonical
/// `civil_from_split_julian_date`. The leap-shifted JD is re-split onto the
/// `*.5` civil-midnight boundary (`z - 0.5`, `jd - z`) the helper expects.
fn gpst_civil_to_utc(jd_whole: f64, jd_fraction: f64) -> CivilDateTime {
    let jd = jd_whole + jd_fraction - GPS_MINUS_UTC_S / SECONDS_PER_DAY + 0.5;
    let z = jd.floor();
    let (year, month, day, hour, minute, second) = civil_from_split_julian_date(z - 0.5, jd - z);
    CivilDateTime {
        year: year as i32,
        month: month as u8,
        day: day as u8,
        hour: hour as u8,
        minute: minute as u8,
        second,
    }
}

fn full_corrections(
    sp3: &Sp3,
    antex: &Antex,
    clock: &RinexClock,
    epochs: &[FloatEpoch],
    receiver_ecef_m: [f64; 3],
) -> RangeCorrections {
    full_corrections_with_code_bias(sp3, antex, clock, epochs, receiver_ecef_m, None)
}

fn full_corrections_with_code_bias(
    sp3: &Sp3,
    antex: &Antex,
    clock: &RinexClock,
    epochs: &[FloatEpoch],
    receiver_ecef_m: [f64; 3],
    code_bias: Option<CodeBiasOptions>,
) -> RangeCorrections {
    let prns = observed_prns(epochs);
    let options = PppCorrectionsOptions {
        solid_earth_tide: true,
        // Pole tide intentionally off: this arc validates the cm/dm-dominant
        // stack; pole tide is a sub-cm refinement out of scope here.
        pole_tide: None,
        // Ocean tide loading ON with the real ZIM2 BLQ. ZIM2 is deep inland, so
        // OTL is only a few mm here; the bar is no decimeter regression (a slight
        // change vs OTL-off is expected and benign).
        ocean_loading: Some(ZIM2_OCEAN_LOADING_BLQ),
        phase_windup: true,
        satellite_antenna: Some(satellite_antenna_options(antex, &prns)),
        code_bias,
    };
    let precomputed = ppp_corrections::build(
        sp3,
        &ppp_correction_epochs(epochs),
        receiver_ecef_m,
        &options,
    )
    .expect("build full PPP correction tables");
    RangeCorrections {
        receiver_antenna: Some(receiver_antenna_options(antex)),
        sat_clock_relativity: true,
        satellite_clock: Some(satellite_clock_corrections(clock)),
        ppp: PppCorrectionLookup::from_options(precomputed, &options),
    }
}

/// A priori troposphere meteorology from the station's standard atmosphere at
/// its own height. ZIM2 sits at ~956 m, so a sea-level (1013.25 hPa) a priori
/// over-models the zenith hydrostatic delay by ~0.25 m; since the hydrostatic
/// and wet mapping functions differ, the estimated wet ZTD cannot fully absorb
/// the bias and it leaks into the recovered height. Anchoring the a priori at
/// the station height removes that vertical bias, matching RTKLIB's a priori.
fn station_met(ecef_m: [f64; 3]) -> Met {
    let geodetic = itrf_to_geodetic(
        ItrfPositionM::new(ecef_m[0], ecef_m[1], ecef_m[2]).expect("finite station ECEF"),
    )
    .expect("station geodetic");
    Met::standard(geodetic.height_m, 0.5).expect("valid station standard-atmosphere met")
}

fn full_stack_config(corrections: RangeCorrections, met: Met) -> FloatSolveConfig {
    full_stack_config_mapping(corrections, met, TropoMapping::Niell)
}

fn code_bias_options(used: (&str, &str)) -> CodeBiasOptions {
    let mut used_observables_default = BTreeMap::new();
    used_observables_default.insert(GnssSystem::Gps, (used.0.to_string(), used.1.to_string()));
    CodeBiasOptions {
        bias_set: load_bias(),
        used_observables_per_sat: BTreeMap::new(),
        used_observables_default,
        clock_reference: None,
    }
}

fn full_stack_config_mapping(
    corrections: RangeCorrections,
    met: Met,
    mapping: TropoMapping,
) -> FloatSolveConfig {
    FloatSolveConfig {
        weights: MeasurementWeights {
            code: 1.0,
            phase: 100.0,
            elevation_weighting: true,
        },
        tropo: TroposphereOptions {
            enabled: true,
            estimate_ztd: true,
            met,
            mapping,
        },
        corrections,
        opts: FloatSolveOptions {
            max_iterations: 12,
            position_tolerance_m: 1.0e-4,
            clock_tolerance_m: 1.0e-4,
            ambiguity_tolerance_m: 1.0e-4,
            ztd_tolerance_m: 1.0e-4,
        },
        residual_screen: false,
    }
}

/// ZIM2 VMF1 site-wise mapping `a` coefficients for 2026-05-13 (MJD 61173),
/// the four 6-hourly nodes 00/06/12/18 UT.
///
/// Provenance: TU Wien VMF data server, GNSS site-wise VMF1 (operational),
/// `https://vmf.geo.tuwien.ac.at/trop_products/GNSS/VMF1/VMF1_OP/daily/2026/2026133.vmf1_g`,
/// fetched 2026-06-27; the ZIM2 rows (file columns: station, MJD, ah, aw, zhd,
/// zwd, orography, pressure, temperature, water-vapour pressure, station height).
/// ZIM2 ellipsoidal coordinates 46.8771 N, 7.4650 E, 956.40 m
/// (`station_coord_files/gnss.ell`). Real provider values, not fabricated.
fn zim2_vmf1_series() -> VmfSiteSeries {
    VmfSiteSeries::new(&[
        VmfSiteSample {
            mjd: 61173.00,
            ah: 0.00121738,
            aw: 0.00058796,
        },
        VmfSiteSample {
            mjd: 61173.25,
            ah: 0.00121388,
            aw: 0.00053850,
        },
        VmfSiteSample {
            mjd: 61173.50,
            ah: 0.00121315,
            aw: 0.00048897,
        },
        VmfSiteSample {
            mjd: 61173.75,
            ah: 0.00121222,
            aw: 0.00052133,
        },
    ])
    .expect("valid ZIM2 VMF1 site series")
}

/// THE HEADLINE: full correction stack ON reaches decimeter truth and matches
/// RTKLIB PPP-static, on a real IGS station arc fed by a 30 s CLK.
#[test]
fn zim2_full_stack_ppp_static_reaches_decimeter_truth() {
    let sp3 = load_sp3();
    let obs = load_obs();
    let antex = load_antex();
    let clock = load_clock();

    let approx = obs
        .header()
        .approx_position_m
        .expect("ZIM2 approx position");
    let epochs = gps_float_epochs(&sp3, &obs, approx);
    assert_eq!(epochs.len(), 120);

    // Correction precompute (tide/wind-up/satellite-antenna geometry) is anchored
    // at the operationally available RINEX approximate position, not the truth.
    let corrections = full_corrections(&sp3, &antex, &clock, &epochs, approx);
    let solution = solve_float_epochs(
        &sp3,
        &epochs,
        initial_state(&epochs, approx),
        full_stack_config(corrections, station_met(approx)),
    )
    .expect("full-stack PPP float solve");

    let truth_err = position_error_m(solution.position_m, ZIM2_TRUTH_ECEF_M);
    let rtklib_err = position_error_m(solution.position_m, RTKLIB_PPP_STATIC_ECEF_M);
    let rtklib_vs_truth = position_error_m(RTKLIB_PPP_STATIC_ECEF_M, ZIM2_TRUTH_ECEF_M);

    eprintln!(
        "ZIM2 full-stack PPP-static: pos={:?}\n  vs ITRF2020 truth = {truth_err:.4} m\n  vs RTKLIB ppp-static = {rtklib_err:.4} m\n  (RTKLIB vs truth = {rtklib_vs_truth:.4} m)",
        solution.position_m
    );

    assert!(
        truth_err < DECIMETER_TRUTH_BOUND_M,
        "full-stack PPP truth error {truth_err} m exceeded decimeter bound {DECIMETER_TRUTH_BOUND_M} m"
    );
    assert!(
        rtklib_err < SIDEREON_VS_RTKLIB_BOUND_M,
        "full-stack PPP vs RTKLIB ppp-static {rtklib_err} m exceeded {SIDEREON_VS_RTKLIB_BOUND_M} m"
    );
}

#[test]
fn zim2_ppp_static_with_code_bias_matches_no_bias_on_matched_datum() {
    let sp3 = load_sp3();
    let obs = load_obs();
    let antex = load_antex();
    let clock = load_clock();
    let approx = obs
        .header()
        .approx_position_m
        .expect("ZIM2 approx position");
    let epochs = gps_float_epochs(&sp3, &obs, approx);
    let met = station_met(approx);

    let solve =
        |code_bias: Option<CodeBiasOptions>| -> sidereon_core::precise_positioning::FloatSolution {
            let corrections =
                full_corrections_with_code_bias(&sp3, &antex, &clock, &epochs, approx, code_bias);
            solve_float_epochs(
                &sp3,
                &epochs,
                initial_state(&epochs, approx),
                full_stack_config(corrections, met),
            )
            .expect("PPP float solve with code-bias option")
        };

    let no_bias = solve(None);
    let matched = solve(Some(code_bias_options(("C1W", "C2W"))));
    assert_eq!(matched, no_bias);

    let mismatched = solve(Some(code_bias_options(("C1C", "C2W"))));
    let truth_err = position_error_m(mismatched.position_m, ZIM2_TRUTH_ECEF_M);
    let residual = mismatched
        .residuals_m
        .first()
        .expect("mismatched solve residuals");

    assert_eq!(residual.satellite_id, "G05");
    assert_eq!(residual.epoch_index, 0);
    assert_eq!(residual.code_m.to_bits(), 0x40040fce03000000);
    assert_eq!(residual.phase_m.to_bits(), 0xbfa1ac9020000000);
    assert!(truth_err < DECIMETER_TRUTH_BOUND_M);
}

/// VMF1 mapping (Vienna, driven by the ZIM2 site-wise `a` coefficients) holds
/// the decimeter truth and stays within a few millimetres of the Niell mapping
/// on this inland, well-conditioned arc -- the no-regression bar for swapping the
/// mapping function. Niell remains the default and is unchanged.
#[test]
fn zim2_full_stack_ppp_static_vmf1_matches_niell() {
    let sp3 = load_sp3();
    let obs = load_obs();
    let antex = load_antex();
    let clock = load_clock();

    let approx = obs
        .header()
        .approx_position_m
        .expect("ZIM2 approx position");
    let epochs = gps_float_epochs(&sp3, &obs, approx);
    let met = station_met(approx);

    let solve = |mapping: TropoMapping| -> [f64; 3] {
        let corrections = full_corrections(&sp3, &antex, &clock, &epochs, approx);
        solve_float_epochs(
            &sp3,
            &epochs,
            initial_state(&epochs, approx),
            full_stack_config_mapping(corrections, met, mapping),
        )
        .expect("full-stack PPP float solve")
        .position_m
    };

    let niell_pos = solve(TropoMapping::Niell);
    let vmf1_pos = solve(TropoMapping::Vmf1(zim2_vmf1_series()));

    let niell_err = position_error_m(niell_pos, ZIM2_TRUTH_ECEF_M);
    let vmf1_err = position_error_m(vmf1_pos, ZIM2_TRUTH_ECEF_M);
    let vmf1_vs_niell = position_error_m(vmf1_pos, niell_pos);

    eprintln!(
        "ZIM2 full-stack PPP-static mapping comparison:\n  Niell truth err = {niell_err:.4} m\n  VMF1  truth err = {vmf1_err:.4} m\n  VMF1 vs Niell    = {vmf1_vs_niell:.4} m"
    );

    assert!(
        vmf1_err < DECIMETER_TRUTH_BOUND_M,
        "VMF1 full-stack PPP truth error {vmf1_err} m exceeded decimeter bound {DECIMETER_TRUTH_BOUND_M} m"
    );
    // Inland, high-elevation-dominated arc: the two mapping functions agree to a
    // few millimetres. Generous bound so this stays a no-regression guard, not a
    // brittle exact-match.
    assert!(
        vmf1_vs_niell < 0.03,
        "VMF1 vs Niell position difference {vmf1_vs_niell} m exceeded 0.03 m no-regression bound"
    );
}

/// Per-correction contribution: the dominant relativistic-clock term collapses
/// the meters-level error, ZTD estimation refines it, and the full stack holds a
/// decimeter. Demonstrates WHY `disabled()` cannot reach decimeter. (The final
/// antenna/tide/wind-up terms are sub-centimeter on this masked arc, so this is a
/// staged contribution breakdown, not a strict monotonic ordering at every step.)
#[test]
fn zim2_correction_stack_progressively_approaches_truth() {
    let sp3 = load_sp3();
    let obs = load_obs();
    let antex = load_antex();
    let clock = load_clock();
    let approx = obs
        .header()
        .approx_position_m
        .expect("ZIM2 approx position");
    let epochs = gps_float_epochs(&sp3, &obs, approx);

    let met = station_met(approx);
    let solve = |corrections: RangeCorrections, ztd: bool, elev: bool| -> f64 {
        let mut config = full_stack_config(corrections, met);
        config.tropo.estimate_ztd = ztd;
        config.weights.elevation_weighting = elev;
        let solution = solve_float_epochs(&sp3, &epochs, initial_state(&epochs, approx), config)
            .expect("staged PPP float solve");
        position_error_m(solution.position_m, ZIM2_TRUTH_ECEF_M)
    };

    // CLK + a priori troposphere, NO relativity (and no antenna/tide/wind-up): the
    // missing relativistic-clock term alone leaves a meters-level error. (The
    // a priori hydrostatic troposphere is on throughout via `full_stack_config`;
    // only ZTD estimation is toggled by the `ztd` argument.)
    let clock_only = RangeCorrections {
        sat_clock_relativity: false,
        satellite_clock: Some(satellite_clock_corrections(&clock)),
        ..RangeCorrections::disabled()
    };
    let e_clock_only = solve(clock_only, false, false);

    // + relativistic clock.
    let with_relativity = RangeCorrections {
        sat_clock_relativity: true,
        satellite_clock: Some(satellite_clock_corrections(&clock)),
        ..RangeCorrections::disabled()
    };
    let e_relativity = solve(with_relativity.clone(), false, false);

    // + ZTD estimation.
    let e_ztd = solve(with_relativity, true, false);

    // + full stack (antenna PCO/PCV, tide, wind-up) + elevation weighting.
    let full = full_corrections(&sp3, &antex, &clock, &epochs, approx);
    let e_full = solve(full, true, true);

    eprintln!(
        "ZIM2 staged truth error (m): clk+apriori-tropo(no-rel)={e_clock_only:.3} +relativity={e_relativity:.3} +ZTD={e_ztd:.3} +full-stack={e_full:.3}"
    );

    // The missing relativistic-clock term is the dominant, meters-level error;
    // enabling it collapses the error by ~two orders of magnitude. ZTD estimation
    // then refines it further. The remaining antenna/tide/wind-up terms are
    // sub-centimeter on this masked arc (their headline value is robustness across
    // stations/geometry, not this single number), so the full stack is asserted to
    // hold the decimeter bound rather than to strictly beat the already-excellent
    // ZTD-only stage.
    assert!(
        e_clock_only > 2.0,
        "missing relativity should be meters-level"
    );
    assert!(
        e_relativity < e_clock_only / 10.0,
        "relativistic clock must collapse the meters-level error ({e_relativity} !<< {e_clock_only})"
    );
    assert!(
        e_ztd < e_relativity,
        "ZTD estimation must refine the relativity-corrected solution ({e_ztd} !< {e_relativity})"
    );
    assert!(
        e_full < DECIMETER_TRUTH_BOUND_M,
        "full stack must reach decimeter ({e_full} m)"
    );
}