[PyMOL] combine distance objects

2005-03-09 Thread Mark A Saper
-users-ad...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than Re: Contents of PyMOL-users digest... Today's Topics: 1. Re: combine distance objects (Robert Campbell) 2. [Re: [PyMOL] combine distance objects] (Viktor Hornak) 3. Re: combine

Re: [PyMOL] combine distance objects

2005-03-08 Thread Robert Campbell
Hi, Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I want: distance distobj12 =

[Re: [PyMOL] combine distance objects]

2005-03-08 Thread Viktor Hornak
Robert Campbell wrote: Hi, Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I want: distance

Re: [PyMOL] combine distance objects

2005-03-08 Thread Michael George Lerner
On Tue, 8 Mar 2005, Robert Campbell wrote: Hi, Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I

RE: [PyMOL] combine distance objects

2005-03-08 Thread Garcia, Tzintzuni I.
- From: pymol-users-ad...@lists.sourceforge.net on behalf of Michael George Lerner Sent: Tue 3/8/2005 10:42 AM To: Robert Campbell Cc: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] combine distance objects On Tue, 8

[PyMOL] combine distance objects

2005-03-07 Thread Daniel Farrell
I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I want: distance distobj12 = (atom1), (atom2) distance distobj34 = (atom3), (atom4) ... etc. However, I

RE: [PyMOL] combine distance objects

2005-03-07 Thread Warren DeLano
- From: pymol-users-ad...@lists.sourceforge.net [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of Daniel Farrell Sent: Monday, March 07, 2005 1:23 PM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] combine distance objects I want to create a lot of distance objects