Hello,
when I try to print out the raw values as well as the baseline array, I get an ArrayIndexOutOfBoundsException.
The baseline array seems to have opposite dimensions as the values and the raw-values array.
As an example:
If we initialize tx = 4 and rx = 6, the values has the dimensions 4 x 6. Baseline on the other hand has the dimensions 6 x 4.