sarkit.crsd.Reader.read_signal_compressed

Reader.read_signal_compressed(*, out=None)

Read signal data from a CRSD file with signal arrays stored in compressed format

Parameters:
outndarray or None, optional

Array to store compressed signal data. If None, a new array will be created.

Returns:
ndarray

Compressed signal byte sequence; shape=(CompressedSignalSize,), dtype= numpy.uint8

Raises:
RuntimeError

If the metadata indicates the signal block is not compressed

See also

read_signal