From da153f36e97495fcbc7dedb9796d4bde961a1ec2 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Wed, 18 Jan 2023 18:02:12 +0100 Subject: [PATCH] adding comments --- code/behavior.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/behavior.py b/code/behavior.py index eeeaa2d..28e7cce 100644 --- a/code/behavior.py +++ b/code/behavior.py @@ -11,6 +11,7 @@ class Behavior: """Load behavior data from csv file as class attributes Attributes ---------- + behavior: 0: chasing onset, 1: chasing offset, 2: physical contact behavior_type: behavioral_category: comment_start: @@ -20,8 +21,8 @@ class Behavior: media_file: observation_date: observation_id: - start_s: - stop_s: + start_s: start time of the event in seconds + stop_s: stop time of the event in seconds total_length: """