Update How to read a Bruker fid file? authored by Tomas Psorn's avatar Tomas Psorn
...@@ -25,3 +25,5 @@ Which means that the data inside this buffer is actually threedimensional. First ...@@ -25,3 +25,5 @@ Which means that the data inside this buffer is actually threedimensional. First
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]`**