Update How to read a Bruker fid file? authored by Tomas Psorn's avatar Tomas Psorn
...@@ -16,6 +16,12 @@ The data vector is read from the fid file using the `read_binary_file` function ...@@ -16,6 +16,12 @@ The data vector is read from the fid file using the `read_binary_file` function
## Form acquisitions ## Form acquisitions
On the base level, data is acquired into a buffer, the ordering is given by. The block size is almost independent We reshape the vector On the base level, data is acquired into a buffer. The storage order can be explained using the following image.
![buffer](/uploads/4f4e34ea1f4e7f2efc84a1e6a6741eb3/buffer.png)
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.
![buffer](/uploads/4f4e34ea1f4e7f2efc84a1e6a6741eb3/buffer.png) ![buffer](/uploads/4f4e34ea1f4e7f2efc84a1e6a6741eb3/buffer.png)