You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the data, you can either work directly on 'vol' or segment it and then work on it with Cestimii. Depending on the segmentation, data or mask, choose whether you want to represent the data as a relaxed or strict occupancy grid (allow values between 0 and 1 or strictly restrict the allowed values to 0,1).
The text was updated successfully, but these errors were encountered:
Maybe I'll add this as a feature to Cestimii at one point. But this won't happen in the near future and only if there's interest. In the meantime, just follow the steps above and use the occupancy grid methods in cestimii.
You can use the Python library Gemmi to handle CCP4 data (example).
To get the data into Python, execute the following code found originally on StackExchange:
Generally, you can leave out the .setup() step.
Depending on the data, you can either work directly on 'vol' or segment it and then work on it with Cestimii. Depending on the segmentation, data or mask, choose whether you want to represent the data as a relaxed or strict occupancy grid (allow values between 0 and 1 or strictly restrict the allowed values to 0,1).
The text was updated successfully, but these errors were encountered: