Chronotype
Determine the chronotype of each sleep session.Output column name
Output column name
chronotypeGet 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_scoreGet 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_atasleep_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.