cogpy.detect

Event detection framework.

Provides a unified EventDetector interface and composable DetectionPipeline that return cogpy.events.EventCatalog.

Detectors: BurstDetector, RippleDetector, SpindleDetector, SlowWaveDetector, ThresholdDetector. Built-in pipelines: BURST_PIPELINE, RIPPLE_PIPELINE, FAST_RIPPLE_PIPELINE, GAMMA_BURST_PIPELINE.

Functions

get_detector_class(name)

Get a detector class by its serialized name.

Modules

base

Base class for event detectors (v2.6.1).

burst

BurstDetector (v2.6.1).

pipeline

DetectionPipeline: compose transforms + detector (v2.6.5).

pipelines

Pre-built detection pipelines (v2.6.5).

ripple

Ripple detection (v2.6.4): bandpass + envelope + dual threshold.

slowwave

Slow-wave / UP-DOWN state detection (v2.6.5).

threshold

Threshold-based event detection (v2.6.4).

transforms

Detection transforms for DetectionPipeline (v2.6.5).

utils

Detection utilities (v2.6.4).