savu.plugins.vo_centering

class savu.plugins.vo_centering.VoCentering

Bases: savu.plugins.pass_through_plugin.PassThroughPlugin, savu.plugins.cpu_plugin.CpuPlugin

A plugin to calculate the center of rotation using the Vo Method

get_citation_inforamtion()
get_filter_frame_type()

This filter processes sinograms

Returns:structures.CD_SINOGRAM
get_max_frames()

This filter processes 1 frame at a time

Returns:1
process_frame(data)
required_data_type()

The input for this plugin is ProjectionData as it needs to be corrected

Returns:ProjectionData

Previous topic

savu.plugins.pass_through_plugin

Next topic

savu.plugins.base_recon

This Page