[Chimera-users] movie spatial sizes

Greg Couch gregc at cgl.ucsf.edu
Mon Feb 14 15:03:56 PST 2011


On 02/14/2011 02:31 PM, Dougherty, Matthew T wrote:
> How do I generate movies at the larger size?

With the currently distributed code it is not possible without editing 
the Python code.  However, it would be fairly easy to enable alternative 
resolutions in the Movie Recorder's Frame Options if supersampling or 
raytracing were enabled.

For the Python programmers out there, to hardcode in an alternative 
resolution, edit MovieRecorder/RecorderHandler.py, and change the 
arguments to the saveImage call to turn on supersampling or raytracing, 
and add arguments to set the width and height (eg., width=2000, 
height=2000).

     -- Greg



More information about the Chimera-users mailing list