diff --git a/Experiments/MatchPort.py b/Experiments/MatchPort.py index f50828c4..a2b37f28 100644 --- a/Experiments/MatchPort.py +++ b/Experiments/MatchPort.py @@ -80,7 +80,7 @@ def next(self): if self.is_stopped(): return 'Exit' elif self.beh.is_sleep_time(): - return 'Offtime' + return 'InterTrial' elif self.resp_ready: return 'Trial' else: diff --git a/Experiments/MatchToSample.py b/Experiments/MatchToSample.py index 88c059b0..d5e21fa1 100644 --- a/Experiments/MatchToSample.py +++ b/Experiments/MatchToSample.py @@ -89,7 +89,7 @@ def next(self): if self.is_stopped(): return 'Exit' elif self.beh.is_sleep_time(): - return 'Offtime' + return 'InterTrial' elif self.resp_ready: return 'Cue' else: diff --git a/core/Experiment.py b/core/Experiment.py index fe10ea3d..2d45ef71 100644 --- a/core/Experiment.py +++ b/core/Experiment.py @@ -303,7 +303,6 @@ class StateOnset(dj.Part): # Trial state timestamps -> Trial time : int # time from session start (ms) - --- state : varchar(64) """