Skip to content

Commit

Permalink
updated todorovic params in RHS2007
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Oct 19, 2022
1 parent 743bcf4 commit ebda0ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions stimuli/papers/RHS2007.py
Expand Up @@ -1176,8 +1176,8 @@ def todorovic_in_small(ppd=PPD, pad=True):

params = {
"ppd": ppd,
"target_arms_size": 0.7, # TODO: overall target len = 1.4+1.7=3.1 (in paper: 3)
"target_thickness": 1.7,
"target_arms_size": 0.7,
"target_thickness": 1.6,
"covers_size": 3.2,
"intensity_target": v2,
}
Expand Down Expand Up @@ -1217,7 +1217,8 @@ def todorovic_in_small(ppd=PPD, pad=True):
def todorovic_out(ppd=PPD, pad=True):
"""Todorovic stimulus - out as shown in Robinson, Hammon, & de Sa (2007) Fig 1t.
Stimulus size: 13x31 deg
Target size: 8.7x8.7 deg
Target size: 9.4x9.4 deg (note: in RHS2007, it says 8.7x8.7 deg, however that does not
match with Fig 1t)
Parameters
----------
Expand All @@ -1244,7 +1245,7 @@ def todorovic_out(ppd=PPD, pad=True):

params = {
"ppd": ppd,
"target_arms_size": 3.7, # TODO: overall target len = 7.4+1.6=9 (in paper: 8.7)
"target_arms_size": 3.9,
"target_thickness": 1.6,
"covers_size": 3.2,
"intensity_target": v2,
Expand Down
8 changes: 4 additions & 4 deletions tests/papers/RHS2007.json
Expand Up @@ -72,12 +72,12 @@
"mask": "85dbfdfbf2eb9e08f8c2a447b1a0db1c"
},
"todorovic_in_small": {
"img": "82259659aad77c6c7e90921fbf832f88",
"mask": "97f2a609a19d840ad8997cabcb815380"
"img": "28d652fc5c00d77a9a20d996a294f527",
"mask": "6ad0489f74c89d18b3105769d976a2f7"
},
"todorovic_out": {
"img": "f572675132ccab13b0e9d582a29c300b",
"mask": "6f0277e6ea561b0849319b43f76fdeed"
"img": "02e0a8c720737973c48d232247b1c45f",
"mask": "34d1cc1bba64f169927029baf5940242"
},
"checkerboard_016": {
"img": "2480266193d1a643ecaffa9bcf267498",
Expand Down

0 comments on commit ebda0ce

Please sign in to comment.