pykonal.fields.VectorField3D¶
-
class
pykonal.fields.
VectorField3D
¶ Bases:
pykonal.fields.Field3D
Class for representing 3D vector fields.
-
value
(self, point)¶ Interpolate the field at point using trilinear interpolation.
- Parameters
point (numpy.ndarray(shape=(3,), dtype=numpy.float)) – Coordinates of the point at which to interpolate the field.
- Returns
Value of the field at point.
- Return type
numpy.ndarray(shape=(3,), dtype=numpy.float)
-
values
¶ [Read/Write, numpy.ndarray(shape=(N0,N1,N2,3), dtype=numpy.float)] Value of the field at each grid node.
-