fancytools.render package

Submodules

fancytools.render.GridRender module

class fancytools.render.GridRender.GridRender(dtype=<type 'numpy.float64'>, antialiasing=False, method='last', fill_value=nan, references=[], grid=None, range=((0, 1), (0, 1)), resolution=(100, 100), record_mean=False, record_variance=False, record_density=False)[source]

Bases: object

Discretize multi-dimensional continous data in a np.array

add(point, value)[source]

Assign all self.merge_values to the self._mergeMatrix Get the position/intensity of a value

averageValues()[source]

return the averaged values in the grid

reset()[source]