[chimera-dev] Get values from other chimera dialogs

Tom Goddard goddard at sonic.net
Mon May 8 13:31:57 PDT 2017


Hi Pablo,

  Do you really want the volume dialog settings, or do you just want the settings of a specific Python volume object?  I’m guessing the latter.  If v is the volume, the voxel size is

	v.data.step

and the surface contour levels are

	v.surface_levels

which is a list (since a volume can show surfaces at multiple levels).  The Chimera Python scripts page gives an example

	http://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/readvol.py <http://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/readvol.py>

and the Volume class and Grid_Data class (v.data) are defined in Python code
	
	http://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/libs/VolumeViewer/volume.py <http://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/libs/VolumeViewer/volume.py>

	http://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/libs/VolumeData/griddata.py

  Tom


> On Apr 27, 2017, at 11:11 AM, Pablo Solar Rodríguez wrote:
> 
> Hello everyone!
> 
> I feel you will get tired of me asking so many questions hehe 
> 
> Anyway, I continue developing my plugin and I'd like to know if there's any way to get values from other chimera dialogs although they are not open.
> 
> For example, when my map is loaded I need the values, from the Volume Viewer, of the voxel size (in Coordinates panel) and the cutoff, but I didn't find how to get them and I really don't know if this is possible or not.
> 
> Thank you in advance and, as usual, kind regards!
> 
> Pablo.
> 
> 
> _______________________________________________
> Chimera-dev mailing list
> Chimera-dev at cgl.ucsf.edu
> http://www.rbvi.ucsf.edu/mailman/listinfo/chimera-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-dev/attachments/20170508/b95c197b/attachment.html>


More information about the Chimera-dev mailing list