Skip to main content

Module ndarray

Module ndarray 

Source

Structs§

NDArray
N-dimensional array with typed data buffer.
NDArrayInfo
Computed info about an NDArray’s layout (matching C++ NDArrayInfo_t).
NDDimension
A single dimension of an NDArray.

Enums§

NDDataBuffer
Typed buffer for NDArray data.
NDDataType
NDArray data types matching areaDetector NDDataType_t.

Constants§

ND_ARRAY_MAX_DIMS
Maximum number of NDArray dimensions (C++ ND_ARRAY_MAX_DIMS, NDArray.h:26). The Dimensions int32-array param is always posted at this fixed length, zero-filled beyond the array’s actual ndims, matching doCallbacksInt32Array(dimsPrev_, ND_ARRAY_MAX_DIMS, …).