white1985#
Stimuli from White & White (1985)
This module reproduces most of the stimuli used by White & White (1985) as they were described in that paper.
Each stimulus is provided by a separate function, which can be listed using
>>> import stimupy.papers.white1985
>>> help(stimupy.papers.white1985)
The output of each of these functions is a stimulus dictionary.
For a visual representation of all the stimuli, simply run this module from the shell
$ python -m stimuli.papers.white1985
or from within python
>>> from stimupy.utils import plot_stimuli
>>> from stimupy.papers import white1985
>>> plot_stimuli(white1985.gen_all())
References
- White, M. & White, T. (1985).
Counterphase lightness induction. Vision Research, 25 (9), 1331-1335. https://doi.org/10.1016/0042-6989(85)90049-5
Functions#
|
A square-wave grating with four bars that are in phase as shown in |
|
A square-wave grating with four bars that are 36 deg out-of-phase as |
|
A square-wave grating with four bars that are 72 deg out-of-phase as |
|
A square-wave grating with four bars that are 108 deg out-of-phase as |
|
A square-wave grating with four bars that are 144 deg out-of-phase as |
|
A square-wave grating with four bars that are 180 deg out-of-phase as |
|
A square-wave grating with four squares that are in phase as shown in |
|
A square-wave grating with four squares that are 36 deg out-of-phase as |
|
A square-wave grating with four squares that are 72 deg out-of-phase as |
|
A square-wave grating with four squares that are 108 deg out-of-phase as |
|
A square-wave grating with four squares that are 144 deg out-of-phase as |
|
A square-wave grating with four squares that are 180 deg out-of-phase as |