Skip to content

Commit

Permalink
add back nullable sample rate & timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
JaerongA authored Feb 21, 2023
1 parent 02d22be commit 464a5c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions element_event/trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,16 @@ class BehaviorTimeSeries(dj.Imported):
definition = """
-> event.BehaviorRecording
timeseries_name : varchar(32) # e.g. GazeX, GazeY, CenterRY
---
sample_rate=null : float # sampling rate of the acquired data
"""

class Trial(dj.Part):
definition = """
-> master
-> Trial
---
behavior_timestamps : longblob # array of timestamps (in second) relative to the start of the BehaviorRecording
behavior_timeseries : longblob # array of device's acquired data
"""

Expand Down

0 comments on commit 464a5c6

Please sign in to comment.