Skip to content

Commit

Permalink
Convenience importer for Domijan 2015 illusions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Apr 8, 2021
1 parent 12ab7e7 commit ea55ad7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions stimuli/illusions/domijan2015.py
@@ -0,0 +1,28 @@
"""
This script contains code for creating brightness illusions used in Domijan (2015).
See /tests/test_brightness_illusions2.py for examples.
@author: lynn & max
"""

# Figure 4
from .dungeon import *

# Figure 6
from .cube import *
from .grating import *

# Figure 7
from .rings import *
from .bullseye import *
from .sbc import *

# Figure 8
from .benary_cross import *

# Figure 9
from .todorovic import *
from .checkerboard_contrast_contrast import *

# Figure 10
from .checkerboard_sbc import *

0 comments on commit ea55ad7

Please sign in to comment.