For 3D data, output is in 3D format that can be read with read3d.pro, e.g.,
IDL> a = read3d()The binary file format starts out with the array size nx, ny, nz. The next parameter is the IDL_data_type. After that, the file contains a stream of
read3d.pro contains options to read other types of 3D data file, for example slab decomposition of data output by MPI reconstruction code, and general subregions of a larger cube. The output of Xewald is the simplest data format.
For 2D slices through
, two files are output:
IDL> a = read_grid()This is a legacy file format that I won't explain further here
Microscope User 2008-04-30