From 5502629ab772f141ba490efcc595380486033650 Mon Sep 17 00:00:00 2001 From: Jeffrey Erlich Date: Fri, 2 Feb 2024 11:49:40 +0000 Subject: [PATCH] Update octagon.py We extended the API to include a new stimulus type. --- aeon/schema/octagon.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aeon/schema/octagon.py b/aeon/schema/octagon.py index a792fac4..e9eb5256 100644 --- a/aeon/schema/octagon.py +++ b/aeon/schema/octagon.py @@ -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