Skip to content

Commit

Permalink
changed function behind grating-components
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Feb 24, 2023
1 parent d6b4867 commit edfd985
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 487 deletions.
4 changes: 0 additions & 4 deletions stimupy/components/checkerboards.py
@@ -1,5 +1,4 @@
import warnings

import numpy as np

from stimupy.components.gratings import square_wave
Expand All @@ -8,8 +7,6 @@
"checkerboard",
]

# TODO: Fix bug that changing rotation, affect check size!


def checkerboard(
visual_size=None,
Expand Down Expand Up @@ -162,6 +159,5 @@ def checkerboard(
"period": period,
"rotation": rotation,
"intensity_checks": intensity_checks,
"edges": (sw1["edges"], sw2["edges"]),
}
return stim

0 comments on commit edfd985

Please sign in to comment.