Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
vallenae 0.13.0 documentation
vallenae 0.13.0 documentation

Library documentation

  • vallenae.io
    • PriDatabase
    • TraDatabase
    • TrfDatabase
    • HitRecord
    • MarkerRecord
    • StatusRecord
    • ParametricRecord
    • TraRecord
    • FeatureRecord
    • SetType
    • HitFlags
    • StatusFlags
    • decode_data_blob
    • encode_data_blob
  • vallenae.features
    • peak_amplitude
    • peak_amplitude_index
    • is_above_threshold
    • first_threshold_crossing
    • last_threshold_crossing
    • duration
    • rise_time
    • energy
    • signal_strength
    • counts
    • rms
    • amplitude_to_db
    • db_to_amplitude
  • vallenae.timepicker
    • hinkley
    • aic
    • energy_ratio
    • modified_energy_ratio
  • vallenae.processor
    • EventBuilder
    • Event
    • ChannelFunction
    • EventCloseReason

Examples

  • Examples
    • Read pridb
    • Read and plot transient data
    • Timepicker
    • Timepicker batch processing
    • Localisation
    • Go fast with multiprocessing
    • Custom feature extraction
    • Spectrogram
    • Export to WAV
    • Export to WAV (incremental)
    • Event Builder

Development

  • Changelog
Back to top
View this page
Edit this page

vallenae.processor¶

Processor¶

EventBuilder

Group hits into Event data sets using the VisualAE Event Builder algorithm.

Event

Event data set produced by the EventBuilder.

ChannelFunction

Per-channel role used by the Event Builder.

EventCloseReason

Reason the Event Builder closed an event data set.

Next
EventBuilder
Previous
modified_energy_ratio
Copyright © 2026, Vallen Systeme GmbH
Made with Sphinx and @pradyunsg's Furo
On this page
  • vallenae.processor
    • Processor