Skip to content

Commit

Permalink
RHS2007 WE_Thick resize and offset targets by 1 pixel to match exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 24, 2022
1 parent 063a1c5 commit 25ba029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stimuli/illusions/whites.py
Expand Up @@ -448,7 +448,8 @@ def RHS2007_WE_thick():
start="low",
target_indices=(3, 6),
padding=padding,
target_height=target_height,
target_height=target_height + (1 / ppd),
targets_offset=1,
)


Expand Down

0 comments on commit 25ba029

Please sign in to comment.