HomeDocs-Technical WhitePaper50-Parameter Registration Card Template v1.0

Chapter 5 — Source, Lineage & Traceability


I. Purpose & Scope


II. Source Types & Minimal Fields

Unified lineage block:
lineage{ source_type, method, instrument, calib_run_id, operator, site, inputs[], derive_expr, software, version, commit_hash, runtime_env, policy_ref, baseline_id, rationale, approver }


III. Lineage Graph & Dependencies


IV. Freshness & Validity


V. Audit Trail & Rollback


VI. Compliance Module


VII. Path-Specific Requirements


VIII. Normative Examples

# A) measured: system delay τ_sys

version: "1.0.1"

param_id: "CAL-01-τ_sys"

name: "system_delay"

symbol: "τ_sys"

domain: { type: "real", unit: "s", range: [0, 1e-3], default: 1.0e-6, precision: "float64" }

lineage:

source_type: "measured"

method: "loopback"

instrument: "DPO-7k"

calib_run_id: "CAL2025-09-24-01"

operator: "tech-ops"

site: "lab-A"

freshness:

valid_from: "2025-09-24T00:00:00Z"

valid_to: "2025-10-24T00:00:00Z"

policy: { tau_calib_s_max: 86400, clock_state: "locked" }

uncertainty: { type: "A", estimate: 2.0e-8, distribution: "normal", coverage: { k: 2 } }

constraints: { depends_on: ["ENV-02-ΔT"], derived: "" }

cov_group: "timing"

status: "stable"

see: ["Metrology.Sync v1.0:PPS","EFT.WP.Core.Metrology v1.0:check_dim"]

# B) derived: effective refractive index profile n_eff(ell)

version: "1.0.0"

param_id: "PHY-03-n_eff_profile"

name: "effective_index_profile"

symbol: "n_eff(ell)"

domain: { type: "array", unit: "1", shape: ["N"], range: [0.8, 2.5], precision: "float64" }

lineage:

source_type: "derived"

method: "kernel_fit"

inputs: ["RAW-01-phase_trace","REF-01-λ_ref"]

derive_expr: "n_eff(ell) = g(Phi(ell), λ_ref)"

software: "idxfit"

version: "2.4.1"

commit_hash: "8f2c7d1"

runtime_env: "cuda12.2-py3.11"

freshness:

valid_from: "2025-09-24T00:00:00Z"

valid_to: "2026-09-24T00:00:00Z"

policy: { tau_calib_s_max: 86400, clock_state: "locked" }

uncertainty: { type: "A/B", estimate: 3.0e-3, distribution: "gaussian", coverage: { k: 2 } }

path:

gamma: "gamma(ell)"

measure: "d ell"

delta_form: "general"

constraints:

depends_on: ["ENV-01-α_T","ENV-02-ΔT"]

derived: ""

cov_group: "medium"

status: "stable"

see: ["EFT.WP.Core.Equations v1.1:S20-1","EFT.WP.Core.Metrology v1.0:check_dim"]

# C) configured: Huber loss δ

version: "1.0.0"

param_id: "ALG-05-huber_delta"

name: "huber_delta"

symbol: "δ_huber"

domain: { type: "real", unit: "1", range: [0.1, 5.0], default: 1.345, precision: "float64" }

lineage:

source_type: "configured"

policy_ref: "ROBUST-BASE-2025"

baseline_id: "bench-2025Q3"

rationale: "robust residual control"

approver: "ml-lead"

freshness:

valid_from: "2025-01-01T00:00:00Z"

valid_to: "9999-12-31T23:59:59Z"

policy: { tau_calib_s_max: 86400, clock_state: "locked" }

uncertainty: { type: "B", estimate: 0.0, distribution: "degenerate", coverage: { k: 2 } }

cov_group: "algo"

status: "stable"

see: ["ErrorBudget.Template v1.0:Ch.6","PTN.Template v1.0:Ch.7"]


IX. Machine-Readable & Graph
A. lineage_graph.json (edge list)

{

"nodes": [

{"id":"CAL-01-τ_sys","version":"1.0.1"},

{"id":"ENV-02-ΔT","version":"1.0.0"},

{"id":"PHY-03-n_eff_profile","version":"1.0.0"}

],

"edges": [

{"from":"ENV-02-ΔT","to":"CAL-01-τ_sys","type":"depends_on"},

{"from":"RAW-01-phase_trace","to":"PHY-03-n_eff_profile","type":"input"},

{"from":"REF-01-λ_ref","to":"PHY-03-n_eff_profile","type":"input"}

],

"meta": {"generated_at":"2025-09-24T16:00:00Z","checksum":"sha256:..."}

}

B. report_manifest.yaml (with audit & hashes)

version: "1.0.0"

bundle:

cards: ["param_card.yaml"]

graphs: ["lineage_graph.json"]

reports: ["check_dim_report.json","audit.jsonl"]

metadata:

dataset_id: "ptn-demo"

method_version: "2.0.0"

checksum: "sha256:..."

see:

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

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


X. Cross-References


XI. 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/