welltest_pta.EventDetector

class welltest_pta.EventDetector[source]

Bases: object

V8.1 robust event detector — see module docstring for the pipeline.

Parameters:

cfg (Optional[EventDetectorConfig])

__init__(cfg=None)[source]
Parameters:

cfg (Optional[EventDetectorConfig])

Return type:

None

Methods

__init__([cfg])

detect(df)

Run the full V8.1 detection pipeline and return annotated DataFrame.

__init__(cfg=None)[source]
Parameters:

cfg (Optional[EventDetectorConfig])

Return type:

None

detect(df)[source]

Run the full V8.1 detection pipeline and return annotated DataFrame.

Parameters:

df (DataFrame)

Return type:

DataFrame