t;Mike Liang"
> Cc:
> Sent: Thursday, January 30, 2003 3:53 AM
> Subject: Re: [PyMOL] Associating data structure with CGO object
>
> > Dear Mike,
> >
> > You can at least do the following:
> >
> > *** first call of command ***
> > - parse the f
Thursday, January 30, 2003 3:53 AM
Subject: Re: [PyMOL] Associating data structure with CGO object
>
> Dear Mike,
>
> You can at least do the following:
>
> *** first call of command ***
> - parse the file
> - store the data in an object (dictionary, list, etc.) - you can p
Dear Mike,
You can at least do the following:
*** first call of command ***
- parse the file
- store the data in an object (dictionary, list, etc.) - you can probably
store the Strings that make up the CGO object.
- refine the data using the cutoff
- create CGO object from refined data
*** seco
Hi! Is there a way to associate data with an object and access it from a
script?
What I want to do is parse a file that has a bunch of coordinates and draw
the spheres in PyMOL. But then I want to be able to adjust the cutoff for
which points are to be drawn.
What I was doing now was first to r