read_pluto_grid

psipy.io.pluto.read_pluto_grid(path)

Read in a single PLUTO grid file.

Parameters
path

Path to the grid.out file.

Returns
dim1, dim2, dim3numpy.ndarray

Coordinate values along each dimension. These are (n, 2) shaped arrays, with the two columns being the minimum and maximum coordinate values of a given cell.