#include "seq-se.h"
#include "event-rfpulse.h"
#include "event-precession.h"
#include "event-acquisition.h"
#include "seq-mpi.h"
Go to the source code of this file.
Functions | |
void | SeqSpinEcho1D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 1D Spin Echo sequence. | |
void | SeqSpinEcho2D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 2D Spin Echo sequence. | |
void | SeqSpinEcho3D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 3D Spin Echo sequence. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqSpinEcho1D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqSpinEcho1D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqSpinEcho2D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqSpinEcho2D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqSpinEcho3D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqSpinEcho3D_0 function. | |
void | CheckTimesSE (double tacq, double te, double tr) |
Checking of the SE time parameters. |