Changes
Page history
Update How to read a Bruker fid file?
authored
Mar 05, 2020
by
Tomas Psorn
Hide whitespace changes
Inline
Side-by-side
How-to-read-a-Bruker-fid-file?.md
View page @
43fbf0d5
...
@@ -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.

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.

