11-17-2019 09:51 AM
Many thanks for help.
07-19-2022 08:39 AM
Here you go.
Data is a "string" of data - just a way to store binary data. Extract what you want from it (extract substring), pass the data to unflatten from string and set the type as an array of whatever it is that the binary is supposed to be. In this case, the data are unsigned 16 bit integers. False means that it just a stream of data without any header information. The output is a 1d array of 16 bit unsigned integers.