Report Sleep Bouts
This tool reports statistics about Sleep bouts from Polysomnography (PSG) files.
Sleep bouts are defined as continuous periods of three sleep stage combinations :
Continuous period of N2 and N3 stages
Continuous period of N2, N3 and REM stages
Continuous period of REM stage alone
Steps
1 - Input Files
Start by opening your PSG files (.edf, .sts or .eeg).
European Data Format (EDF) :
The corresponding .tsv file is required with .edf. Both files must be saved in the same directory and share the exact same filename.
Stellate format (up to version 6.2) :
The corresponding .sig file is required with the .sts. Both files must be saved in the same directory and share the exact same filename.
NATUS format (version 9.1) :
(CEAMS users only) The entire NATUS subject folder is required.
For more details on accepted formats, see Polysomnography file format.
2 - Output Files
The output is a TSV (Tab Separated Values) file containing one row per recording, including the ten longest sleep bouts, as well as the mean and standard deviation of both the ten longest and all sleep bouts for each combination listed above.
Version History
- v2.1.0Distributed with CEAMS package version 7.2.0 — Snooz beta 2.0.1
Initial release of the tool.
- v2.2.0Distributed with CEAMS package version 7.3.0 — Snooz beta 2.1.0
UI improvements for consistent tool and input file descriptions.