pleiades.analysis.locs_to_vals_griddata¶
-
pleiades.analysis.locs_to_vals_griddata(X, Y, Q, coord_list)[source]¶ Picks values of field Q at desired coordinates.
Parameters: - X (2D array) – grid representing column coordinates of Q
- Y (2D array) – grid representing row coordinates of Q
- Q (2D array) – value of Q on grid
- coord_list (list) – list of tuples (x,y) for desired coordinates