#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <idvol.h>
#include <idima.h>
#include <idacr.h>
#include "simri3d.h"
#include "experience.h"
#include "reconstruction.h"
Go to the source code of this file.
Functions | |
void | WriteVolRF (PPPVOLUME_COMPLEX_DOUBLE) |
Saving a complex volume (like the RF one) into 2 raw files (Real and imaginary part) The default file names are rf_re.vol and rf_im.vol. | |
void | WriteVolRecUchar (PPPVOLUME_FLOAT, char *) |
Saving a volume of float (like the reconstructed image volume) into a raw float volume (recfloat.raw) and in a raw uchar volume after a gray level scaling. | |
void | WriteSignalRFModule (EXPERIENCE3D *, char *) |
Saving the module of the k space into a float raw data file. | |
void | WriteRecIFFTVolumeModule (EXPERIENCE3D *, char *) |
Saving the module of the reconstructed volume using IFFT. | |
void | WriteRecIFFTVolumePhase (EXPERIENCE3D *, char *) |
Saving the phase of the reconstructed volume using IFFT. | |
void | MagstateWatch (EXPERIENCE3D *, char *) |
Save the magnetisation state of an object within a file. |