class BaseAstraVectorRecon(name='BaseAstraVectorRecon')[source]

A Plugin to perform Astra toolbox reconstruction using vector geometry

U*param n_iterations

Number of Iterations - only valid for iterative algorithms. Default: 1.

delete(alg_id, sino_id, rec_id, proj_id)[source]
nClone_datasets()[source]

The number of output datasets that have an clone - i.e. they take it in turns to be used as output in an iterative plugin.

pre_process()[source]

This method is called immediately after base_pre_process().

set_config(rec_id, sino_id, proj_geom, vol_geom)[source]
set_mask(shape)[source]
setup(**kwargs)

This method is first to be called after the plugin has been created. It determines input/output datasets and plugin specific dataset information such as the pattern (e.g. sinogram/projection).

setup_2D()[source]
setup_3D()[source]