Which means that the data inside this buffer is actually threedimensional. First dimension stores real and imaginary part of the complex entries, second individual channels and third individual sample.
The size of the buffer is almost independent on acquisition scheme, the only difference being, that some sequences use continuos acquisition blocks, acquiring multiple data rows in single acquisition.
**`form_acquisitions()` returns the fid data matrix of the following shape `[block_size, -1]`**
**Function `form_acquisitions()` returns the fid data matrix of the following shape `[AcquisitionScheme.block_size, -1]`**