Skip to content

Commit

Permalink
added checkerboards in RHS2007 file
Browse files Browse the repository at this point in the history
  • Loading branch information
matko031 committed Jul 15, 2021
1 parent 1823e05 commit ae22229
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions stimuli/papers/RHS2007.py
Expand Up @@ -83,10 +83,10 @@ def todorovic_out():
def checkerboard_016():
return stimuli.illusions.checkerboard_sbc.RHS2007_Checkerboard016()

def checkerboard_094():
def checkerboard_0938():
return stimuli.illusions.checkerboard_sbc.RHS2007_Checkerboard0938()

def checkerboard21():
def checkerboard209():
return stimuli.illusions.checkerboard_sbc.RHS2007_Checkerboard209()


Expand Down Expand Up @@ -136,7 +136,11 @@ def bullseye_thick():
"sbc_small": sbc_small,
"todorovic_equal": todorovic_equal,
"todorovic_in_large": todorovic_in_large,
"todorovic_in_small": todorovic_in_small
"todorovic_in_small": todorovic_in_small,
"checkerboard_0.16": checkerboard_016,
"checkerboard_0.938": checkerboard_0938,
"checherboard_2.09": checkerboard209

}

M = len(stims)
Expand Down

0 comments on commit ae22229

Please sign in to comment.