|
CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
The basic Stimulus class, which can be used to add a Stimulus to a Surrounding-object. More...
Public Member Functions | |
| def | __init__ |
| Initializes a Stimulus object. More... | |
| def | update |
| Updates the Stimulus, that is, the Stimulus moves according to its velocity. More... | |
The basic Stimulus class, which can be used to add a Stimulus to a Surrounding-object.
The user can specify the spatial extend or length of the Stimulus, which creates an array empty array of specified length/extend. This array can be filled with arbitrary values representing the visual intensities of the Stimulus. The array will be added to the intensities stored in a Surroundings-object. The Stimulus moves in the Surroundings according to the specified velocity.
| def CompoundPye.src.Surroundings.Stimuli.stimulus.Stimulus.__init__ | ( | self, | |
| intensity_dim, | |||
| spatial_extend, | |||
| starting_point, | |||
| velocity | |||
| ) |
| def CompoundPye.src.Surroundings.Stimuli.stimulus.Stimulus.update | ( | self, | |
| dt | |||
| ) |