Package topo :: Package base :: Module sheetview
[hide private]
[frames] | no frames]

Module sheetview

source code

Topographica SheetView objects and its subclasses.

For use with the Topographica plotting and data analysis mechanisms. A Sheet object has its internal data which remains hidden, but it will create views of this data depending on the Sheet defaults or the information requested. This way there can be multiple views recorded for a single sheet, and a view can be passed around independent of the originating source object.

$Id: sheetview.py 10672 2009-10-28 01:00:50Z ceball $


Version: $Revision: 10672 $

Classes [hide private]
  SheetView
A SheetView is constructed from a matrix of values, a bounding box for that matrix, and a name.
  UnitView
SPRING 2005: Currently does not extend any functions, but can do so to add outlines, and other interesting features.
  ProjectionView
ProjectionViews should be stored in Sheets via a tuple ('Weights',Sheet,Projection).
Variables [hide private]
  ADD = 'ADD'
  SUBTRACT = 'SUB'
  MULTIPLY = 'MUL'
  DIVIDE = 'DIV'
  operations = {'ADD': <built-in function add>, 'DIV': <built-in...
  __package__ = 'topo.base'
Variables Details [hide private]

operations

Value:
{'ADD': <built-in function add>,
 'DIV': <built-in function truediv>,
 'MUL': <built-in function mul>,
 'SUB': <built-in function sub>}