ModelBasedPreProcessor#

class patato.recon.jax_model_based.ModelBasedPreProcessor[source]#

Bases: TimeSeriesProcessingAlgorithm

__init__()[source]#

Methods

__init__()

add_child(child)

get_algorithm_name()

Get the name of the algorithm.

get_hdf5_group_name()

Return the name of the group in the HDF5 file.

run(time_series, pa_data, **kwargs)

static get_algorithm_name() str[source]#

Get the name of the algorithm.

Return type:

str or None

static get_hdf5_group_name()[source]#

Return the name of the group in the HDF5 file.

Return type:

str or None