Detection View
Module name: DetectionView
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
This plugin organizes detection information and saves it into the cache in order to plot it. Helpfil to degub detector.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
string “HH:MM:S.S” |
00:00:00 |
Time elapsed since the beginning of the recording to show. |
|
double |
30 |
Window length in sec to show. |
|
a list of SignalModel |
— |
signal.samples : The actual signal data as numpy list
signal.sample_rate : the original sampling rate of the signal
signal.channel : current channel label
|
|
string |
— |
Event label selected for display |
|
string |
— |
Channel label selected for display |
|
float |
— |
Window step in sec (each time the fft is applied) |
|
Pandas DataFrame |
— |
DataFrame events (columns=[‘group’,’name’,’start_sec’,’duration_sec’,’channels’]) |
|
list of ndarray of n_windows |
— |
Each item correspond to an item of signals for the selected channel to display
Spectral power in the frequency bins from low_freq to high_freq.
|
|
list of double |
— |
Each item correspond to an item of signals for the selected channel to display
The threshold to detect events.
|
|
string |
fixed |
The threshold unit (fixed, x BSL median or x BSL STD). |
|
string |
— |
Python filename to save data to display an additional detection window. |
|
list of ndarray of n_windows (or [2 x n_windows]) |
— |
Each item correspond to an item of signals for the selected channel to display
median_use==True : Median spectral power of the baseline window
median_use==False : Mean and standard deviation of the baseline
spectral power (row1: mean, row2: std).
|
Outputs
This module has no outputs.
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Detection View under the Detectors category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.