Reads a specified number of 32-bit unsigned integers from a binary connection and reshapes them into a matrix representing CSSW limits.
Usage
seasonder_readCSSWLims(connection, n_values, endian = "big")
Arguments
- connection
A binary connection.
- n_values
The number of 32-bit unsigned integers to read.
- endian
A string specifying byte order ("big" or "little").
Value
A numeric matrix with four columns: LeftBraggLeftLimit, LeftBraggRightLimit, RightBraggLeftLimit, and RightBraggRightLimit.