savu.plugins.base_recon

class savu.plugins.base_recon.BaseRecon(name='BaseRecon')

Bases: savu.plugins.plugin.Plugin

A Plugin to apply a simple reconstruction with no dependancies

Parameters:center_of_rotation – Center of rotation to use for the reconstruction). Default: 86.
output_data_type()

The output of this plugin is VolumeData

Returns:VolumeData
process(data, output, processes, process)
reconstruct(sinogram, centre_of_rotation, angles, shape, center)

Reconstruct a single sinogram with the provided center of rotation

required_data_type()

The input for this plugin is ProjectionData

Returns:ProjectionData

Previous topic

savu.plugins.vo_centering

Next topic

savu.plugins.astra_recon

This Page