Problem
ARTS2D needs a reduced two-velocity EDF, but the spherical-harmonic path currently constructs 3-D-normalized radial/spherical components, samples them on the vz=0 plane, clips the result, and renormalizes that slice in 2-D (tsadar/core/modules/distribution_functions/spherical_harmonics.py:263-312).
A central slice is not the same as the marginal over the unobserved velocity component except for special distributions. Post-hoc 2-D normalization hides the dimensional mismatch while changing moments and introducing an artificial degeneracy between EDF shape and Te.
Directly measured normalized 2-V second moments from the current reconstruction are approximately:
- super-Gaussian
m=2: 2.01;
m=3: 2.19;
m=5: 2.35.
The intended normalized 2-V thermal second moment should remain 2 across shape parameterizations if Te keeps the documented meaning. The 1-D DLM construction maintains its corresponding variance across these values.
Decision required
Choose and document one model:
- ARTS2D directly parameterizes a physical reduced 2-V EDF on the velocity plane; or
- it parameterizes a 3-D EDF and analytically/numerically marginalizes the unobserved component before the Radon projection.
Do not silently substitute a central slice for a marginal.
Acceptance criteria
Related: #124 and the separate spherical-harmonic trainability issue.
Problem
ARTS2D needs a reduced two-velocity EDF, but the spherical-harmonic path currently constructs 3-D-normalized radial/spherical components, samples them on the
vz=0plane, clips the result, and renormalizes that slice in 2-D (tsadar/core/modules/distribution_functions/spherical_harmonics.py:263-312).A central slice is not the same as the marginal over the unobserved velocity component except for special distributions. Post-hoc 2-D normalization hides the dimensional mismatch while changing moments and introducing an artificial degeneracy between EDF shape and
Te.Directly measured normalized 2-V second moments from the current reconstruction are approximately:
m=2: 2.01;m=3: 2.19;m=5: 2.35.The intended normalized 2-V thermal second moment should remain 2 across shape parameterizations if
Tekeeps the documented meaning. The 1-D DLM construction maintains its corresponding variance across these values.Decision required
Choose and document one model:
Do not silently substitute a central slice for a marginal.
Acceptance criteria
Teand velocity moments in code/docs/config schema.m != 2and representative anisotropic modes.Related: #124 and the separate spherical-harmonic trainability issue.