paramagpy.metal.Metal.pcs_mesh¶
- Metal.pcs_mesh(mesh)[source]¶
Calculate a PCS value at each location of cubic grid of points
- Parameters
mesh (array with shape (n,n,n,3)) – a cubic grid as generated by the method <make_mesh>
- Returns
pcs_mesh – The same grid shape, with PCS values at the respective locations
- Return type
array with shape (n,n,n,1)