Skip to content

Commit

Permalink
short-term fix for domijan-benary at ppd=48
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Jul 28, 2022
1 parent 37d47e3 commit 7e94068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/papers/domijan2015.py
Expand Up @@ -345,7 +345,7 @@ def white(height_px=80, ppd=PPD, height_deg=HEIGHT_DEG, pad=PAD):
def benary(height_px=100, ppd=PPD, height_deg=HEIGHT_DEG):
height_px, height_deg, ppd, conversion_fac = check_requirements(100, height_px, height_deg, ppd)
cross_size = np.array((30,)*4) * conversion_fac
target_size = np.array((11, 11)) * conversion_fac
target_size = np.array((11.1, 11.1)) * conversion_fac # TODO: fix rounding problem for different ppds
target_posx = np.array((19, 70)) * conversion_fac
target_posy = np.array((19, 30)) * conversion_fac

Expand Down

0 comments on commit 7e94068

Please sign in to comment.