Re: [PyMOL] effect of number of pixels on ray image quality

2005-01-21 Thread Douglas Kojetin
Building on the two previous posts, is it necessary to use 'viewport' before executing 'ray'? this: ray 2000, 2000 instead of: viewport 700, 700 ray 2000, 2000 Thanks, Doug On Jan 20, 2005, at 10:11 AM, Ezequiel H Panepucci wrote: - so you should execute the command:

Re: [PyMOL] effect of number of pixels on ray image quality

2005-01-21 Thread Ezequiel H Panepucci
Douglas Kojetin wrote: Building on the two previous posts, is it necessary to use 'viewport' before executing 'ray'? this: ray 2000, 2000 instead of: viewport 700, 700 ray 2000, 2000 I didn't quite understand your post. The viewport command prior to ray tracing is just so you have

Re: [PyMOL] selection help + align question

2005-01-21 Thread Jules Jacobsen
Hi, I've written a script for aligning all structures loaded against your structure of choice: def __init__(self): cmd.extend('allalign',allAlign) def allAlign(id=''): Aligns all models in a list to the specified model where '' is the model id you want to align