#include "output.h"
Go to the source code of this file.
Functions | |
void | WriteVolRF (PPPVOLUME_COMPLEX_DOUBLE volrf) |
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 volrec, char *volname) |
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 *expr, char *volname) |
Saving the module of the k space into a float raw data file. | |
void | WriteRecIFFTVolumeModule (EXPERIENCE3D *expr, char *volname) |
Saving the module of the reconstructed volume using IFFT. | |
void | WriteRecIFFTVolumePhase (EXPERIENCE3D *expr, char *volname) |
Saving the phase of the reconstructed volume using IFFT. | |
void | MagstateWatch (EXPERIENCE3D *expr, char *filename) |
Save the magnetisation state of an object within a file. |