Skip to content

Commit

Permalink
Export all RHS2007 stimuli explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Jun 7, 2022
1 parent 1387f2c commit 36b787b
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion stimuli/papers/RHS2007.py
@@ -1,8 +1,39 @@
import numpy as np
import math

import numpy as np
import stimuli

__all__ = [
"WE_thick",
"WE_thin_wide",
"WE_dual",
"WE_anderson",
"WE_howe",
"WE_zigzag",
"WE_radial_thick_small",
"WE_radial_thick",
"WE_radial_thin_small",
"WE_circular1",
"WE_circular05",
"WE_circular025",
"grating_induction",
"sbc_large",
"sbc_small",
"todorovic_equal",
"todorovic_in_large",
"todorovic_in_small",
"todorovic_out",
"checkerboard_016",
"checkerboard_0938",
"checkerboard209",
"corrugated_mondrian",
"benary_cross",
"todorovic_benary1_2",
"todorovic_benary3_4",
"bullseye_thin",
"bullseye_thick",
]


def WE_thick():
return stimuli.illusions.whites.RHS2007_WE_thick()
Expand Down

0 comments on commit 36b787b

Please sign in to comment.