@@ -23,5 +23,7 @@ On the base level, data is acquired into a buffer. The data set acumulated insid
...
@@ -23,5 +23,7 @@ On the base level, data is acquired into a buffer. The data set acumulated insid
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.
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.
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]`**