Skip to content

Commit

Permalink
Update trajectory_gradspec.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
philouc authored Jun 28, 2024
1 parent ac41fc1 commit 0334ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/trajectory_gradspec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The trajectory binary file specification
=========================================

The k-space trajectories are transformed to a binary file which is processed by scanner through the arbitrary gradients sequences from NeuroSpin.
The k-space trajectories are transformed to a binary file which is processed by a given scanner through arbitrary gradient sequences. At Neurospin, we have specifically tested MR systems from Siemens-Healthineers vendor.
This file mainly specifies an arbitrary gradient profile which is played on scanner at gradient raster time rate (10e-6 seconds).

The binary file format is specified as follows:
Expand Down Expand Up @@ -40,7 +40,7 @@ The binary file format is specified as follows:
+----------------+-------+---------+---------+------------------------------------------------------------------------+


:mod:`mrinufft.trajectories.io` module helps to convert a trajectory as numpy array to a binary file and vice versa.
:mod:`mrinufft.trajectories.io` module helps convert a trajectory as numpy array to a binary file and vice versa.

All the trajectory FLOAT's are specified with `float32` always.

Expand Down

0 comments on commit 0334ba0

Please sign in to comment.