#include "seq-tf.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 | SeqTrueFisp1D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a TrueFisp1D sequence. | |
void | SeqTrueFisp2D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a TrueFisp2D sequence. | |
void | SeqTrueFisp3D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Execute a TrueFisp3D sequence. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqTrueFisp1D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqTrueFisp1D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqTrueFisp2D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqTrueFisp2D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqTrueFisp3D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqTrueFisp3D_0 function. | |
void | CheckTimesTF (double tacq, double tr, double twait) |
Verification des parametres d'une sequence True Fisp. |