- 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
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"input_coefficients": {
|
|
"7": 100.0
|
|
},
|
|
"coefficient_names": {
|
|
"7": "Coma X"
|
|
},
|
|
"n_points": 118572,
|
|
"diameter_mm": 1200.0,
|
|
"rms_nm_clean": 35.928378983095506,
|
|
"rms_nm_with_noise": 35.928378983095506,
|
|
"noise_rms_nm": 0.0,
|
|
"seed": 42
|
|
} |