class TomopyRecon[source]
get_allowed_kwargs()[source]
get_max_frames()[source]

Number of data frames to pass to each instance of process_frames func

Returns

“single”, “multiple” or integer (only to be used if the number of

frames MUST be fixed.)

Return type

str or int

pre_process()[source]

This method is called immediately after base_pre_process().

process_frames(data)[source]

This method is called after the plugin has been created by the pipeline framework and forms the main processing step

Parameters

data (list(np.array)) – A list of numpy arrays for each input dataset.