ZeqLensDesign
Optical lens system design with R(t) aberration analysis. Ray tracing, Seidel aberrations, MTF curves, tolerance analysis — HulyaPulse-weighted merit function optimization.
| Endpoint | POST /api/optics/lens |
| Auth | api-key |
| Rate limit | 10/min |
| Category | optics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
surfaces | array | Yes | [{ radius_mm, thickness_mm, glass, aperture }] |
wavelengths_nm | array | No | Design 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.