# `cogpy.burst` Low-level burst detection utilities: blob detection on spectrograms (`detect_hmaxima`, `detect_blobs`), burst merging, phase extraction, and travelling-wave analysis. For the high-level detector interface, see {doc}`detect`. **Tutorial:** {doc}`/tutorials/detection-and-events` ## Submodules ```{eval-rst} .. autosummary:: :recursive: cogpy.burst.blob_detection cogpy.burst.burst_merge cogpy.burst.burst_phase cogpy.burst.burst_wave cogpy.burst.utils ``` ```{eval-rst} .. automodule:: cogpy.burst :members: :undoc-members: :show-inheritance: :noindex: ```