Skip to main content

ZeqLensDesign

Optical lens system design with R(t) aberration analysis. Ray tracing, Seidel aberrations, MTF curves, tolerance analysis — HulyaPulse-weighted merit function optimization.

EndpointPOST /api/optics/lens
Authapi-key
Rate limit10/min
Categoryoptics

Parameters

NameTypeRequiredDescription
surfacesarrayYes[{ radius_mm, thickness_mm, glass, aperture }]
wavelengths_nmarrayNoDesign wavelengths.

Returns

{ mtf, spotDiagram, aberrations, focalLength_mm, fNumber, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"surfaces": [],
"wavelengths_nm": "[486"
}' \
"https://zeqsdk.com/api/optics/lens"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-lens-design.