pleiades.analysis.locs_to_vals

pleiades.analysis.locs_to_vals(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