Event¶
- class vallenae.processor.Event(hits, close_reason)[source]¶
Event data set produced by the
EventBuilder.An event represents the group of hits assigned to one acoustic-emission source by the Event Builder. Hits are time-sorted and the first hit (hits[0]) is always the Start-of-Event (SoE).
- __init__(hits, close_reason)¶
Methods
__init__(hits, close_reason)Attributes
Channels in the order they were hit (1.CH..n.CH in VisualAE).
Time differences between the first hit and each subsequent hit in seconds.
First-hit channel (1.CH in VisualAE), equal to hits[0].channel.
Time of the Start-of-Event in seconds (= hits[0].time).
Hits assigned to this event, time-sorted; hits[0] is the SoE.
Why the event was closed.
- close_reason: EventCloseReason¶
Why the event was closed.