Fixing .points(copy=True) function which doesn't work (anymore?) to points().copy().
Fixing dataframe to be saved (Only create rows and columns which are necessary).
Directly return geodesic distortion in main function (Improves ease of use of the pipeline).
Fixing analysis visualizations generated at end of the pipeline (various colors that were given don't exist, I changed it to a standard colormap).
Rename mesh variables v,f,k,l to vertices, faces, num_eigenvectors, discrete_laplacian to make names of variables self-explanatory.
Fixing .points(copy=True) function which doesn't work (anymore?) to points().copy(). Fixing dataframe to be saved (Only create rows and columns which are necessary). Directly return geodesic distortion in main function (Improves ease of use of the pipeline). Fixing analysis visualizations generated at end of the pipeline (various colors that were given don't exist, I changed it to a standard colormap). Rename mesh variables v,f,k,l to vertices, faces, num_eigenvectors, discrete_laplacian to make names of variables self-explanatory.