Skip to content

Commit

Permalink
Update BehaviorTimeSeries attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Nov 21, 2023
1 parent a6b5460 commit f3a0e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions element_event/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ class AlignmentEvent(dj.Manual):
class BehaviorTimeSeries(dj.Imported):
definition = """
-> BehaviorRecording
device_name : varchar(16) # e.g. joystick, lick_port
timeseries_name : varchar(32) # e.g. joystick, lick_port
---
sample_rate : float # (Hz) # sampling rate of the acquired data
sample_rate=null : float # (Hz) # sampling rate of the acquired data
behavior_timeseries : longblob # array of device's acquired data
behavior_timestamps : longblob # array of timestamps (in second) relative to the start of the BehaviorRecording
behavior_timestamps=null : longblob # array of timestamps (in second) relative to the start of the BehaviorRecording
timeseries_description='' : varchar(1000) # detailed description about the timeseries
"""

Expand Down

0 comments on commit f3a0e43

Please sign in to comment.