Skip to main content

ZeqCT

CT reconstruction with HulyaPulse filtered back-projection. Dose optimization via R(t)-weighted attenuation coefficients. Hounsfield unit calibration at ≤0.1% error.

EndpointPOST /api/medical/ct
Authapi-key
Rate limit10/min
Categorymedical-imaging

Parameters

NameTypeRequiredDescription
sinogramobjectYesRaw sinogram data or DICOM reference.
algorithmstringNo'fbp', 'iterative', 'deep-recon'.
doseOptimizebooleanNoEnable R(t) dose reduction.

Returns

{ reconstructedSlices, hounsfield, doseReduction_pct, snr, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sinogram": {},
"algorithm": "fbp",
"doseOptimize": true
}' \
"https://zeqsdk.com/api/medical/ct"

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-ct.