savu.plugins.timeseries_field_corrections

class savu.plugins.timeseries_field_corrections.TimeseriesFieldCorrections

Bases: savu.plugins.plugin.Plugin, savu.plugins.cpu_plugin.CpuPlugin

A Plugin to apply a simple dark and flatfield correction to some raw timeseries data

output_data_type()

The output of this plugin is ProjectionData

Returns:ProjectionData
process(data, output, processes, process)
required_data_type()

The input for this plugin is RawTimeseriesData

Returns:RawTimeseriesData
required_resource()

This plugin needs to use the CPU to work

Returns:CPU

Previous topic

savu.plugins.gpu_plugin

Next topic

savu.plugins.filter

This Page