[Chimera-users] [chimera-dev] Chimera orbitals alias question
Elaine Meng
meng at cgl.ucsf.edu
Tue Oct 16 10:38:23 PDT 2018
> On Oct 13, 2018, at 2:34 PM, Benjamin Looker <bgl44 at cornell.edu> wrote:
>
> Hello!
> My name is Benjamin Looker, I am a chemistry graduate student at Cornell University, and our group often uses Chimera to visualize the orbitals output from the DFT software ORCA.
>
> When these .cube files are opened in Chimera, the two phases of the wavefunction surface are given different colors and bars in the volume viewer.
>
> My question is, when using an alias command, how would one set the level and color of only one of these phases, ie: to perform actions on only one of the bars and colors, instead of homogenizing the whole function?
>
> An alias such as:
> alias ^orbitals volume all level 0.05 color #2d2d00000b0b style surface
>
> Is great, but that pesky "all" undermines the point of the operation. I have tried referencing model numbers, such as #0, #1, and #2 instead of "all," but Chimera returns an error. I do not know the label of the object that I am trying to affect.
>
> Any help would be greatly appreciated!
> Best,
> --
> Benjamin G. Looker
> Graduate Student
> Lancaster Group
Hi Benjamin,
I don't have an example cube file to test with, but from your description I'm guessing it has signed data and that is why Chimera automatically shows two isosurfaces when you open a single file. The levels are the same magnitude, just the opposite signs. How the initial display values are set is described in the “surface and mesh display” section of the Volume Viewer documentation:
<http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/framevolumeviewer.html>
"For unsigned data types, an initial threshold is set so that 1% of voxels (1% of the volume encompassed by the data region) lie above it; for signed data types, positive and negative thresholds are placed symmetrically about zero."
In that case, there is no way to specify in the command line changing only one isosurface and not the other. You can see in the Model Panel (open from Favorites) that the entire dataset is listed as one model.
Although you could open the data twice and use your volume command on only one copy (specified by the model number as shown in the Model Panel) that would still leave both the isosurfaces on the other copy as initially shown.
However, there is nothing magical about the initial display setting other than it is meant to be easily viewable. There is no knowledge used about the type of data (i.e. it doesn’t care or know that orbitals are what you’re showing) so you may want to go ahead and set all the isosurfaces using your values rather than relying on initial display. You can specify level and color multiple times in the volume command for multiple isosurfaces, e.g.
volume #0 style mesh level 0.8 color red level 1.2 color 0,.5,.8
This is one of the examples in the “volume” command manpage
<http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/volume.html>
I hope this helps,
Elaine
-----
Elaine C. Meng, Ph.D.
UCSF Chimera(X) team
Department of Pharmaceutical Chemistry
University of California, San Francisco
P.S. for future reference, the chimera-dev list is mainly for programming questions. General usage questions are better sent to chimera-users at cgl.ucsf.edu CC’d here
More information about the Chimera-users
mailing list