CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
Todo List
Member CompoundPye.src.Circuits.circuit_array.CircuitSensorArray.close_file
clean saved buffer-files somehow?
Namespace CompoundPye.src.Components.highpass_filter
I'm not happy with the high-pass filter's dependency on the time-step dt! Need to change this! Same for the low pass.
Class CompoundPye.src.Components.highpass_filter.HighpassFilter
Investigate the influence of time_const_output. Should I rather set it to dt, such that dt/time_const=1?
Namespace CompoundPye.src.Components.linear_input_filter

cover exception in receptive field values (see note)

cover more than one-dimensional case! (in set_norm_factor())

Namespace CompoundPye.src.Components.lowpass_filter
Somehow get rid of the dependency on dt.
Namespace CompoundPye.src.Components.transfer_functions
build a sigmoid wrapper function? so that one can combine any function f(x) with an sigmoidal output s(f(x)).
Member CompoundPye.src.GUI.circuit_editor.CompWidget.from_file_dict
SEEMS LIKE THIS IS NOT USED ANYWHERE?
Class CompoundPye.src.GUI.circuit_editor.EditorTabs
for connections from 'column' to 'between' components I need 2 weights, one coming from left one from right.
Namespace CompoundPye.src.GUI.stimuli_editor
How nice a stimulus preview would be! shouldn't be so hard, just need an animation of surroundings' intensities in a pop-up window.
Namespace CompoundPye.src.Sensors.sensor
find a solution for adding the right path to sys.path
Namespace CompoundPye.src.Surroundings.Stimuli.stimulus

check for case of 2 dimensional stimulus

Stimulus.intensities needs to become iterable!

Namespace CompoundPye.src.Surroundings.surroundings
update parameter description for intensity_dim
Member CompoundPye.src.Surroundings.surroundings.Surroundings.set_sensor
check whether this function is ever used, or it MotionDetectorModel.Sensors.sensor.Sensor.set_receptive_field is always used directly.
Namespace CompoundPye.src.Surroundings.video
comment file
Member CompoundPye.src.system.System.update

comment this function

add tracking of components

Member CompoundPye::src::GUI::circuit_editor.list_of_comps
understand that warning: "RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK set_interactive(1)" which appeared after i added this import:
Member cp_GUI.RunGUI.stimuli
implement discrimination between one- and two-dimensional surroundings/stimuli