DCEAnalyser

DCEAnalyser#

class patato.DCEAnalyser(smoothing_window_size=10, display_output=True, smoothing_sigma=2, buffer_width=5, unmix_index=2)#

Bases: SpatialProcessingAlgorithm

Analyser for DCE datasets. Takes in a time-series of ICG data and produces a delta ICG.

__init__(smoothing_window_size=10, display_output=True, smoothing_sigma=2, buffer_width=5, unmix_index=2)[source]#

Methods

__init__([smoothing_window_size, ...])

add_child(child)

get_algorithm_id()

run(unmixed_data, pa_data[, reference_name])