Skip to content

Commit

Permalink
Validate galvo line
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Apr 20, 2024
1 parent 689996b commit 72bdaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/npc_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ def validate(
lines.append("lick_sensor")
if opto:
lines.append(self.get_line_for_stim_onset("opto"))
if self.start_time.date() >= FIRST_GALVO_ON_SYNC_DATE:
lines.append(self.get_line_for_stim_onset("galvo"))
if audio and self.start_time.date() >= FIRST_SOUND_ON_SYNC_DATE:
lines.append(self.get_line_for_stim_onset("audio"))

Expand Down

0 comments on commit 72bdaa5

Please sign in to comment.