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. |
|
Save the magnetisation state of an object within a file.
Definition at line 171 of file output.c. References _Experience3D::magstate, _Experience3D::nfovx, _Experience3D::nfovy, _Experience3D::nfovz, and x. Referenced by SequenceSE2D_sel(). |
|
Saving the module of the reconstructed volume using IFFT.
Definition at line 136 of file output.c. References IdVolFree, IdVolWriteRawFile(), PPPVOLUME_FLOAT, and RecVolIFFTModule(). |
|
Saving the phase of the reconstructed volume using IFFT.
Definition at line 153 of file output.c. References IdVolFree, IdVolWriteRawFile(), PPPVOLUME_FLOAT, and RecVolIFFTPhase(). |
|
Saving the module of the k space into a float raw data file.
Definition at line 120 of file output.c. References GetSignalRFModuleFromExperience(), IdVolFree, IdVolWriteRawFile(), and PPPVOLUME_FLOAT. |
|
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.
Definition at line 78 of file output.c. References IdImaAlloc(), IdImaFree, IdImaWriteRawFile(), IdVolAlloc(), IdVolDimX, IdVolDimY, IdVolDimZ, IdVolFree, IdVolMinMax(), IdVolWriteRawFile(), IMA_UCHAR, max, min, PPIMAGE, PPIMAGE_UCHAR, PPPVOLUME, PPPVOLUME_UCHAR, and VOL_UCHAR. Referenced by TestEchoGradient1D(), TestEchoSpin1D(), TestFID1D(), TestSequence2D(), and TestSequence3D(). |
|
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.
Definition at line 45 of file output.c. References IdVolAlloc(), IdVolDimX, IdVolDimY, IdVolDimZ, IdVolFree, IdVolWriteRawFile(), PPPVOLUME, PPPVOLUME_DOUBLE, COMPLEX_DOUBLE::re, and VOL_DOUBLE. |