Trees | Indices | Help |
|
---|
|
object --+ | Grid2D
Represents a 2D array with bin sizes.
Addition and subtraction of grids is defined for the arrays and the bins. Multiplication and division with scalars is also defined. Each operation returns a new :class:`Grid2D` object.
(Actually, it should work for arrays of any dimension, not just 2D.)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the Grid2D instance. :Arguments: *data* array data, e.g. a list of array *bins* tuple of lists of bin **edges**, one for each dimension
|
Subtract other from self (also subtracts bins... which is odd but consistent). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:34 2010 | http://epydoc.sourceforge.net |