This package contains implementation of visual stimuli.
This module contains API of visual stimuli.
Bases: mozaik.stimuli.BaseStimulus
Abstract base class for visual stimuli.
This class defines all parameters common to all visual stimuli.
This class implements all functions specified by the mozaik.stimuli.stimulus.BaseStimulus interface. The only function that remains to be implemented by the user whenever creating a new stimulus by subclassing this class is the mozaik.stimuli.stimulus.BaseStimulus.frames() function.
This class also implements functions common to all visual stimuli that are required for it to be compatible with the mozaik.space.VisualSpace and class.
Mozaik parameters: | |
---|---|
|
Sets the current frame to the next frame in the sequence.
Reset to the first frame in the sequence.
For creating movies with NeuroTools.visualization.
The file contains stimuli that use topographica to generate the stimulus
Bases: mozaik.stimuli.vision.visual_stimulus.VisualStimulus
As we do not handle transparency in the Topographica stimuli (i.e. all pixels of all stimuli difned here will have 0% transparancy) in this abstract class we disable the transparent flag defined by the mozaik.stimuli.visual_stimulus.VisualStimulus, to improve efficiency.
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
A full field sinusoidal grating stimulus.
Notes
max_luminance is interpreted as scale and size_x/2 as the bounding box radius.
Mozaik parameters: | |
---|---|
|
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
Blank stimulus.
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
A visual stimulus that simulates an eye movement over a static image.
Mozaik parameters: | |
---|---|
|
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
A visual stimulus that simulates an eye movement over a drifting gratings.
Mozaik parameters: | |
---|---|
|
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
A drifting sinusoidal grating confined to a apareture of specified radius.
Notes
size_x/2 is interpreted as the bounding box radius.
Mozaik parameters: | |
---|---|
|
Bases: mozaik.stimuli.vision.topographica_based.TopographicaBasedVisualStimulus
A standard stimulus to probe orientation specific surround modulation: A drifting grating in center surrounded by a drifting grating in the surround. Orientations of both center and surround gratings can be varied independently.
Notes
max_luminance is interpreted as scale and size_x/2 as the bounding box radius.
Mozaik parameters: | |
---|---|
|