PSA on Events
Module name: PSAOnEvents
Package: CEAMSModules 7.4.0
Version: 2.1.0
Overview
Compile the PSA run on selected events. The compilation is for a cohort.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
dict |
— |
filename : Recording filename without path and extension.
id1 : Identification 1
id2 : Identification 2
first_name : first name of the subject recorded
last_name : last name of the subject recorded
…
|
|
list of dicts |
— |
psd : power (µV^2)
freq_bins : frequency bins (Hz)
win_len : windows length (s)
win_step : windows step (s)
sample_rate : sampling rate of the original signal (Hz)
chan_label : channel label
|
|
pandas dataframe [‘group’,’name’,’start_sec’,’duration_sec’,’channels’] |
— |
List of events. |
|
String of dict |
— |
A key for each filename and the value is the events group, each group is separated by a comma. |
|
String of dict |
— |
A key for each filename and the value is the events name, each name is separated by a comma. |
|
float |
— |
The bandwidth of each mini band division (Hz) |
|
float |
— |
The minimum (first) frequency analyzed. |
|
String |
— |
Event group to ignore, each group is separated by a comma. |
|
String |
— |
Event name to ignore, each name is separated by a comma. |
|
String |
— |
Path and filename to write the output. |
Outputs
This module has no outputs.
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find PSA on Events under the Statistics 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.