Files
Atomizer/tools/validation_suite/Z10_trefoil_y_truth.json
Antoine f9373bee99 feat(V&V): Zernike pipeline validation - synthetic WFE generator + round-trip validator
- generate_synthetic_wfe.py: Creates synthetic OPD surfaces from known Zernike coefficients
- validate_zernike_roundtrip.py: Round-trip validation (generate → fit → compare)
- validation_suite/: 18 test cases (single mode, multi-mode, noisy, edge cases)
- All 18 test cases pass with 0.000 nm error (clean) and <0.3 nm (10nm noise)
- M1 params: 1200mm dia, 135.75mm inner radius, 50 Noll modes

Project: P-Zernike-Validation (GigaBIT M1)
Requested by: Adyn Miles (StarSpec) for risk reduction before M2/M3 ordering
2026-03-09 15:49:06 +00:00

14 lines
264 B
JSON

{
"input_coefficients": {
"10": 100.0
},
"coefficient_names": {
"10": "Trefoil Y"
},
"n_points": 118572,
"diameter_mm": 1200.0,
"rms_nm_clean": 36.27358028530051,
"rms_nm_with_noise": 36.27358028530051,
"noise_rms_nm": 0.0,
"seed": 42
}