Open BJWiley233 opened 6 months ago
If you use the output_patch_coords
after and uncomment out the debug code in compute_polar_coordinates
from MaSIF (you can also extract subpatch charges if you want) i get test patches that are grouped near eachother. This is done through simple run of dijkstra and then you can save some patches.
I tested pulling out one of the patches after running
ers.computeSegmentation
and then pulled out a submesh from for instance:And I expected the the triangles to all be collected in a patch, however it looks like they are scattered all about from the pymol ply plugin from MaSIF. Is this intended? I cannot get much from the paper on what the indended behavior is.