-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Running the following code in Tools > General > Shell, I can access the numpy matrix of a volume opened in ChimeraX; how can I access the filtered (by the "Level") matrix?
from chimerax.map.volume import volume_list
v = volume_list(session)[0]
v.matrix()If I change the v.matrix() through the Shell interactively, how can I get a new drawing? I tried the following, but it is not working.
v.matrix().sum()
Out[62]: -3153.0344
v.matrix()[v.matrix() < 0.1] = 0
v.matrix().sum()
Out[64]: 4556.745
v.update_drawings()
Is it possible to access the matrix after dust removal, as in the following command?
surface dust #2 size 8.1
Metadata
Metadata
Assignees
Labels
No labels