Skip to content

Latest commit

 

History

History

dev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dev Stuff

Python code a functions for copying into other programs. This stuff is untested and may break things, so be careful.

Matrix Reshape (matrix_reshape.py)

coords, z = matrix_reshape_from_flat(grid_data, coord_dims, comp2d=True, plot_dims=[])

Inputs a matrix grid_data with dimensions M,N where there are N-1 coordinates given and 1 value at each coordinate. z output therefore has N-1 dimensions. Coords contains the corresponding values based on the input coordinates for each axis of z.