Skip to content

Commit

Permalink
Update octagon.py
Browse files Browse the repository at this point in the history
We extended the API to include a new stimulus type.
  • Loading branch information
jerlich authored Feb 2, 2024
1 parent 616155b commit 5502629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aeon/schema/octagon.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ def draw_background(pattern):
def gratings_slice_onset(pattern):
return {"GratingsSliceOnset": _reader.Harp(f"{pattern}_12_*", columns=["wall_id"])}

@staticmethod
def checkerboard_slice_onset(pattern):
return {"CheckerboardSliceOnset": _reader.Harp(f"{pattern}_14_*", columns=["wall_id"])}


class Wall:
@staticmethod
Expand Down

0 comments on commit 5502629

Please sign in to comment.