Files
Atomizer/tools/validation_suite/Z11_spherical_truth.json
Antoine 4146e9d8f1 feat(V&V): Updated to FEA CSV format + real M2 mesh injection
- Output now matches WFE_from_CSV_OPD format: ,X,Y,Z,DX,DY,DZ (meters)
- Suite regenerated using real M2 mesh (357 nodes, 308mm diameter)
- All 14 clean test cases: PASS (0.000 nm error)
- 3 noisy cases: expected FAIL due to low node count amplifying noise
- Added --inject mode to use real FEA mesh geometry
- Added lateral displacement test case
2026-03-09 15:56:23 +00:00

20 lines
417 B
JSON

{
"input_coefficients": {
"11": 100.0
},
"coefficient_names": {
"11": "Primary Spherical"
},
"n_points": 357,
"diameter_mm": 308.4492626330409,
"rms_nm_clean": 45.12884267711414,
"rms_nm_with_noise": 45.12884267711414,
"noise_rms_nm": 0.0,
"include_lateral": false,
"seed": 42,
"units": {
"positions": "meters",
"displacements": "meters",
"coefficients": "nanometers"
}
}