Skip to content

Commit

Permalink
changed starting phase of RHS2007_white_thin_wide
Browse files Browse the repository at this point in the history
  • Loading branch information
matko031 committed Jul 21, 2021
1 parent 70a8afa commit e94013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/illusions/whites.py
Expand Up @@ -239,7 +239,7 @@ def RHS2007_WE_thin_wide():
padding_vertical = (total_height - height) / 2
padding = (padding_vertical, padding_vertical, padding_horizontal, padding_horizontal)
target_height = 4
return stimuli.illusions.whites.white(shape=(height, width), ppd=ppd, frequency=frequency, start='low', target_indices=(3, 12), padding=padding, target_height=target_height)
return stimuli.illusions.whites.white(shape=(height, width), ppd=ppd, frequency=frequency, start='high', target_indices=(3, 12), padding=padding, target_height=target_height)

def RHS2007_WE_dual():
total_height, total_width, ppd = (32,)*3
Expand Down

0 comments on commit e94013e

Please sign in to comment.