Skip to main content

ZeqHolography

Digital holography reconstruction. Fresnel propagation, phase unwrapping, 3D surface profiling with R(t)-compensated phase drift correction.

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

Parameters

NameTypeRequiredDescription
hologramDataobjectYesRaw hologram intensity pattern.
wavelength_nmnumberYesRecording laser wavelength.
distance_mmnumberYesReconstruction 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.