Skip to content

Commit

Permalink
updated use of grating_illusion
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Jul 1, 2022
1 parent 55fd960 commit 7f692cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stimuli/papers/domijan2015.py
Expand Up @@ -138,8 +138,7 @@ def grating(ppd=PPD):
ppd=ppd,
n_bars=9,
target_indices=(4,),
bar_width=1.0,
bar_height=8.1,
bar_shape=(8.1, 1.0),
vbar1=v3,
vbar2=v1,
vtarget=v2,
Expand All @@ -148,8 +147,7 @@ def grating(ppd=PPD):
ppd=ppd,
n_bars=9,
target_indices=(4,),
bar_width=1.0,
bar_height=8.1,
bar_shape=(8.1, 1.0),
vbar1=v1,
vbar2=v3,
vtarget=v2,
Expand Down

0 comments on commit 7f692cf

Please sign in to comment.