#include "test-rmn.h"
#include <idvol.h>
#include <idacr.h>
#include "simri3d.h"
#include "experience.h"
#include "object.h"
#include "object-simple.h"
#include "output.h"
#include "display.h"
#include "event-rfpulse.h"
#include "event-precession.h"
#include "event-acquisition.h"
Go to the source code of this file.
Functions | |
void | TestFID1D (int objsize, int sigsize) |
Test function of a 1D FID on an homogeneous object. | |
void | TestEchoSpin1D (int objsize, int sigsize) |
Test function of a 1D spin echo on an homogeneous object. | |
void | TestEchoGradient1D (int objsize, int sigsize) |
Test function of a 1D gradient echo on an homogeneous object. | |
void | TestTrainEchoSpin1D (int objsize, int sigsize, int nbecho) |
Test function of a spin echo train on an homogeneous object. | |
void | TestTrainEchoGradient1D (int objsize, int sigsize, int nbecho) |
Test function of a gradient echo train on an homogeneous object Each echo has a decay in T2** and the train echo decays in T2*. | |
void | TestSimulatedEcho (int objsize, int sigsize) |
Test function of siùmulated echo with 3 RF pulses. |