pymead.analysis.read_aero_data.read_streamline_grid_from_mses# read_streamline_grid_from_mses(src_file: str, grid_stats: dict)[source]# Reads the grid of streamlines from an MSES grid.* file Parameters: src_file (str) – File containing the grid output from MPLOT (usually of the form grid.*) grid_stats (dict) – Output from the read_grid_stats_from_mses() function Returns: Grid x-coordinates and grid y-coordinates split by the stagnation streamlines Return type: Tuple(np.ndarray, np.ndarray)