Skip to content

Packing in a spherical shell gives empty pole regions #42

@fgrunewald

Description

@fgrunewald

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.

Image
"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)"
      }
    ]
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions