io.avizo_io Module

skbeam.io.avizo_io.load_amiramesh(file_path)

Load and convert an AmiraMesh binary file to a numpy array.

Parameters
file_pathstr

The path and file name of the AmiraMesh file to be loaded.

Returns
md_dictdict

Dictionary containing all pertinent header information associated with the data set.

np_arrayndarray

An ndarray containing the image data set to be loaded. Values contained in the resulting volume are set to be of float data type by default.