You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
y (Sequence[float]): Sequence of y-coordinates for the orientation points.
111
111
z (Sequence[float]): Sequence of z-coordinates for the orientation points.
112
112
elements_names (Sequence[str]): Sequence of element names corresponding to each orientation point.
113
-
pole_vector (Optional[Sequence[np.ndarray]]): Sequence of pole vectors for the orientation points.
114
-
orientation (Optional[Sequence[np.ndarray]]): Sequence of orientation angles (azimuth, dip, polarity) for the orientation points.
113
+
pole_vector (Optional[Union[Sequence[np.ndarray], np.ndarray]]): Sequence of pole vectors for each orientation point. If is np.ndarray, it should have shape (n, 3).
114
+
orientation (Optional[Union[Sequence[np.ndarray], np.ndarray]]): Sequence of orientation angles for each orientation point. If is np.ndarray, it should have shape (n, 3).
115
115
nugget (Optional[Sequence[float]]): Sequence of nugget values for each orientation point. If not provided,
0 commit comments