Chronotype
Determine the chronotype of each sleep session.Output column name
Output column name
chronotype
Get last chronotype of the week
Get chronotype
Sleep Score
Calculate a Sleep Score (0 to 100) for each sleep session.Output column name
Output column name
sleep_score
Get mean sleep score of the week
Get sleep score
Awake At / Asleep At
Pinpoint when a user first fell asleep and when they became fully awake during each sleep session.Output column names
Output column names
asleep_at
, awake_at
asleep_at
macro returns the bedtime start adjusted by the recorded sleep latency, while awake_at
returns the bedtime start plus the offset of the final non-awake sleep segment.