Skip to content

Commit

Permalink
Merge pull request #289 from farazkhalidamani/master
Browse files Browse the repository at this point in the history
Added one more DREEM sleep endpoint i.e. LPS
  • Loading branch information
blootsvoets authored Oct 25, 2021
2 parents 0798941 + e565282 commit d538c1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commons/passive/dreem/dreem_sleep_endpoints.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"type": "org.radarcns.passive.dreem.DreemMetric",
"doc": "SOL stands for Sleep Onset Latency. Unit is min. Time from 'Lights out' to unequivocal sleep onset (first of three consecutive N1 sleep epochs, or any non-N1 sleep stage)."
},
{
"name": "latencyPersistentSleep",
"type": "org.radarcns.passive.dreem.DreemMetric",
"doc": "LPS stands for Latency to Persistent Sleep. Unit is min. Time from 'Lights out' to the first epoch of persistent sleep (persistent sleep defined as the first epoch of 10 min of persistent sleep)."
},
{
"name": "wakeAfterSleepOnset",
"type": "org.radarcns.passive.dreem.DreemMetric",
Expand Down

0 comments on commit d538c1f

Please sign in to comment.