-
Notifications
You must be signed in to change notification settings - Fork 2
Packing in a spherical shell gives empty pole regions #42
Copy link
Copy link
Open
Description
I'm trying to pack proteins within in a spherical shell of a given diameter. It sort of works by defining two spherical shells and an intersection combination. For reasons I don't understand the pole regions appear to be empty though. See the lower left corner in the image that it is much less densely packed. On the opposite side the region is also rather empty (hence pole). It could be that the coordinates are not randomly sampled. Otherwise bentopy works brilliantly.
"space": {
"size": [110, 110, 110],
"resolution": 0.5,
"compartments": [
{"id": "a",
"analytical": {
"shape": "spherical",
"radius": 38,
"center": [55, 55, 55.0]
}},
{"id": "b",
"analytical": {
"shape": "spherical",
"radius": 46,
"center": [55, 55, 55.0]
}},
{
"id": "c",
"combination": "intersect(!a b)"
}
]
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels