CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src Namespace Reference

This file initializes all sub-packages. More...

Namespaces

 Analyzer
 Initializes the Analyzer package.
 
 Circuits
 Provides Circuit-objects, which handle the complete network of Component-objects (components or neurons).
 
 Components
 Provides Component and Connection classes, from which the user can build a circuit/network.
 
 Graph
 This file initializes the Graph module.
 
 GUI
 This package adds a GUI to to the CompoundPye-module.
 
 OmmatidialMap
 Initializes the OmmatidialMap module, which provides spherical coordinates of ommatidia.
 
 Parser
 Extends CompoundPye by a parser that can generate circuits and stimuli from text-files or from parameters specified in the GUI.
 
 Plotting
 Provides some functions and classes to handle plotting of Circuits and its Components.
 
 Sensors
 Provides Sensor classes.
 
 Surroundings
 Provides classes to handle the Surroundings of an agent, and classes to create stimuli in these Surroundings.
 
 system
 This file holds the class System, which handles the communication between Surrounding- and Circuit-objects.
 

Detailed Description

This file initializes all sub-packages.

The top level class to use is system.System...