#include "seq-ge.h"
#include "event-rfpulse.h"
#include "event-precession.h"
#include "event-acquisition.h"
#include "experience.h"
#include "seq-mpi.h"
Go to the source code of this file.
Functions | |
void | SeqGradientEcho1D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a GradientEcho1D sequence. | |
void | SeqGradientEcho2D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a GradientEcho2D sequence. | |
void | SeqGradientEcho3D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a GradientEcho3D sequence. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqGradientEcho1D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqGradientEcho1D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqGradientEcho2D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqGradientEcho2D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqGradientEcho3D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqGradientEcho3D_0 function. | |
void | CheckTimesGE (double tacq, double te, double tr) |
Checking of the GE time parameters. |