Skip to content

Commit 00bf70c

Browse files
committed
Implement waso functionality
1 parent b0b12ae commit 00bf70c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/source/tutorial_3.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6647,6 +6647,24 @@
66476647
"`circStudio` contains several algorithms to detect inactivity periods in actigraphy recordings. In this tutorial, we will illustrate this functionality using the Roenneberg (also known as MASDA) algorithm."
66486648
]
66496649
},
6650+
{
6651+
"cell_type": "code",
6652+
"execution_count": null,
6653+
"id": "f6c58b77-30c2-44f4-856f-498e69b51409",
6654+
"metadata": {},
6655+
"outputs": [],
6656+
"source": [
6657+
"# Code here"
6658+
]
6659+
},
6660+
{
6661+
"cell_type": "markdown",
6662+
"id": "8329dcdb-620a-46c7-b47d-a1a43487adae",
6663+
"metadata": {},
6664+
"source": [
6665+
"`circStudio` implements a method to approximate the WASO (wake after sleep onset metric) based on the use of the Roenneberg algorithm (which detects consolitated periods of sleep) and a epoch-by-epoch rest/activity scoring algorithm (either Cole-Kripke, Sadeh or Scripps) to detect wake periods during a consolidated period of sleep. The functionality returns a tuple containing daily waso, as well as mean waso:"
6666+
]
6667+
},
66506668
{
66516669
"cell_type": "code",
66526670
"execution_count": 4,

0 commit comments

Comments
 (0)