File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,11 +199,11 @@ class AlignmentEvent(dj.Manual):
199199class 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
You can’t perform that action at this time.
0 commit comments