Writing image to a file using Chimera python script

10 May
2012
10 May
'12
6:46 a.m.
Hello all, Is there a python interface for exporting images to a file in the UCSF Chimera. I understand I can use runCommand("copy") or runCommand("export"). Is there a python class for doing such commands? Thank you, Dany

10 May
10 May
10:11 a.m.
There are a couple of python functions for image saving. The equivalent to the copy command is Midas.copy() and it calls chimera.printer.saveImage(). Use the latter for finer control. HTH, Greg On 05/10/2012 06:46 AM, Dan Cohen wrote:
Hello all,
Is there a python interface for exporting images to a file in the UCSF Chimera. I understand I can use runCommand("copy") or runCommand("export"). Is there a python class for doing such commands?
Thank you, Dany
4729
Age (days ago)
4729
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Cohen
-
Greg Couch