fracspy.location.migration.kmigration#
- fracspy.location.migration.kmigration(data, n_xyz, Op, nforhc=10)[source]#
Kirchhoff migration for microseismic source location.
This routine performs imaging of microseismic data by migration using the adjoint of the Kirchhoff modelling operator.
- Parameters:
- data
numpy.ndarray
Data of shape :math`n_r times n_t`
- n_xyz
tuple
Number of grid points in X-, Y-, and Z-axes for the imaging area
- Op
pyfrac.modelling.kirchhoff.Kirchhoff
Kirchhoff operator
- nforhc
int
, optional Number of points for hypocenter
- data
- Returns:
- migrated
numpy.ndarray
Migrated volume
- hc
numpy.ndarray
Estimated hypocentral location
- migrated