Skip to content

Commit f3a0e43

Browse files
committed
Update BehaviorTimeSeries attributes
1 parent a6b5460 commit f3a0e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

element_event/event.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ class AlignmentEvent(dj.Manual):
199199
class BehaviorTimeSeries(dj.Imported):
200200
definition = """
201201
-> BehaviorRecording
202-
device_name : varchar(16) # e.g. joystick, lick_port
202+
timeseries_name : varchar(32) # e.g. joystick, lick_port
203203
---
204-
sample_rate : float # (Hz) # sampling rate of the acquired data
204+
sample_rate=null : float # (Hz) # sampling rate of the acquired data
205205
behavior_timeseries : longblob # array of device's acquired data
206-
behavior_timestamps : longblob # array of timestamps (in second) relative to the start of the BehaviorRecording
206+
behavior_timestamps=null : longblob # array of timestamps (in second) relative to the start of the BehaviorRecording
207207
timeseries_description='' : varchar(1000) # detailed description about the timeseries
208208
"""
209209

0 commit comments

Comments
 (0)