adding comments

This commit is contained in:
wendtalexander 2023-01-18 18:02:12 +01:00
parent 0a9e1b1fb2
commit da153f36e9

View File

@ -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:
"""