csep.core.regions.QuadtreeGrid2D.get_cartesian

QuadtreeGrid2D.get_cartesian(data)[source]

Returns 2d ndrray representation of the data set, corresponding to the bounding box.

Parameters:

data (numpy.array) – array of values corresponding to cells in the quadtree region

Returns:

2d numpy array with rates on cartesian grid

Return type:

results (numpy.array)