Slow Wave Pics Generator
Module name: SlowWavePicsGenerator
Package: CEAMSModules 7.4.0
Version: 3.0.0
Overview
Class to generate pictures of slow wave events.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
dict |
— |
Keys are filenames. Each file contains a montage and a list of channel to process. |
|
dict |
— |
Keys are filenames. Values are the group label. |
|
str |
— |
Path to the folder containing the slow wave characteristics files. |
|
dict |
— |
Keys are filenames and values are group and name labels for sw events. |
|
dict |
— |
Keys are ROI names and values are the channels list and the blank flag. |
|
dict |
— |
Keys are channel labels or ROI names and values are the selection flag. |
|
dict |
— |
Each key is a parameter to generate pictures.
The default values are :
‘cohort_avg’: True,
‘cohort_sel’: False,
‘subject_avg’: False,
‘subject_sel’: False,
‘show_sw_categories’: False,
‘display’: “mean_std”, # all, mean, mean_std
‘neg_up’: False,
‘force_axis’: False, # False or [xmin, xmax, ymin, ymax]
‘output_folder’: ‘’
|
|
dict |
— |
Each key is a parameter to generate pictures.
The default values are :
‘subjectavg’: [‘tab:blue’, ‘tab:red’, ‘tab:green’, ‘tab:purple’, ‘tab:orange’, ‘tab:brown’, ‘tab:pink’, ‘tab:gray’, ‘tab:olive’, ‘tab:cyan’],
‘subjectsel’: [‘tab:blue’, ‘tab:red’, ‘tab:green’, ‘tab:purple’, ‘tab:orange’, ‘tab:brown’, ‘tab:pink’, ‘tab:gray’, ‘tab:olive’, ‘tab:cyan’],
‘cohortavg’: [‘tab:blue’, ‘tab:red’, ‘tab:green’, ‘tab:purple’, ‘tab:orange’, ‘tab:brown’, ‘tab:pink’, ‘tab:gray’, ‘tab:olive’, ‘tab:cyan’],
|
|
string |
— |
How to align the slow wave signals to display them on each other.
The default value is ‘ZC’for Zero crossing.
Other values are ‘PP ‘ for Positive Peak and ‘NP’ for Negative Peak.
|
Outputs
This module has no outputs.
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Slow Wave Pics Generator under the Events Utilities 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.