#include "seq-ir.h"
#include "seq-mpi.h"
#include "event-acquisition.h"
#include "experience.h"
#include "event.h"
#include "event-rfpulse.h"
#include "event-precession.h"
Go to the source code of this file.
Functions | |
void | SeqInversionRecuperation1D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 2D Inversion Recuperation sequence. | |
void | SeqInversionRecuperation2D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 2D Inversion Recuperation sequence. | |
void | SeqInversionRecuperation3D_0 (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Define and execute a 2D Inversion Recuperation sequence. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqInversionRecuperation1D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqInversionRecuperation1D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqInversionRecuperation2D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqInversionRecuperation2D_0 function. | |
PPPVOLUME_COMPLEX_DOUBLE | SeqInversionRecuperation3D (SEQPARAM *seqparam, EXPERIENCE3D *expr) |
Required MPI overhead function that runs the SeqInversionRecuperation3D_0 function. | |
void | CheckTimesIR (double tacq, double te, double tr, double ti) |
Checking of the SE time parameters. |