Skip to content

Commit

Permalink
updated to include othe ttl ports
Browse files Browse the repository at this point in the history
  • Loading branch information
lolaBerkowitz committed Aug 14, 2024
1 parent 5db34a5 commit cb16a92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preprocessing/functions/check_events.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
% if edited, delete ints, dur, and intsPeriods and remake belo
%%

digitalIn.timestampsOff{1,2} = [];
digitalIn.timestampsOff{1,3} = [];
digitalIn.timestampsOff{1,4} = [];


digitalIn.timestampsOff{1,2} = digitalIn.timestampsOn{1,2} + .3;
digitalIn.timestampsOff{1,3} = digitalIn.timestampsOn{1,3} + .3;
digitalIn.timestampsOff{1,4} = digitalIn.timestampsOn{1,4} + .3;
Expand Down

0 comments on commit cb16a92

Please sign in to comment.