Re: [PyMOL] Display technical info about objects

2012-01-18 Thread Martin Hediger
Most helpful, thats exactly the solution I was looking for. Thanks a lot Martin On 17.01.12 16:01, Jason Vertrees wrote: Hi Martin, PyMOL does not keep track of which files the objects were loaded from. If you wanted, you could wrap the load command in with your own load command that

[PyMOL] Display technical info about objects

2012-01-17 Thread Martin Hediger
Dear List I'm frequently loading a number of objects into PyMOL which formally have the same name, but are different in structure. Sometimes it can become a bit difficult to keep track of which object is what. Is there a way to display technical information about a loaded object? Say, the file

Re: [PyMOL] Display technical info about objects

2012-01-17 Thread Jason Vertrees
Hi Martin, PyMOL does not keep track of which files the objects were loaded from. If you wanted, you could wrap the load command in with your own load command that keeps track of such information, for example in a dictionary. That could look something like this: def load_with_props(fileName,