class BaseAstraRecon(name='BaseAstraRecon')[source]
astra_2D_recon(data)[source]
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.

nOutput_datasets()[source]

The number of datasets created by the plugin

Returns

Number of output datasets

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]