Zephyr Scientific Library (zscilib)
Data Structures
Here are the data structures with brief descriptions:
 Czsl_attitudeRepresents the orientation of a rigid body with respect to the world frame in terms of roll, pitch and yaw (heading), expressed in degrees
 Czsl_clr_cctData representing a single CIE 1960 CCT, Duv value pair
 Czsl_clr_illum_dataCIE 1931 XYZ tristimulus values for a standard illuminant
 Czsl_clr_obs_dataCIE 1931 XYZ tristimulus values for a standard observer model in 5 nm steps from 360-830 nm (95 steps)
 Czsl_clr_rgb16RGBA color using 16-bit values
 Czsl_clr_rgb8RGBA color using 8-bit values
 Czsl_clr_rgbfRGBA color using floating-space notation from 0.0 .. 1.0
 Czsl_clr_spdSpectral power distribution for a specific illumination
 Czsl_clr_uv60CIE 1960 UCS chromaticity coordinates
 Czsl_clr_uv76CIE 1976 UCS chromaticity coordinates
 Czsl_clr_xyyCIE 1931 xyY chromaticity coordinates
 Czsl_clr_xyzCIE 1931 XYZ tristimulus values
 Czsl_eulerAn ordered triplet of real numbers describing the orientation of a rigid body in three-dimensional (Euclidean) space, with respect to a fixed coordinate system. Each element represents the rotation about the specified axis, expressed in radians
 Czsl_fus_aqua_cfgConfig settings for the AQUA sensor fusion algorithm
 Czsl_fus_comp_cfgConfig settings for the complementary sensor fusion algorithm
 Czsl_fus_drvSensor fusion algorithm implementation
 Czsl_fus_kalm_cfgConfig settings for the extended Kalman filter
 Czsl_fus_madg_cfgConfig settings for the Madwick filter
 Czsl_fus_mahn_cfgConfig settings for the Mahony sensor fusion algorithm
 Czsl_interp_xyXY struct for nearest neighbour and linear interpolation
 Czsl_interp_xycXY struct for cubic spline interpolation
 Czsl_measurementMeasurement packet wrapper
 Czsl_mes_header
 Czsl_mtxRepresents a m x n matrix, with data stored in row-major order
 Czsl_quatRepresents a quaternion, a 4D structure capable of representing 3D rigid body orientations
 Czsl_sta_linregSimple linear regression coefficients
 Czsl_vecRepresents a vector