ZeqHolography
Digital holography reconstruction. Fresnel propagation, phase unwrapping, 3D surface profiling with R(t)-compensated phase drift correction.
| Endpoint | POST /api/optics/holography |
| Auth | api-key |
| Rate limit | 10/min |
| Category | optics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
hologramData | object | Yes | Raw hologram intensity pattern. |
wavelength_nm | number | Yes | Recording laser wavelength. |
distance_mm | number | Yes | Reconstruction distance. |
Returns
{ amplitude, phase, surface3d, resolution_um, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"hologramData": {},
"wavelength_nm": 0,
"distance_mm": 0
}' \
"https://zeqsdk.com/api/optics/holography"
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-holography.