stimupy.papers.example#

Example paper module (citation information here)

This set only serves as an example / template for how to set up a stimulus-set-module

__all__(list of str)#
these are exported by this module when executing
>>> from stimupy.papers.example import *
Type:

list of all stimulus-functions,

References

reference information here

Functions#

my_bullseye

My bullseye stimulus: grey on white on black

my_inverse_bullseye

My other bullseye stimulus: grey on black on white

my_bullseye(ppd=10)[source]#

My bullseye stimulus: grey on white on black

Parameters:

ppd (int) – Resolution of stimulus in pixels per degree. (default: 32)

Returns:

dict with the stimulus (key: “img”) and additional keys containing stimulus parameters

Return type:

dict of str

my_inverse_bullseye(ppd=10)[source]#

My other bullseye stimulus: grey on black on white

Parameters:

ppd (int) – Resolution of stimulus in pixels per degree. (default: 10)

Returns:

dict with the stimulus (key: “img”) and additional keys containing stimulus parameters

Return type:

dict of str