HomeDocs-Technical WhitePaper16-EFT.WP.Methods.Cleaning v1.0

Chapter 12 Environmental Correction and Arrival-Time Harmonization


One-Sentence Goal
Adopt RefCond as the sole publication convention, apply corr_env(x; RefCond) to environment-affected fields, and—at the path level—harmonize n_eff and T_arr with a two-form recheck.


I. Scope & Objects

  1. Objects & I/O
    • Input: standardized dataset ds (see Chapter 3), containing environmental series env = {T, p, RH, ...}, path parametrization gamma(ell), time fields ts and tau_mono, and raw or inferred n_eff.
    • Output: environment-harmonized dataset ds_env (fields suffixed _ref), path-level n_eff_ref(ell), two-form arrival time T_arr_ref with difference delta_form_ref, and manifest.env.
  2. Constraints & boundaries
    • Corrections change numerical values only; field semantics, units, and dimension definitions remain unchanged. Original values are preserved and traceable.
    • All windowing and interpolation run on tau_mono, while publication uses ts; synchronization parameters offset/skew/J are recorded in the manifest (see Chapter 5).

II. Terms & Variables

  1. Reference condition & environmental vector
    • RefCond = { e_i_ref } = { T_ref, p_ref, RH_ref, ... }.
    • e = { e_i } is the environmental observation vector per event or along ell; each e_i must declare dim(e_i) and unit(e_i).
  2. Environmental correction & harmonized fields
    • x_ref = corr_env( x_obs ; RefCond, e ).
    • phi_env(e; RefCond): dimensionless correction factor; b_env(e; RefCond): same-dimension bias.
    • n_eff_ref(ell): effective refractive-index field under RefCond.
    • T_arr_ref: arrival time under RefCond, computed in two forms.
    • delta_form_ref = | ( 1 / c_ref ) * ( ∫ n_eff_ref d ell ) - ( ∫ ( n_eff_ref / c_ref ) d ell ) |.
  3. Environmental distance & uncertainty
    • D_M^2 = ( e - e_ref )^T Sigma^{-1} ( e - e_ref ) (Mahalanobis distance, preferred); or
      d_env = sqrt( ∑ w_i * ( ( e_i - e_i_ref ) / s_i )^2 ).
    • u(x) is the standard uncertainty; U = k * u_c (see Appendix E).

III. Axioms (P112-*)


IV. Minimal Equations (S112-*)


V. Cleaning Process (M10-12 Environmental Harmonization)

  1. Select and record reference conditions
    Define RefCond, Sigma, and thresholds { tol_env | tol_D2 }; write policy and manifest.env.ref.
  2. Unit & time-base checks
    Run repair_units and check_dim on env and target fields (Chapter 4); align on tau_mono (Chapter 5).
  3. Environmental-distance evaluation & applicability
    Compute D_M^2 or d_env; if over threshold, degrade: set m=0, down-weight q_score, or route to quarantine.
  4. Register environment to the path
    Use K_env to obtain e(ell) on gamma(ell); for event tasks, align env(ts) to each record.
  5. Apply the correction model
    For each target field, compute x_ref = corr_env( x_obs ; RefCond, e ); for path quantities, compute n_eff_ref(ell).
  6. Recompute arrival time & two-form recheck
    Compute both forms of T_arr_ref and produce delta_form_ref; assert delta_form_ref ≤ tol_Tarr.
  7. Uncertainty propagation
    Propagate u(x_ref) and u(T_arr_ref) via S112-06; if covariances are unavailable, apply policy defaults and record them.
  8. Persistence & signing
    • Generate manifest.env: RefCond, model_id, params, Sigma, tol_*, D_M^2 statistics, delta_form_ref distribution, signature.
    • Persist original and corrected values x_obs, x_ref; ensure TraceID and version closure (see Chapter 10).

VI. Contracts & Assertions

  1. Applicability & stability
    • D_M^2 ≤ tol_D2 or d_env ≤ tol_env.
    • Reuse Chapter 6 checks for non_decreasing(ell) and L_gamma.
  2. Dimensions & units
    check_dim( x_ref - x_obs ) = 0, unit(x_ref) = unit(x_obs).
  3. Two forms & arrival time
    • arrival_forms( delta_form_ref , tol_Tarr ).
    • | T_arr_ref - T_arr_obs | ≤ tol_Tarr_shift (if monitoring correction-induced drift).
  4. Uncertainty & quality
    • u(x_ref) ≤ tol_u_x, u(T_arr_ref) ≤ tol_u_T, q_score ≥ q_min.
    • Correction failure ratio ratio(m=0) ≤ tol_fail_env.
  5. Traceability & versioning
    manifest.env.model_id exists and hash_sha256(model_blob) matches; signature verification passes.

VII. Implementation Binding (I10-12)


VIII. Cross-References


IX. Quality Metrics & Risk Control

  1. Indicators
    • D_M^2_p95, d_env_p95, share_corrected, delta_form_ref_p95, |T_arr_ref - T_arr_obs|_p95, u(T_arr_ref)_p95.
    • Drift: drift_env = d/dt ( d_env_p50 ); alert threshold tol_drift_env.
  2. Risk actions
    • If D_M^2 exceeds threshold → degrade to original-convention bypass or enlarge lateness_max to refetch environment.
    • If delta_form_ref exceeds threshold → roll back model_id to last stable version, or reduce path resolution and recompute.
    • If u(T_arr_ref) is high → enhance sensor fusion or widen the condensation window until tol_u_T is met.

Summary
This chapter integrates RefCond and corr_env(x; RefCond) into the cleansing loop, harmonizing n_eff and T_arr under reference conditions at the path level while preserving dimensions and units. Using delta_form_ref and D_M^2 as core gates, it outputs ds_env, two-form verification results, and manifest.env. Key identifiers include RefCond, model_id, D_M^2, delta_form_ref, u(T_arr_ref), signature, TraceID.


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/