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
window_overlap (float): Window overlap in the range (0.0 - 1.0).
18
18
alpha (float): Fraction of data for LTS subsetting [0.5 - 1.0].
19
19
Choose 1.0 for ordinary least squares (default).
20
+
plot_array_coordinates (bool): Plot array coordinates? Defaults to False.
21
+
remove_elements (list): (Optional) Remove element number(s) from ``st``, ``lat_list``, and ``lon_list`` before processing. Here numbering refers to the Python index (e.g. [0] = remove 1st element in stream).
20
22
rij (array or None): A NumPy array with the first row corresponding to cartesian
21
23
"X" - coordinates and the second row corresponding to cartesian "Y" -
22
24
coordinates, in units of km. If this is provided then ``lat_list`` and
23
25
``lon_list`` are ignored.
24
-
plot_array_coordinates (bool): Plot array coordinates? Defaults to False.
25
-
remove_elements (list): (Optional) Remove element number(s) from ``st``, ``lat_list``, and ``lon_list`` before processing. Here numbering refers to the Python index (e.g. [0] = remove 1st element in stream).
0 commit comments