ay, March 09, 2005 8:01 AM
> To: Pymol
> Subject: [PyMOL] combine distance objects
>
> How about
> disable _dist*
> enable _dist*
>
> Mark
> _
> Mark A. Saper, Ph.D.
> Associate Professor of Biological Chemistry Bi
pymol-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
-
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
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
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 d
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
> -Original Message-
> 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 distan
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 wi