fracspy.location.location.Location#

class fracspy.location.location.Location(x, y, z)[source]#

Event location

This class acts as an abstract interface for users to perform event location on a microseismic dataset. It assumes that grid vectors are regularly spaced.

Parameters:
xnumpy.ndarray

X-axis

ynumpy.ndarray

Y-axis

znumpy.ndarray

Z-axis

Methods

__init__(x, y, z)

apply(data[, kind])

Perform event location

grid()

Construct the grid array from the internal grid vectors

gridtoind(points)

Return the grid indices for points with coordinates on a grid

indtogrid(points)

Return the grid coordinates for points provided as grid indices