fracspy.mtinversion.utils.get_mt_at_loc#
- fracspy.mtinversion.utils.get_mt_at_loc(mt_image_set, location_indices)[source]#
Moment tensor at specific location
Extract moment tensor at a given location from moment tensor component images
- Parameters:
- mt_image_set
numpy.ndarray
Moment tensor component images of size \(n_c imes n_x imes n_y imes n_z\)
- location_indices
tuple
Indices of location to extract moment tensor from the moment tensor component images
- mt_image_set
- Returns:
- M
tuple
Extracted moment tensor
- M