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
plot_array_coordinates (bool): Plot array coordinates? Defaults to False.
21
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).
22
+
rij (array or None): A NumPy array with the first row corresponding to cartesian
23
+
"X" - coordinates and the second row corresponding to cartesian "Y" -
24
+
coordinates, in units of km. If this is provided then ``lat_list`` and
0 commit comments