murray2020

Contents

murray2020#

Stimuli from Murray (2020)

This module reproduces most of the stimuli used by Murray (2020) as they were provided to the model described in that paper but normalized between 0 and 1. The stimuli are show in Fig 1 of the paper. NOTE that the Haze illusion (Fig 1m) is not provided.

Each stimulus is provided by a separate function, which can be listed using

>>> import stimupy.papers.murray2020
>>> help(stimupy.papers.murray2020)

The output of each of these functions is a stimulus dictionary.

For a visual representation of all the stimuli and their mask, simply run this module from the shell

$ python -m stimuli.papers.murray2020

or from within python

>>> from stimupy.utils import plot_stimuli
>>> from stimupy.papers import murray2020
>>> plot_stimuli(murray2020.gen_all())

References

Murray, R. F. (2020).

A model of lightness perception guided by probabilistic assumptions about lighting and reflectance. Journal of Vision, 20(7), 28. https://doi.org/10/gh57gf

Functions#

argyle([ppd])

Argyle illusion, Murray (2020) Fig 1a

argyle_control([ppd])

Argyle control figure, Murray (2020) Fig 1c

argyle_long([ppd])

Long-range Argyle illusion, Murray (2020) Fig 1b

snake([ppd])

Snake illusion, Murray (2020) Fig 1i

snake_control([ppd])

Snake control figure, Murray (2020) Fig 1j

koffka_adelson([ppd])

Koffka-Adelson figure, Murray (2020) Fig 1e

koffka_broken([ppd])

Koffka ring, broken, Murray (2020) Fig 1d

koffka_connected([ppd])

Koffka ring, connected, Murray (2020) Fig 1f

checkassim([ppd, pad])

Checkerboard assimilation, Murray (2020) Fig 1h

simcon([ppd])

Classic simultaneous contrast figure, Murray (2020) Fig 1k

simcon_articulated([ppd])

Articulated simultaneous contrast figure, Murray (2020) Fig 1l

white([ppd])

White's illusion, Murray (2020) Fig 1A