HomeDocs-Technical WhitePaper43-EFT.WP.Data.DatasetCards v1.0

Chapter 9 Metrology & Units


I. Chapter Purpose & Scope

. no Chinese in formulasFix the unit system, dimensional consistency, and the interface to uncertainty workflows; define metrology baselines for time/frequency/spatial coordinates and sampling, plus cross-dataset conversions and presentation rules. All math uses backticks and parentheses;

II. Terminology & Dependencies


III. Metrology Baseline (Normative)

metrology:

units: "SI" # System-wide SI

c_ref: 299792458 # m/s

time_standard: "UTC" # UTC | TAI | GPS (UTC is public default)

freq_standard: "Hz"

angle_unit: "deg" # deg | rad (algorithms may use rad; public default deg)

length_unit: "m"

power_unit: "W"

energy_unit: "J"

flux_density_unit: "Jy" # if applicable to radio data

check_dim: true # enforce dimensional checks

rounding_policy: "bankers" # round-half-to-even

sigfigs_default: 3 # default significant figures

locale_decimal: "." # '.' as decimal separator

(metrology is a required object; its minimal keys are defined in Chapter 4; this chapter refines posture and extensions.)


IV. Dimensional Consistency & Checking Workflow


V. Arrival Time T_arr Metrology (Path-Dependent)

  1. Two equivalent expressions:
    • T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. Registration requirements: Whenever T_arr appears, register in the card: delta_form, path="gamma(ell)", measure="d ell", and pass check_dim.

VI. Time, Frequency & Spatial Coordinate Postures


VII. Units & Dimensions (Common Physical Quantities)

Quantity / Symbol

Unit

Dimension

Notes

c_ref

m·s⁻¹

L·T⁻¹

Reference propagation upper bound (constant).

T_arr

s

T

Path-dependent; register gamma(ell) and d ell.

n_eff

Effective refractive index (dimensionless).

f_samp

Hz

T⁻¹

Sampling frequency.

bw_hz

Hz

T⁻¹

Bandwidth.

flux_density

Jy

M·T⁻²

Radio convention (1 Jy = 1e−26 W·m⁻²·Hz⁻¹).

SNR

Prefer definition snippet SNR = ( signal / noise ) with measurement window.

(Symbols use backticks; any division/integral/composite operator must use parentheses; no Chinese in formulas.)


VIII. Unit Conversion & Presentation


IX. Coupling with Uncertainty

Systematic/random components enter the uncertainty extension and follow a unified combination rule (e.g., rss); normalize units/dimensions before combination.

X. Machine-Readable Fragment (Drop-in)

metrology:

units: "SI"

c_ref: 299792458

time_standard: "UTC"

angle_unit: "deg"

check_dim: true

rounding_policy: "bankers"

sigfigs_default: 3

path_dependence:

applies_to: ["T_arr"]

delta_form: "const-factor" # or "general"

path: "gamma(ell)"

measure: "d ell"

see:

- "EFT.WP.Core.Equations v1.1:S20-1"

- "EFT.WP.Core.Metrology v1.0:check_dim"

(see[] syntax aligns with export_manifest.references[], carrying Volume+Version+Anchor.)


XI. Coupling with Export Manifest

export_manifest:

references:

- "EFT.WP.Core.DataSpec v1.0:EXPORT"

- "EFT.WP.Core.Metrology v1.0:check_dim"

- "EFT.WP.Core.Equations v1.1:S20-1"

(All metrology postures must appear in export references; no shortcodes/aliases; version and anchor required.)


XII. Chapter Compliance Checklist


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/