vamtoolbox.util.matlab#

Module Contents#

Functions#

saveMatData(filepath[, target_geo, sinogram, ...])

Saves VAM toolbox (Python) objects to Matlab formats

vamtoolbox.util.matlab.saveMatData(filepath: str, target_geo: vamtoolbox.geometry.TargetGeometry = None, sinogram: vamtoolbox.geometry.Sinogram = None, reconstruction: vamtoolbox.geometry.Reconstruction = None)#

Saves VAM toolbox (Python) objects to Matlab formats

Parameters:

Usage#

>>> opt_sino, opt_recon = optimize.optimize(target_geo, proj_geo,optimizer_params)
>>> saveMatData('sample.mat',sinogram=opt_sino,reconstruction=opt_recon)