第1章 适用范围与依赖


I. 适用范围(Scope of Use)


II. 参数场景矩阵(Scenarios & Examples)

场景

关键参数

单位/域

主要约束

质量门映射

Timing/Sync

τ_sys、Δτ_ch、δt_abs、σ_y(τ)

s、1

clock_state=locked,`

δt_abs

Imaging

PSF、distortion、FOV

按光学域

近轴能流守恒、校正网格一致

G7/G3

Spectral

λ_ref、k_ref、n_eff(λ)

m、1/m、1

周期/带内一致、色散受控

G6

Mixed

组合(几何+时基+介质)

混合

跨链路依赖闭合

G1/G8

统一口径(示例):
T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell ) T_arr = ( ∫ ( n_eff / c_ref ) d ell );
Phi = ( 2π / λ_ref ) * ( ∫ n_eff d ell )。


III. 依赖与对齐(Dependencies & Alignment)


IV. 引用与版本(Citations & Versioning)


V. 前置条件与合规(Preconditions & Compliance)


VI. 产出与接口(Outputs & Interfaces)

  1. 必交付:param_registry.csv、param_card.yaml、params_schema.json、check_dim_report.json、audit.jsonl。
  2. 接口(建议)
    • I20-register_param(card) -> {ok, param_id}
    • I21-validate_param(card, gates) -> report.json
    • I22-resolve_param(param_id, at_ts) -> {value, unit, lineage, freshness}
    • I25-check_freshness(param_id) -> {ok, ttl, policy}
    • I26-export_contract(fmt) -> {schema, openapi}

VII. 执行勾选清单(Checklist)