<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harijay</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harijay"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Harijay"/>
	<updated>2026-05-25T17:58:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5987</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5987"/>
		<updated>2012-03-01T18:18:10Z</updated>

		<summary type="html">&lt;p&gt;Harijay: Undo revision 10576 by Harijay (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names_of_type''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names_of_type( [string: &amp;quot;type&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The object types are strings such as &amp;quot;object:molecule&amp;quot; for a molecule type and &amp;quot;object:map&amp;quot; for a map.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Truncate names of all molecules&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Get names for all molecules.&lt;br /&gt;
for x in cmd.get_names_of_type(&amp;quot;object:molecule&amp;quot;): cmd.set_name(x,x[:5])&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]],[[get_names_of_type]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5986</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5986"/>
		<updated>2012-03-01T18:16:26Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names_of_type''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names_of_type( [string: &amp;quot;type&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The object types are strings such as &amp;quot;object:molecule&amp;quot; for a molecule type and &amp;quot;object:map&amp;quot; for a map.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Truncate names of all molecules&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Get names for all molecules.&lt;br /&gt;
for x in cmd.get_names_of_type(&amp;quot;object:molecule&amp;quot;): cmd.set_name(x,x[:5])&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5985</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5985"/>
		<updated>2012-03-01T18:14:45Z</updated>

		<summary type="html">&lt;p&gt;Harijay: moved Get Names to Get Names of Type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names_of_type''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names_of_type( [string: &amp;quot;type&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The object types are strings such as &amp;quot;object:molecule&amp;quot; for a molecule type and &amp;quot;object:map&amp;quot; for a map.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Truncate names of all molecules&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Get names for all molecules.&lt;br /&gt;
for x in cmd.get_names_of_type(&amp;quot;object:molecule&amp;quot;): cmd.set_name(x,x[:5])&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]],[[get_names_of_type]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5984</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5984"/>
		<updated>2012-03-01T18:12:14Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names_of_type''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names_of_type( [string: &amp;quot;type&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The object types are strings such as &amp;quot;object:molecule&amp;quot; for a molecule type and &amp;quot;object:map&amp;quot; for a map.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Truncate names of all molecules&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Get names for all molecules.&lt;br /&gt;
for x in cmd.get_names_of_type(&amp;quot;object:molecule&amp;quot;): cmd.set_name(x,x[:5])&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]],[[get_names_of_type]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5983</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5983"/>
		<updated>2012-03-01T18:11:35Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names_of_type( [string: &amp;quot;type&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The object types are strings such as &amp;quot;object:molecule&amp;quot; for a molecule type and &amp;quot;object:map&amp;quot; for a map.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Truncate names of all molecules&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Get names for all molecules.&lt;br /&gt;
for x in cmd.get_names_of_type(&amp;quot;object:molecule&amp;quot;): cmd.set_name(x,x[:5])&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]],[[get_names_of_type]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5982</id>
		<title>Get Names</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Get_Names&amp;diff=5982"/>
		<updated>2012-03-01T17:57:48Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''get_names''' returns a list of object and/or selection names.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.get_names( [string: &amp;quot;objects&amp;quot;|&amp;quot;selections&amp;quot;|&amp;quot;all&amp;quot;|&amp;quot;public_objects&amp;quot;|&amp;quot;public_selections&amp;quot;] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The default behavior is to return only object names.&lt;br /&gt;
&lt;br /&gt;
=== EXAMPLES ===&lt;br /&gt;
Multiple alignments&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# structure align all proteins in PyMOL to the protein named &amp;quot;PROT&amp;quot;.  Effectively a &lt;br /&gt;
# poor multiple method for multiple structure alignment.&lt;br /&gt;
for x in cmd.get_names(&amp;quot;all&amp;quot;): cealign( &amp;quot;PROT&amp;quot;, x)&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[get_type]], [[count_atoms]], [[count_states]],[[get_names_of_type]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Get Names]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Internal_gui&amp;diff=6169</id>
		<title>Internal gui</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Internal_gui&amp;diff=6169"/>
		<updated>2012-02-13T18:11:08Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
The internal GUI is the openGL-based user interface (that is--not the TK-window).  Here you can enable/disable proteins from view, color then, change their representation--a whole host of things.  If you want a nice clean presentation mode, you can turn off the internal GUI using this setting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Ig_on.png|Internal GUI on&lt;br /&gt;
Image:Ig_off.png|Internal GUI off&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Syntax =&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# turn the internal gui off&lt;br /&gt;
set internal_gui, off&lt;br /&gt;
&lt;br /&gt;
# turn it back on&lt;br /&gt;
set internal_gui, on&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
[[:Category:GUI|GUI Category]] , [[Group]]&lt;br /&gt;
&lt;br /&gt;
[[Category:GUI|GUI Category]]&lt;br /&gt;
[[Category:Settings]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Group&amp;diff=6123</id>
		<title>Group</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Group&amp;diff=6123"/>
		<updated>2012-02-11T16:51:36Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Group]] command creates or updates a &amp;quot;group&amp;quot; object.  The grouped objects are collected underneath a '''+''' sign in the object tree (see images) in the Pymol Internal Gui.&lt;br /&gt;
&lt;br /&gt;
[[Group]] is tremendously helpful with multi-state or multi-structure sessions.  Wildcards work great, for example:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# put all of objState into the group &amp;quot;ensemble&amp;quot;.&lt;br /&gt;
group ensemble, objState*&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:group_off.png|Three EF-Hand proteins loaded into PyMOL&lt;br /&gt;
Image:group_on1.png|Applied the group command to the proteins via: &amp;quot;group efHand, *&amp;quot;&lt;br /&gt;
Image:group_on2.png|The plus was clicked and expanded to show the hierarchy of objects.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
group name, members, action&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Creating, opening and closing ===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
group efHand, 1cll 1ggz 1sra&lt;br /&gt;
&lt;br /&gt;
# allow addition and removal from the group&lt;br /&gt;
group efHand, open&lt;br /&gt;
# disallow addition/removal from the group&lt;br /&gt;
group efHand, close&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More advanced usage of groups and naming ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# names with dots are treated special&lt;br /&gt;
&lt;br /&gt;
set group_auto_mode, 2&lt;br /&gt;
&lt;br /&gt;
# load the example protein&lt;br /&gt;
&lt;br /&gt;
load $TUT/1hpv.pdb, 1hpv.other&lt;br /&gt;
&lt;br /&gt;
# create the new entry called &amp;quot;.protein&amp;quot; in group 1hpv&lt;br /&gt;
&lt;br /&gt;
extract 1hpv.protein, 1hpv.other and polymer&lt;br /&gt;
&lt;br /&gt;
# create &amp;quot;.ligand in the 1hpv group&lt;br /&gt;
&lt;br /&gt;
extract 1hpv.ligand, 1hpv.other and organic&lt;br /&gt;
&lt;br /&gt;
# supports wildcards&lt;br /&gt;
&lt;br /&gt;
show sticks, *.ligand&lt;br /&gt;
&lt;br /&gt;
hide lines, *.protein&lt;br /&gt;
&lt;br /&gt;
show surface, *.protein within 6 of *.ligand&lt;br /&gt;
&lt;br /&gt;
show lines, byres *.protein within 4 of *.ligand&lt;br /&gt;
&lt;br /&gt;
set two_sided_lighting&lt;br /&gt;
&lt;br /&gt;
set transparency, 0.5&lt;br /&gt;
&lt;br /&gt;
set surface_color, white&lt;br /&gt;
&lt;br /&gt;
# Also, to lexicographically sort the names in the control panel:&lt;br /&gt;
&lt;br /&gt;
order *, yes&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Notes ==&lt;br /&gt;
Group objects can usually be used as arguments to commands.  It can be processed as a group or as a selection, in which case all the atoms from all objects in the group will be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[ungroup]] [[order]] [[select]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Group]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=MovieSchool_5&amp;diff=8116</id>
		<title>MovieSchool 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=MovieSchool_5&amp;diff=8116"/>
		<updated>2011-10-15T11:35:41Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* Representations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Putting It All Together ==&lt;br /&gt;
Now that we understand the basic PyMOL commands for movie making, we build a few ideas--which have already been hinted at--that lead to the final goal: allowing you to generate PyMOL movies to tell the stories you want to tell.  We start simple and build up the complexity.  Here's an outline of the ideas:&lt;br /&gt;
* '''camera motions'''&amp;amp;mdash;just moving the camera around your scene&lt;br /&gt;
* '''object motions'''&amp;amp;mdash;keeping the camera still, but moving the objects around the scene&lt;br /&gt;
* '''camera &amp;amp;amp; object motions '''&amp;amp;mdash;moving both the camera and objects around&lt;br /&gt;
* '''representations'''&amp;amp;mdash;changing representations in a movie (eg. sticks to cartoons to surface; hiding/showing, etc.)&lt;br /&gt;
* '''motions &amp;amp;amp; representations '''&amp;amp;mdash;adding all the motions and representations together&lt;br /&gt;
* '''extras'''&amp;amp;mdash;pseudoatom labels; scene messages, etc.&lt;br /&gt;
* '''final example movies'''&amp;amp;mdash;some examples combining the above knowledge&lt;br /&gt;
&lt;br /&gt;
If you've read through most the above article on movie making, then these sections should be more of a review.  There are some tricks in here that might be worth reading, however.&lt;br /&gt;
&lt;br /&gt;
Many of the movie scripts below assume that you have readied PyMOL for movie generation.  To do that use the following code:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
reinitialize&lt;br /&gt;
set matrix_mode, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set cache_frames, 1&lt;br /&gt;
config_mouse three_button_motions, 1&lt;br /&gt;
&lt;br /&gt;
# initialize a 100 frame movie&lt;br /&gt;
mset 1 x100&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Camera Motions===&lt;br /&gt;
One of our first movies above was a very simple zoom on an atom in an amino acid.  The first 'scene' was the entire amino acid and the 2nd 'scene' was the zoomed in atom.  We just connected the two scenes and asked PyMOL to make the transition between the two smooth.  This is the idea of camera motions in PyMOL.  (You may not know that when you click on a protein and rotate it or drag it in PyMOL you're actually moving the camera, not the protein.)&lt;br /&gt;
&lt;br /&gt;
Assuming you had readied PyMOL to make your movie to get a camera motion you do the following:&lt;br /&gt;
* '''save the camera's first position information''': Once you have the protein/object aligned and shown in the representation of your choice, set the '''camera''' position information &lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# goto the first frame&lt;br /&gt;
frame 1&lt;br /&gt;
# store the CAMERA positions ONLY&lt;br /&gt;
mview store&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
* '''save the cameras second position information''': Now using the mouse (or scripted commands) move the camera to its new position--say zooming in on an important ligand or catalytic residue.  Once that's done, tell PyMOL to store the new camera position in this frame:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# goto the first frame&lt;br /&gt;
frame 88&lt;br /&gt;
# store the CAMERA positions ONLY&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# now link the two stored camera positions together:&lt;br /&gt;
mview reinterpolate&lt;br /&gt;
&lt;br /&gt;
# play your movie&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hints:&lt;br /&gt;
* '''mview reinterpolate, power=1&amp;quot; will turn off the smoothed starting and stopping of camera motions between the scenes.  The smoothing gives a nicer feel to transitions.  Try both, see which you prefer.&lt;br /&gt;
* check out mview's other options--like 'wrap'&lt;br /&gt;
* using the three_button_motions option, you can pretty much make the entire movie w/your mouse: All-&amp;gt;M-&amp;gt;Store is the same as, ''mview store'', and All-&amp;gt;M-&amp;gt;Reinterpolate is the same as ''mview reinterpolate''.&lt;br /&gt;
* '''[[mview]] reset''' unstores the camera position information for this frame.&lt;br /&gt;
&lt;br /&gt;
==== Camera Motions Movie Example ====&lt;br /&gt;
This idea should be pretty sound at this point, but examples rock, so here's another.  The pattern is:&lt;br /&gt;
* frame XYZ&lt;br /&gt;
* script the view&lt;br /&gt;
* mview store&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# setup PyMOL for movies&lt;br /&gt;
reinitialize&lt;br /&gt;
set matrix_mode, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set cache_frames, 1&lt;br /&gt;
config_mouse three_button_motions, 1&lt;br /&gt;
&lt;br /&gt;
fetch 1te1, async=0&lt;br /&gt;
extract AA, c. A&lt;br /&gt;
extract BB, c. B&lt;br /&gt;
color marine, AA&lt;br /&gt;
color grey, BB&lt;br /&gt;
as surface, BB&lt;br /&gt;
as cartoon, AA&lt;br /&gt;
&lt;br /&gt;
mset 1 x620&lt;br /&gt;
&lt;br /&gt;
orient&lt;br /&gt;
&lt;br /&gt;
wizard message, &amp;quot;Can you see the blue protein inhibiting the gray protein?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
frame 1&lt;br /&gt;
mview store&lt;br /&gt;
frame 30&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
### cut below here and paste into script ###&lt;br /&gt;
set_view (\&lt;br /&gt;
     0.307660401,    0.011366921,    0.951428533,\&lt;br /&gt;
     0.930296898,   -0.213488042,   -0.298277378,\&lt;br /&gt;
     0.199727684,    0.976880252,   -0.076255992,\&lt;br /&gt;
     0.000000000,    0.000000000, -196.781448364,\&lt;br /&gt;
    27.129878998,   68.309677124,   51.827075958,\&lt;br /&gt;
   155.143981934,  238.418914795,  -20.000000000 )&lt;br /&gt;
### cut above here and paste into script ###&lt;br /&gt;
&lt;br /&gt;
# slowly show the inhibition&lt;br /&gt;
frame 120&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# wait 3 seconds&lt;br /&gt;
frame 180&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# define the inhib as the binding loop&lt;br /&gt;
select inhib, AA and i. 148-155&lt;br /&gt;
select (none)&lt;br /&gt;
&lt;br /&gt;
# slowly zoom in&lt;br /&gt;
frame 300&lt;br /&gt;
zoom inhib&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# stop a second&lt;br /&gt;
frame 330&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# look around the binding pocket&lt;br /&gt;
frame 390&lt;br /&gt;
turn y, 150&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# wrap back more quickly...&lt;br /&gt;
frame 420&lt;br /&gt;
turn y, -150&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
# one more gratuitous view&lt;br /&gt;
frame 500&lt;br /&gt;
### cut below here and paste into script ###&lt;br /&gt;
set_view (\&lt;br /&gt;
     0.943371952,    0.309539229,   -0.119302809,\&lt;br /&gt;
    -0.044248745,   -0.239008784,   -0.970008850,\&lt;br /&gt;
    -0.328769624,    0.920357347,   -0.211777285,\&lt;br /&gt;
     0.000000000,    0.000000000,  -30.773454666,\&lt;br /&gt;
    35.418403625,   72.805625916,   52.437019348,\&lt;br /&gt;
    20.233829498,   41.313076019,  -20.000000000 )&lt;br /&gt;
### cut above here and paste into script ###&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
frame 560&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
mview reinterpolate&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Object Motions===&lt;br /&gt;
&lt;br /&gt;
Now that we're experts at moving the PyMOL camera around, let's start moving objects around while keeping the camera steady.  To do this '''you must have matrix_mode set to 1''', otherwise PyMOL won't save your object's repositioning.&lt;br /&gt;
&lt;br /&gt;
Let's use the same proteins as from the above inhibitor example.  This time, let's try to get a simple movie that shows one of the proteins and then have the other one fly in to do the inhibiting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# setup PyMOL for movies&lt;br /&gt;
reinitialize&lt;br /&gt;
set matrix_mode, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set cache_frames, 1&lt;br /&gt;
config_mouse three_button_motions, 1&lt;br /&gt;
&lt;br /&gt;
# download the complex and setup it up&lt;br /&gt;
fetch 1te1, async=0&lt;br /&gt;
extract AA, c. A&lt;br /&gt;
extract BB, c. B&lt;br /&gt;
color marine, AA&lt;br /&gt;
color grey, BB&lt;br /&gt;
as surface, BB&lt;br /&gt;
as cartoon, AA&lt;br /&gt;
&lt;br /&gt;
# intialize the movie &lt;br /&gt;
mset 1 x410&lt;br /&gt;
&lt;br /&gt;
# orient the scene&lt;br /&gt;
set_view (\&lt;br /&gt;
     0.423117876,    0.061672822,    0.903973043,\&lt;br /&gt;
     0.789699256,   -0.514252067,   -0.334546506,\&lt;br /&gt;
     0.444237947,    0.855418444,   -0.266292989,\&lt;br /&gt;
     0.000107866,   -0.000027858, -196.784057617,\&lt;br /&gt;
    28.171787262,   70.919288635,   52.095287323,\&lt;br /&gt;
   155.143981934,  238.418914795,  -20.000000000 )&lt;br /&gt;
&lt;br /&gt;
# move the inhibitor off the screeen&lt;br /&gt;
translate [0,0,100], object=AA&lt;br /&gt;
&lt;br /&gt;
# first movie scene&lt;br /&gt;
frame 1&lt;br /&gt;
wizard message, &amp;quot;Let's watch the binder float it, while the camera doesn't move.&amp;quot;&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
&lt;br /&gt;
# 2 second pause for the user to catch up&lt;br /&gt;
frame 60&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
&lt;br /&gt;
frame 300&lt;br /&gt;
# slide the inhibitor in from over the camera.  :-)&lt;br /&gt;
translate [0,0,-100], object=AA&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview interpolate, object=AA&lt;br /&gt;
&lt;br /&gt;
# store &amp;amp; wait 2 seconds...&lt;br /&gt;
frame 360&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
mview reinterpolate, object=AA&lt;br /&gt;
mview reinterpolate, object=BB&lt;br /&gt;
&lt;br /&gt;
# 'explode' apart&lt;br /&gt;
frame 380&lt;br /&gt;
translate [-70, 70, 70], object=AA&lt;br /&gt;
translate [70, -70, -70], object=BB&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
mview reinterpolate, object=AA&lt;br /&gt;
mview reinterpolate, object=BB&lt;br /&gt;
&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hints:&lt;br /&gt;
* Use the mouse to get the 'right orientation &amp;amp;amp; zoom'.  Then use [[get_view]] to get the view matrix.  Finally, store that camera-position view matrix in your script.  Works every time.&lt;br /&gt;
* For object motions, the command '''translate [-70,70,70], object=AA''' would be the same as using the mouse and moving the object AA -70 units on the X-axis, +70 units on the Y and 70 on the Z.  If you don't use the '''object=''' you will not get the desired effect.&lt;br /&gt;
* For the above 'explosion' you can get quick motions by interpolating a large change over just a few frames.&lt;br /&gt;
&lt;br /&gt;
===Camera &amp;amp;amp; Object Motions===&lt;br /&gt;
Now let's combine the above two sections into one movie that has both object and camera motions.  This should be cool...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# setup PyMOL for movies&lt;br /&gt;
reinitialize&lt;br /&gt;
set movie_auto_interpolate, off&lt;br /&gt;
set matrix_mode, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set cache_frames, 1&lt;br /&gt;
config_mouse three_button_motions, 1&lt;br /&gt;
 &lt;br /&gt;
# download the complex and set it up&lt;br /&gt;
fetch 1te1, async=0&lt;br /&gt;
extract AA, c. A&lt;br /&gt;
extract BB, c. B&lt;br /&gt;
color marine, AA&lt;br /&gt;
color grey, BB&lt;br /&gt;
as surface, BB&lt;br /&gt;
as cartoon, AA&lt;br /&gt;
&lt;br /&gt;
mset 1 x120&lt;br /&gt;
# overview of the scene&lt;br /&gt;
frame 1&lt;br /&gt;
mview store&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
&lt;br /&gt;
# zoom into the binding pocket- setting the view means&lt;br /&gt;
# that this will be a camera motion from frames 1 to 120.&lt;br /&gt;
frame 120&lt;br /&gt;
set_view (\&lt;br /&gt;
     0.993863702,    0.110482253,   -0.005255031,\&lt;br /&gt;
     0.054543663,   -0.530888498,   -0.845684826,\&lt;br /&gt;
    -0.096224494,    0.840209842,   -0.533656776,\&lt;br /&gt;
     0.000000000,    0.000000000,  -50.366786957,\&lt;br /&gt;
    34.781314850,   71.208221436,   52.535022736,\&lt;br /&gt;
    39.709556580,   61.024017334,  -20.000000000 )&lt;br /&gt;
mview store&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
&lt;br /&gt;
# wiggle the inhibitor, like it's trying to escape&lt;br /&gt;
python&lt;br /&gt;
for x in range(20):&lt;br /&gt;
  cmd.madd(&amp;quot;1 x3&amp;quot;); cmd.frame(1000);&lt;br /&gt;
  cmd.rotate(&amp;quot;x&amp;quot;, 2.0, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;store&amp;quot;, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;store&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;interpolate&amp;quot;, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;reinterpolate&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
  cmd.madd(&amp;quot;1 x3&amp;quot;); cmd.frame(1000);&lt;br /&gt;
  cmd.rotate(&amp;quot;x&amp;quot;, -2.0, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;store&amp;quot;, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;store&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;interpolate&amp;quot;, object=&amp;quot;AA&amp;quot;)&lt;br /&gt;
  cmd.mview(&amp;quot;reinterpolate&amp;quot;)&lt;br /&gt;
python end&lt;br /&gt;
&lt;br /&gt;
mview store&lt;br /&gt;
&lt;br /&gt;
madd 1 x60&lt;br /&gt;
frame 240&lt;br /&gt;
mview store&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, object=BB&lt;br /&gt;
&lt;br /&gt;
mview interpolate, object=AA&lt;br /&gt;
mview interpolate, object=BB&lt;br /&gt;
mview reinterpolate&lt;br /&gt;
&lt;br /&gt;
mplay&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Representations===&lt;br /&gt;
&lt;br /&gt;
Scenes are the only way to change representations (eg sticks to cartoon).  In PyMOL to show representation changes we need to have a list of scenes, that we then assign to a given frame.  Once this is done we can reinterpolate through scenes to have beautifully smooth transitions.&lt;br /&gt;
&lt;br /&gt;
PyMOL makes it very easy to setup your scenes--for that ''look''--and save them in a stack (and, now, even move them around).  We covered scenes already in the tutorial, so please check that if you need more help on scenes, or see [[:Category:Scenes]] for more commands and hints.&lt;br /&gt;
&lt;br /&gt;
In PyMOL, to attach a scene to a frame (or, technically a frame to a scene) we simply do the following:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
mview store, scene=sceneName&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let's take a look at a simple movie that changes the representation of some object.  This will show a tryptophan going from lines to sticks and back.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot; line=1&amp;gt;&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
&lt;br /&gt;
# make a 90 frame movie, all STATE 1.&lt;br /&gt;
mset 1 x90&lt;br /&gt;
&lt;br /&gt;
# load a trypotphan fragment&lt;br /&gt;
frag trp&lt;br /&gt;
&lt;br /&gt;
# Tell PyMOL to call this current view '001'.&lt;br /&gt;
scene 001, store&lt;br /&gt;
# goto frame 1 and store this scene &amp;amp; camera&lt;br /&gt;
frame 1&lt;br /&gt;
mview store, scene=001&lt;br /&gt;
&lt;br /&gt;
# setup the next 'view'&lt;br /&gt;
as sticks&lt;br /&gt;
scene 002, store&lt;br /&gt;
&lt;br /&gt;
# goto frame 60 and show sticks&lt;br /&gt;
frame 45&lt;br /&gt;
mview store, scene=002&lt;br /&gt;
&lt;br /&gt;
mview reinterpolate&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To show you how easy adding camera motions + representations is, simply insert after line 17 (''as sticks'') a new line 18 that only has&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
orient&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's what's happening in the movie, above.  Lines 1&amp;amp;mdash;2 set PyMOL up to show you [[scene_buttons|scene buttons]] and the [[Movie_panel|movie panel]].  Line 5 makes a 90 '''frame''' movie that only spans the first state.  Line 8 makes the TRP fragment from PyMOL's stored knowledge of residues.  Line 11 asks PyMOL to store this current 'view' as a [[scene]] and call that scene ''001''.  Now that a scene is made, we need to associate with a frame.  So, we goto frame 1 in line 13.  In line 14 we actually make the scene-to-frame assignment with the [[mview]] store command, specifying the mapping between scene 001 and frame 1.  Lines 17 and 18 change the representation from lines to sticks and then orients the TRP residue (which causes the camera to move).  In line 19, we save this new camera position and the sticks representation of TRP in the scene called ''002''.  Next, in line 22, we go somewhere ahead in the movie, here 1/2 way to the end.  Line 23 assigns scene ''002'' to frame 45.  Lastly, because we changed the camera position, we need to reniterpolate it's movement, and that's done in line 24.  As you know [[mplay]] just plays the movie.&lt;br /&gt;
&lt;br /&gt;
* '''Hint''': Clear frames with '''mview clear'''&lt;br /&gt;
* '''Hint''': Clear scenes with '''scene sceneName, delete'''; you can delete all scenes with '''scene *, delete'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now that we have that, let's learn more complex tricks with motion and representations!&lt;br /&gt;
&lt;br /&gt;
===Motions &amp;amp;amp; Representations ===&lt;br /&gt;
&lt;br /&gt;
Let's look at the inhibitor complex again, (pdb 1TE1).  This time, we would like to make a more compex movie that shows moving objects (not the camera) and changing representations.  I do not want wrapping b/c I slide the molecule off the sceen.  To ensure that, I allow 0 transition frames, by setting the last frame in the movie  by '''mview store'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# b/c there will be motions, we need matrix_mode&lt;br /&gt;
reinitialize&lt;br /&gt;
set matrix_mode, 1&lt;br /&gt;
set scene_buttons, 1&lt;br /&gt;
set movie_panel, 1&lt;br /&gt;
&lt;br /&gt;
# setup the movie for 410 frames&lt;br /&gt;
mset 1 x240&lt;br /&gt;
&lt;br /&gt;
# load the complex &amp;amp; set it up&lt;br /&gt;
fetch 1te1, async=0&lt;br /&gt;
as cartoon&lt;br /&gt;
remove resn HOH&lt;br /&gt;
extract AA, c. A&lt;br /&gt;
extract BB, c. B&lt;br /&gt;
&lt;br /&gt;
# zoom in on the binding pocket&lt;br /&gt;
### cut below here and paste into script ###&lt;br /&gt;
set_view (\&lt;br /&gt;
     0.478582859,   -0.269358903,    0.835705996,\&lt;br /&gt;
     0.805654645,   -0.243718535,   -0.539927721,\&lt;br /&gt;
     0.349110991,    0.931690335,    0.100370787,\&lt;br /&gt;
     0.000000000,    0.000000000,  -49.810981750,\&lt;br /&gt;
    35.418403625,   72.805625916,   52.437019348,\&lt;br /&gt;
    39.271358490,   60.350605011,  -20.000000000 )&lt;br /&gt;
### cut above here and paste into script ###&lt;br /&gt;
&lt;br /&gt;
# store object AA's position&lt;br /&gt;
frame 1&lt;br /&gt;
scene 001, store, message=&amp;quot;This doesn't quite give us a good feel for what's going on.&amp;quot;&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, scene=001&lt;br /&gt;
&lt;br /&gt;
# change up the scene a bit&lt;br /&gt;
frame 60&lt;br /&gt;
color grey, AA&lt;br /&gt;
color marine, BB&lt;br /&gt;
scene 002, store, message=&amp;quot;Recoloring helps a little.&amp;quot;&lt;br /&gt;
mview store, scene=002&lt;br /&gt;
&lt;br /&gt;
# show chain B as surface&lt;br /&gt;
frame 120&lt;br /&gt;
as surface, BB&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
scene 003, store, message=&amp;quot;Surface helps alot.&amp;quot;&lt;br /&gt;
mview store, 120, scene=003&lt;br /&gt;
&lt;br /&gt;
# show more&lt;br /&gt;
frame 180&lt;br /&gt;
select inhib, AA and i. 148-155; &lt;br /&gt;
show sticks, inhib&lt;br /&gt;
color magenta, inhib&lt;br /&gt;
select nn, BB within 7 of inhib; deselect;&lt;br /&gt;
set transparency, 0.65, nn&lt;br /&gt;
show sticks, nn&lt;br /&gt;
set_bond stick_color, chartreuse, nn&lt;br /&gt;
scene 004, store, message=&amp;quot;Coloring, transparency, and other objects help more...&amp;quot;&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview store, 180&lt;br /&gt;
&lt;br /&gt;
# move AA away&lt;br /&gt;
frame 240&lt;br /&gt;
translate [20, 10, 80], object=AA&lt;br /&gt;
mview store, object=AA&lt;br /&gt;
mview reinterpolate, object=AA&lt;br /&gt;
mview store, 240&lt;br /&gt;
mview reinterpolate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Hint''': Use '''mview store, frameNo, scene=sceneName''' to save complex scenes.  If you do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
frame X&lt;br /&gt;
scene Y&lt;br /&gt;
mview store X, scene=Y&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
then the PyMOL GUI may not have caught up to the correct place before saving the scene information.&lt;br /&gt;
* '''Hint''': Things can get confusing with frames, states and whatnot.  A good idea is to ALWAYS set your frame when setting a new scene.  If you don't '''mview store''' might save a different frame number than you think you're on.  Or, you can save the frame number too with, '''mview store, frameNo, scene=XXX, object=YYY'''.&lt;br /&gt;
* '''Hint''': Use [[deselect]] in a script to hide the dots from making a new selection.&lt;br /&gt;
* '''Hint''': Use [[set_bond]] to set bond properties, like colors, on [[sticks]] representations.&lt;br /&gt;
&lt;br /&gt;
=== Extras ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[MovieSchool_4| &amp;amp;larr; Previous Lesson]] [[MovieSchool_6| Next Lesson &amp;amp;rarr;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Movies]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Stereo_3D_Display_Options&amp;diff=10437</id>
		<title>Stereo 3D Display Options</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Stereo_3D_Display_Options&amp;diff=10437"/>
		<updated>2010-02-01T15:47:05Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* LCD Displays (120 Hz) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for aggregating the latest know-how and links to current Stereo 3D display options best suited for molecular graphics applications like PyMOL.  Please strive to provide objective factual information based on first-hand experiences while using the displays for real work and teaching.&lt;br /&gt;
&lt;br /&gt;
Let's figure out together what stereo solutions work well in this brave new post-CRT world!&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
* '''[[#Active_Stereo_3D|Active Stereo 3D]]''' -- requires expensive and/or bulky shutter glasses.  For decades, this has been the standard solution for stereo 3D molecular visualization on the desktop.&lt;br /&gt;
* '''[[#Passive_Stereo_3D|Passive Stereo 3D]]''' -- requires inexpensive lightweight polarized glasses.  This is the standard solution for delivering stereo 3D to audiences of more than a small group of people.&lt;br /&gt;
* '''[[#Autostereoscopic_3D|Autostereoscopic 3D]]''' -- means that no glasses are required.  However, current autostereoscopic displays tend do not to work well for molecular graphics due to their inability to faithfully represent fine detail such as thin bonds and wire meshes.&lt;br /&gt;
&lt;br /&gt;
== Active Stereo 3D (High-Refresh) Displays ==&lt;br /&gt;
&lt;br /&gt;
This solution would be analogous to using desktop CRT monitors with shutter glasses.  &lt;br /&gt;
&lt;br /&gt;
=== LCD Displays (120 Hz)===&lt;br /&gt;
&lt;br /&gt;
Are any of these displays on the market yet?&lt;br /&gt;
&lt;br /&gt;
* [http://www.engadget.com/2008/08/26/viewsonic-shows-off-a-120hz-lcd-display-for-computers ViewSonic VX2265wm] - Not yet on the market as of Feb 1st, 2009 - WLD&lt;br /&gt;
&lt;br /&gt;
* [http://www.nvidia.com/object/product_GeForce_3D_VisionBundle_us.html Samsung 2233RZ] - On the market. Quad buffered stereo works with a [http://en.wikipedia.org/wiki/Nvidia_Quadro G8x based graphics core] or better Quadro FX card with the 3 pin mini din stereo connector (e.g. Quadro FX 3700), 195.22 nvidia linux binary driver, and the nvidia 3d vision kit. [http://en.wikipedia.org/wiki/Nvidia_Quadro Quadro-FX Cards with the NV41/42/45GL core] do not support stereo with the nvidia 3D vision kit even if they have a 3-pin mini din connector in the back. USB only based stereo with the 3D vision kit works only in MS Windows (e.g. with a low end Quadro FX 370 that has no 3 pin mini din stereo connector). For more information see this forum post [http://forums.nvidia.com/index.php?showtopic=91072&amp;amp;view=findpost&amp;amp;p=968627 at the Nvidia Forums] - SP&lt;br /&gt;
:: '''WARNING:''' NVidia 3D NVision kit only supports directX software for GeForce (gaming cards) on Windows; users are reporting that they are not able to run PyMOL with NVision with these cards. Get a newer model low end quadro (&amp;gt; G8x graphics core) without the 3 pin mini din (e.g. Quadro 370) or with the 3 pin mini din (e.g. Quadro 3700) for Windows.&lt;br /&gt;
&lt;br /&gt;
==== NVision Setup ====&lt;br /&gt;
These instructions might work for XP/Vista.&lt;br /&gt;
&lt;br /&gt;
Setup: &lt;br /&gt;
&lt;br /&gt;
- A 120 Hz LCD: a Samsung 2233RZ or a ViewSonic Fuhzion vx2265wm&lt;br /&gt;
- A recent Quadro series graphics card such as an FX 380 or 570.&lt;br /&gt;
- A GeForce 3D Vision hardware kit (an emitter with 3D shutter glasses).&lt;br /&gt;
- Windows XP 32 bit &lt;br /&gt;
&lt;br /&gt;
You need the 190+-series graphics driver for Windows XP:&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/winxp_190.38_beta.html&lt;br /&gt;
&lt;br /&gt;
and the 190-series 3D Vision driver for Windows Vista:&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/geforce_3D_vision_winvista_win7_190.38.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Instructions:&lt;br /&gt;
&lt;br /&gt;
* Uninstall the existing display drivers, disconnect the USB emitter, and reboot.&lt;br /&gt;
* Run the Window XP graphics driver installer and reboot.&lt;br /&gt;
* Launch the Vista 3D Vision driver in order to extract the files you need, but do not yet click Next on the Welcome page...just leave it open for now...do not close the installer.&lt;br /&gt;
* Plug in the USB emitter.  Windows should throw up the Found New Hardware Wizard**. Choose &amp;quot;No, not this time&amp;quot; and go to the Next page. Select &amp;quot;install from a list or specific location&amp;quot; and click Next to continue.  Choose &amp;quot;Search for the best driver&amp;quot;, &amp;quot;include this specific location...&amp;quot;, and click Browse.  Now c comes the hard part: you must select the folder which contains the file &amp;quot;nvstusb.inf&amp;quot;.  On my system, that file was unpacked into c:\Documents and Settings\Warren~1~000\Locals~1\Temp\pft16~tmp - your copy may be in a similar location.  You may need to use Windows Search to find the file. Once you've chosen the correct folder, click Ok and then Next.  You may then be asked to locate &amp;quot;nvstusb.sys&amp;quot;, which should be in the same folder.  Click Ok once you've found the file, and then Finish.  This should complete installation of the USB driver.&lt;br /&gt;
**If Windows doesn't throw up the Found New Hardware Wizard, use the&lt;br /&gt;
Device Manager to locate the device and then update the driver for the&lt;br /&gt;
device using the same process described above.&lt;br /&gt;
* Now allow the 3D Vision Installer to continue.  Since your on XP, not Vista, it will complain and throw up one warning and one error message, but it should still complete.  Reboot when prompted.  The rest of the instructions are basically the same as for Vista:&lt;br /&gt;
* Open the NVIDIA Control Panel, and increase the display refresh rate to 120 Hz using the display resolution tab.  Then go to the 3D Settings tab and set the Stereo display mode to &amp;quot;Generic active stereo (with NVIDIA IR Emitter)&amp;quot;, click Apply, and then set Stereo - enable mode to &amp;quot;on&amp;quot;, click Apply, and then close the NVIDIA control panel.&lt;br /&gt;
* Launch PyMOL 1.2r1 for Windows.  You should get the message: &amp;quot;OpenGL quad-buffer stereo 3D detected and enabled.&amp;quot;&lt;br /&gt;
* Now load a PDB file and issue &amp;quot;stereo on&amp;quot;.  The emitter should light up and the glasses should activate.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Congratulations -- you should now be able to view PyMOL molecular structures in stereo 3D on a 120 Hz LCD using Windows XP!&lt;br /&gt;
&lt;br /&gt;
=== DLP Projection Televisions ===&lt;br /&gt;
&lt;br /&gt;
Projection televisions tend to be too large and fuzzy for desktop use.  Also, a band of about 20 pixels around on the edge of the display are invisible, and this limitation cannot be eliminated through overscan since the image must be scanned at native resolution in order to support stereo 3D.  The workaround is to shrink the PyMOL window to cover the visible portion of the screen.  It is worth noting that true 3D-capable LCDs (as distinct from 3D-capable HDTVs) do not suffer from this problem.&lt;br /&gt;
&lt;br /&gt;
Aside from the above concerns, the quality of the DLP stereo 3D effect is exceptional:  there is absolutely no ghosting or cross-talk between the two images. &lt;br /&gt;
&lt;br /&gt;
* [http://pages.samsung.com/us/dlp3d Samsung 3D-Ready DLP HDTVs] - work with PyMOL 1.2b3 &amp;amp; later without any special drivers.  Quadro driver support is still lacking as of Feb. 1st, 2009 - WLD&lt;br /&gt;
&lt;br /&gt;
* [http://www.mitsubishi-tv.com/ Mitsubishi 3D-Ready DLP HDTVs] - not yet tested, but are expected to work with PyMOL 1.2b3 &amp;amp; later without any special drivers.  - WLD&lt;br /&gt;
&lt;br /&gt;
See [http://www.3dmovielist.com/3dhdtvs.html The 3D HDTV List] for more 3D-capable HDTV options.&lt;br /&gt;
&lt;br /&gt;
== Passive Stereo 3D Displays == &lt;br /&gt;
&lt;br /&gt;
=== One Piece Multi-layer LCD Displays ===&lt;br /&gt;
&lt;br /&gt;
Affordable!&lt;br /&gt;
&lt;br /&gt;
* [http://www.zalman.co.kr/eng/product/Product_read.asp?Idx=219 Zalman 22-inch 3D LCD monitor] - works with PyMOL 1.2b3 &amp;amp; later without any special drivers.  Great stereo quality provided that all drawn lines are at least 2 pixels thick.  Menus are a bit awkward to use while in stereo mode, but even so, this 650 USD display provides excellent 3D molecular visualization in both full-screen in windowed modes.  - WLD  ('''The Zalman ZM-M220W is DeLano Scientific's RECOMMENDED SOLUTION as of Feb 11, 2009!''').&lt;br /&gt;
* [http://www.iz3d.com IZ3D] - works with PyMOL 1.2b3 &amp;amp; later without any special drivers.  However, this display exhibits far too much cross-talk and interference between the two stereo images.  Not suitable for professional use.  - WLD &lt;br /&gt;
&lt;br /&gt;
=== Mirror-based Multi-LCD Solutions ===&lt;br /&gt;
&lt;br /&gt;
Expensive!&lt;br /&gt;
&lt;br /&gt;
* [http://www.planar3d.com Planar3D] &amp;quot;I have used these displays with nVidia Quadro graphics cards under both Windows and Linux running both PyMOL and Maestro.  They work well, and the stereo quality is excellent!&amp;quot; - WLD.&lt;br /&gt;
* [http://www.inition.co.uk/inition/product.php?URL_=product_stereovis_omnia_mimo&amp;amp;SubCatID_=3 Omnia MIMO]&lt;br /&gt;
&lt;br /&gt;
== Autostereoscopic LCD Displays ==&lt;br /&gt;
&lt;br /&gt;
Some autostereoscopic displays have the ability to switch between 2D and 3D display modes.  Others are built for 3D only.&lt;br /&gt;
&lt;br /&gt;
* [http://www.dti3d.com Dimension Technologies Inc.]&lt;br /&gt;
* [http://www.seereal.com SeeReal Technologies] &lt;br /&gt;
* [http://www.newsight.com/3d-products/displays.html NewSight Corp.]&lt;br /&gt;
&lt;br /&gt;
== Stereo 3D Projectors ==&lt;br /&gt;
&lt;br /&gt;
Although these displays require shutter glasses out of the box, when combined with the adapters below and a special &amp;quot;silvered&amp;quot; screen, they can be used to project Passive Stereo 3D to a large audience.&lt;br /&gt;
&lt;br /&gt;
=== Active Stereo 3D DLP Projectors ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.depthq.com DepthQ Stereoscopic] &amp;quot;The original DepthQ gave a very good stereo 3D effort with PyMOL, but I haven't seen their latest products.&amp;quot; - WLD.&lt;br /&gt;
* [http://www.christiedigital.com/AMEN/Products/christieMirageS4K.htm Christie MIRAGE S+4K SXGA+ 6500 LUMEN DLP™ STEREOSCOPIC PROJECTOR] &amp;quot;I have been very impressed with the stereo 3D effect produced by MIRAGE projectors equipped with StereoGraphic ZScreens running PyMOL under Windows with a high-end nVidia Quadro card.&amp;quot; - WLD.&lt;br /&gt;
&lt;br /&gt;
=== Passive Stereo 3D Adaptor Hardware for Active Stereo 3D Projectors ===&lt;br /&gt;
&lt;br /&gt;
These devices make it possible for a large audience to see projected stereo 3D using inexpensive polarized glasses.&lt;br /&gt;
&lt;br /&gt;
* [http://reald-corporate.com/scientific/projectorzscreen.asp RealD StereoGraphics Projection ZScreen]&lt;br /&gt;
&lt;br /&gt;
== Who Says What? ==&lt;br /&gt;
&lt;br /&gt;
If you provide a specific quote or endorsement above, please say who you are so that everyone can know the source of the information.&lt;br /&gt;
&lt;br /&gt;
* WLD = Warren L. DeLano of DeLano Scientific LLC&lt;br /&gt;
* SP = Sabuj Pattanayek of the Center For Structural Biology, Vanderbilt University&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware_Options]]&lt;br /&gt;
[[Category:Stereo_3D_Display]]&lt;br /&gt;
[[Category:Stereo]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Covers&amp;diff=5298</id>
		<title>Covers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Covers&amp;diff=5298"/>
		<updated>2009-11-18T23:44:26Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= PyMOL-created Journal Covers =&lt;br /&gt;
Part of PyMOL's popularity comes from the fact that it is very flexible and it offers arbitrarily high-resolution images as output; this make it a great tool for making journal covers or any press-related images.&lt;br /&gt;
&lt;br /&gt;
Here are some of the known PyMOL-created Journal Covers.  There are surely more out there.  If you have a cover you'd like to add, feel free.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
Image:Cover_royal_soc_small.png |[http://pymolwiki.org/index.php/File:Cover_royal_soc_small.png  Philosophical Transactions of The Royal Society, B : Biological Sciences Jan,  2009 ]&lt;br /&gt;
Image:Image_large.png |[http://pymolwiki.org/index.php/File:Image_large.png MD simulation of protein-protein binding  ]'''Pymol generated Movie is avialable inside pdf'''[[http://www.pymolwiki.org/index.php/File:SH3.pdf]] ''' or high quality AVI format'''[http://gepard.bioinformatik.uni-saarland.de/old_html/material/dl/SH3_large.avi]&lt;br /&gt;
Image:Cover_JCIM_2008_48-10.png|[http://pubs.acs.org/action/showLargeCover?issue=329743592 J. Chem. Inf. Model., 2008, 48 (10)]&lt;br /&gt;
Image:Science090410.jpg|[http://www.sciencemag.org/content/vol324/issue5924/index.dtl Protein Dynamics]&lt;br /&gt;
Image:080701_h.a.steinberg_biochemie.jpg|'''Targeting DNA''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236236%232008%23999099992%23693363%23FLA%23&amp;amp;_cdi=6236&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=3e9cfd266720a7645cec65b2bfbd7645 BIOCHEMIE], July 1, 2008 Cover, Vol. 90.&lt;br /&gt;
Image:080602cnen.pdf.jpg|'''Harnessing Helices''', [http://pubs.acs.org/cen/coverstory/86/8622aboutcover.html Chemical &amp;amp; Engineering News], June 2, 2008 Cover, Vol. 86, Issue 22.&lt;br /&gt;
Image:080118_h.a.steinberg_JBC.jpg|''' Fusarium head blight (FHB)''', [http://www.jbc.org/content/vol283/issue3/cover.shtml JBC], January 18, 2008 Cover, Vol. 283, Issue 3.&lt;br /&gt;
Image:071213nature.pdf.jpg|'''Pumping Ions''', [http://www.nature.com/nature/journal/v450/n7172/index.html Nature], Dec. 13th, 2007.&lt;br /&gt;
Image:0712channels.jpg|[http://www.landesbioscience.com/journals/channels/toc/1/6], Dec 2007.&lt;br /&gt;
Image:071123science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5854/index.dtl Science], Nov. 23rd, 2007.&lt;br /&gt;
Image:071120pnas.jpg|'''Sensing Calciums'''[http://www.pnas.org/content/104/47.toc], Nov 20th, 2007. &lt;br /&gt;
Image:071113Structure.png|'''Aminoacyl-tRNA synthetases from human mitochondria'''[http://www.cell.com/structure/issue?pii=S0969-2126(07)X0180-1], Nov. 13th, 2007.&lt;br /&gt;
Image:071009science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5849/index.dtl Science], Oct. 19th, 2007.&lt;br /&gt;
Image:070920nature.pdf.jpg|'''Sensing Acid''', [http://www.nature.com/nature/journal/v449/n7160/index.html Nature], Sept. 20th, 2007.&lt;br /&gt;
Image:070816nature.pdf.jpg|'''Form Finds Function?''', [http://www.nature.com/nature/journal/v448/n7155/index.html Nature], Aug. 16thm 2007.&lt;br /&gt;
Image:Largecover.gif|[http://www.nature.com/neuro/journal/v10/n8/abs/nn1942.html Nature Neuroscience] Vol. 10 No. 8 Aug. 2007&lt;br /&gt;
Image:070803_h.a.steinberg_molec_cell.jpg|'''Paused transcription complexes''', [http://www.cell.com/molecular-cell/issue?pii=S1097-2765(07)X0175-8# Molecular Cell], August 3 2007 Cover, Vol. 27, Issue 3.&lt;br /&gt;
Image:070415.h.a.steinberg_ABB.jpg|'''Vitamin D''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_cdi=6701&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=b9733feacdee17300b6b31649737997b&amp;amp;jchunk=460#460 ABB], April 14 2007 Cover, Vol. 460, Issue 2.&lt;br /&gt;
Image:070405nature.pdf.jpg|'''Auxin Action Revealed''', [http://www.nature.com/nature/journal/v446/n7136/index.html Nature], April 5, 2007.&lt;br /&gt;
Image:070301_h.a.steinberg_protein_science.jpg|'''Glucose-1-phosphate uridylyltransferase''', [http://www.proteinscience.org/content/vol16/issue3/cover.shtml Protein Science], March 3, 2007 Cover, Volume 16 Issue 3.&lt;br /&gt;
Image:070219cnen.pdf.jpg|'''How Ribosomes Work''', [http://pubs.acs.org/cen/coverstory/85/8508aboutcover.html Chemical &amp;amp; Engineering News], Feb. 19th, 2007.&lt;br /&gt;
Image:070215nature.pdf.jpg|'''HIV's Hidden Weakness''', [http://www.nature.com/nature/journal/v445/n7129/index.html Nature], Feb. 15th, 2007.&lt;br /&gt;
Image:061208_h.a.steinberg_molec_cell.jpg|'''Sen1 Control of RNA Pol II Termination''', [http://www.molecule.org/content/issue?volume=24&amp;amp;issue=5 Molecular Cell], December 8, 2006 Cover, Volume 24 Issue 5.&lt;br /&gt;
Image:061201_h.a.steinberg_molec_micro.jpg|'''Transposon Loops''', [http://www.blackwell-synergy.com/toc/mmi/62/6 Molecular Microbiology], December 1, 2006 Cover, Volume 62 Issue 6.&lt;br /&gt;
Image:060904cnen.pdf.jpg|'''Glycosylation Engineering''', [http://pubs.acs.org/subscribe/journals/cen/84/i36/toc/toc_i36.html Chemical &amp;amp; Engineering News], Sept. 4th, 2006.&lt;br /&gt;
Image:060817nature.pdf.jpg|'''Chromatin Code Decoded''', [http://www.nature.com/nature/journal/v442/n7104/index.html Nature], Aug. 17th, 2006.&lt;br /&gt;
Image:060522cnen.pdf.jpg|'''Halogenases''', [http://pubs.acs.org/subscribe/journals/cen/84/i21/toc/toc_i21.html Chemical &amp;amp; Engineering News], May 22nd, 2006.&lt;br /&gt;
Image:060101_h.a.steinberg_protein_science.jpg|'''Poly (2S-proline)''', [http://www.proteinscience.org/content/vol15/issue1/cover.shtml Protein Science], January 1, 2006 Cover, Volume 15, Issue 1.&lt;br /&gt;
Image:050624_h.a.steinberg_JMB.jpg|'''Ribonuclease A''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996459998%23609160%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;view=c&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=9623405850d13617453adb034fb10a81 JMB], November 18, 2005 Cover, Volume 354, Issue 1.&lt;br /&gt;
Image:051020nature.pdf.jpg|'''The B to Z of DNA''', [http://www.nature.com/nature/journal/v437/n7062/index.html Nature], Oct. 20th, 2005.&lt;br /&gt;
&lt;br /&gt;
Image:050923_h.a.steinberg_JBC.jpg|'''GalNAc kinase''', [http://www.jbc.org/content/vol280/issue38/cover.shtml JBC], September 23, 2005 Cover, Volume 280, Issue 38.&lt;br /&gt;
Image:050908nature.pdf.jpg|'''Neurotransmission''', [http://www.nature.com/nature/journal/v437/n7056/index.html Nature], Sept. 8th, 2005.&lt;br /&gt;
Image:050722science.pdf.jpg|[http://www.sciencemag.org/content/vol309/issue5734/index.dtl Science], July 22nd, 2005.&lt;br /&gt;
Image:050624_h.a.steinberg_jmb1.jpg|[http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996509994%23597371%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=0bc37bcef231976694d0fbe8920ef596 JMB], June 24, 2005 Cover, Volume 349, Issue 5.&lt;br /&gt;
Image:050609nature.pdf.jpg|'''Probing Prions''', [http://www.nature.com/nature/journal/v435/n7043/index.html Nature], June 9th, 2005.&lt;br /&gt;
Image:050429science.pdf.jpg|[http://www.sciencemag.org/content/vol308/issue5722/index.dtl Science], April 29th, 2005.&lt;br /&gt;
Image:040910science.pdf.jpg|[http://www.sciencemag.org/content/vol305/issue5690/index.dtl Science], Sept., 10th, 2004.&lt;br /&gt;
Image:040123science.pdf.jpg|[http://www.sciencemag.org/content/vol303/issue5657/index.dtl Science], Jan. 23rd, 2004.&lt;br /&gt;
Image:apr2003_ProtSci.png|&amp;lt;b&amp;gt;''Pae'' SmAP1&amp;lt;/b&amp;gt; 14-mers, [http://www3.interscience.wiley.com/journal/121602086/issue ''Protein Science'', April 2003].&lt;br /&gt;
Image:Ribbon_hh1.png|[http://www.chembiol.com/content/issue?volume=15&amp;amp;issue=4 Chem. Biol.]&lt;br /&gt;
Image:0903_1_1.jpg|[http://pubs.acs.org/journals/achre4/covers/36/articleWindow.achre4.091603.html Accounts of Chemical Research]&lt;br /&gt;
Image:CRP_nature_cover1.jpg|''Nature'', April 27th, 2006.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Cover_royal_soc_small.png&amp;diff=1242</id>
		<title>File:Cover royal soc small.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Cover_royal_soc_small.png&amp;diff=1242"/>
		<updated>2009-11-18T23:42:07Z</updated>

		<summary type="html">&lt;p&gt;Harijay: Cover Illustration made in Pymol of E.coli CLC_ec1 chloride proton antiporter with ion conduits generated in program Mole and visualized as pymol cgo spheres. Illustration appeared on the Jan 2009 Issue of the Philosophical Transactions of The Royal Socie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cover Illustration made in Pymol of E.coli CLC_ec1 chloride proton antiporter with ion conduits generated in program Mole and visualized as pymol cgo spheres. Illustration appeared on the Jan 2009 Issue of the Philosophical Transactions of The Royal Society : Section B Biological Sciences detailing &amp;quot;Discussion Meeting Issue ‘Membrane transport in flux: the ambiguous interface between channels and pumps’ organized by F. M. Ashcroft, D. Gadsby and C. Miller &amp;quot;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Covers&amp;diff=5297</id>
		<title>Covers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Covers&amp;diff=5297"/>
		<updated>2009-11-18T15:39:02Z</updated>

		<summary type="html">&lt;p&gt;Harijay: Undo revision 7626 by Harijay (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= PyMOL-created Journal Covers =&lt;br /&gt;
Part of PyMOL's popularity comes from the fact that it is very flexible and it offers arbitrarily high-resolution images as output; this make it a great tool for making journal covers or any press-related images.&lt;br /&gt;
&lt;br /&gt;
Here are some of the known PyMOL-created Journal Covers.  There are surely more out there.  If you have a cover you'd like to add, feel free.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
Image:1514.cover.gif |[http://pymolwiki.org/index.php/File:1514.cover.gif  Philosophical Transactions of The Royal Society, B : Biological Sciences Jan,  2009 ]&lt;br /&gt;
Image:Image_large.png |[http://pymolwiki.org/index.php/File:Image_large.png MD simulation of protein-protein binding  ]'''Pymol generated Movie is avialable inside pdf'''[[http://www.pymolwiki.org/index.php/File:SH3.pdf]] ''' or high quality AVI format'''[http://gepard.bioinformatik.uni-saarland.de/old_html/material/dl/SH3_large.avi]&lt;br /&gt;
Image:Cover_JCIM_2008_48-10.png|[http://pubs.acs.org/action/showLargeCover?issue=329743592 J. Chem. Inf. Model., 2008, 48 (10)]&lt;br /&gt;
Image:Science090410.jpg|[http://www.sciencemag.org/content/vol324/issue5924/index.dtl Protein Dynamics]&lt;br /&gt;
Image:080701_h.a.steinberg_biochemie.jpg|'''Targeting DNA''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236236%232008%23999099992%23693363%23FLA%23&amp;amp;_cdi=6236&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=3e9cfd266720a7645cec65b2bfbd7645 BIOCHEMIE], July 1, 2008 Cover, Vol. 90.&lt;br /&gt;
Image:080602cnen.pdf.jpg|'''Harnessing Helices''', [http://pubs.acs.org/cen/coverstory/86/8622aboutcover.html Chemical &amp;amp; Engineering News], June 2, 2008 Cover, Vol. 86, Issue 22.&lt;br /&gt;
Image:080118_h.a.steinberg_JBC.jpg|''' Fusarium head blight (FHB)''', [http://www.jbc.org/content/vol283/issue3/cover.shtml JBC], January 18, 2008 Cover, Vol. 283, Issue 3.&lt;br /&gt;
Image:071213nature.pdf.jpg|'''Pumping Ions''', [http://www.nature.com/nature/journal/v450/n7172/index.html Nature], Dec. 13th, 2007.&lt;br /&gt;
Image:0712channels.jpg|[http://www.landesbioscience.com/journals/channels/toc/1/6], Dec 2007.&lt;br /&gt;
Image:071123science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5854/index.dtl Science], Nov. 23rd, 2007.&lt;br /&gt;
Image:071120pnas.jpg|'''Sensing Calciums'''[http://www.pnas.org/content/104/47.toc], Nov 20th, 2007. &lt;br /&gt;
Image:071113Structure.png|'''Aminoacyl-tRNA synthetases from human mitochondria'''[http://www.cell.com/structure/issue?pii=S0969-2126(07)X0180-1], Nov. 13th, 2007.&lt;br /&gt;
Image:071009science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5849/index.dtl Science], Oct. 19th, 2007.&lt;br /&gt;
Image:070920nature.pdf.jpg|'''Sensing Acid''', [http://www.nature.com/nature/journal/v449/n7160/index.html Nature], Sept. 20th, 2007.&lt;br /&gt;
Image:070816nature.pdf.jpg|'''Form Finds Function?''', [http://www.nature.com/nature/journal/v448/n7155/index.html Nature], Aug. 16thm 2007.&lt;br /&gt;
Image:Largecover.gif|[http://www.nature.com/neuro/journal/v10/n8/abs/nn1942.html Nature Neuroscience] Vol. 10 No. 8 Aug. 2007&lt;br /&gt;
Image:070803_h.a.steinberg_molec_cell.jpg|'''Paused transcription complexes''', [http://www.cell.com/molecular-cell/issue?pii=S1097-2765(07)X0175-8# Molecular Cell], August 3 2007 Cover, Vol. 27, Issue 3.&lt;br /&gt;
Image:070415.h.a.steinberg_ABB.jpg|'''Vitamin D''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_cdi=6701&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=b9733feacdee17300b6b31649737997b&amp;amp;jchunk=460#460 ABB], April 14 2007 Cover, Vol. 460, Issue 2.&lt;br /&gt;
Image:070405nature.pdf.jpg|'''Auxin Action Revealed''', [http://www.nature.com/nature/journal/v446/n7136/index.html Nature], April 5, 2007.&lt;br /&gt;
Image:070301_h.a.steinberg_protein_science.jpg|'''Glucose-1-phosphate uridylyltransferase''', [http://www.proteinscience.org/content/vol16/issue3/cover.shtml Protein Science], March 3, 2007 Cover, Volume 16 Issue 3.&lt;br /&gt;
Image:070219cnen.pdf.jpg|'''How Ribosomes Work''', [http://pubs.acs.org/cen/coverstory/85/8508aboutcover.html Chemical &amp;amp; Engineering News], Feb. 19th, 2007.&lt;br /&gt;
Image:070215nature.pdf.jpg|'''HIV's Hidden Weakness''', [http://www.nature.com/nature/journal/v445/n7129/index.html Nature], Feb. 15th, 2007.&lt;br /&gt;
Image:061208_h.a.steinberg_molec_cell.jpg|'''Sen1 Control of RNA Pol II Termination''', [http://www.molecule.org/content/issue?volume=24&amp;amp;issue=5 Molecular Cell], December 8, 2006 Cover, Volume 24 Issue 5.&lt;br /&gt;
Image:061201_h.a.steinberg_molec_micro.jpg|'''Transposon Loops''', [http://www.blackwell-synergy.com/toc/mmi/62/6 Molecular Microbiology], December 1, 2006 Cover, Volume 62 Issue 6.&lt;br /&gt;
Image:060904cnen.pdf.jpg|'''Glycosylation Engineering''', [http://pubs.acs.org/subscribe/journals/cen/84/i36/toc/toc_i36.html Chemical &amp;amp; Engineering News], Sept. 4th, 2006.&lt;br /&gt;
Image:060817nature.pdf.jpg|'''Chromatin Code Decoded''', [http://www.nature.com/nature/journal/v442/n7104/index.html Nature], Aug. 17th, 2006.&lt;br /&gt;
Image:060522cnen.pdf.jpg|'''Halogenases''', [http://pubs.acs.org/subscribe/journals/cen/84/i21/toc/toc_i21.html Chemical &amp;amp; Engineering News], May 22nd, 2006.&lt;br /&gt;
Image:060101_h.a.steinberg_protein_science.jpg|'''Poly (2S-proline)''', [http://www.proteinscience.org/content/vol15/issue1/cover.shtml Protein Science], January 1, 2006 Cover, Volume 15, Issue 1.&lt;br /&gt;
Image:050624_h.a.steinberg_JMB.jpg|'''Ribonuclease A''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996459998%23609160%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;view=c&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=9623405850d13617453adb034fb10a81 JMB], November 18, 2005 Cover, Volume 354, Issue 1.&lt;br /&gt;
Image:051020nature.pdf.jpg|'''The B to Z of DNA''', [http://www.nature.com/nature/journal/v437/n7062/index.html Nature], Oct. 20th, 2005.&lt;br /&gt;
&lt;br /&gt;
Image:050923_h.a.steinberg_JBC.jpg|'''GalNAc kinase''', [http://www.jbc.org/content/vol280/issue38/cover.shtml JBC], September 23, 2005 Cover, Volume 280, Issue 38.&lt;br /&gt;
Image:050908nature.pdf.jpg|'''Neurotransmission''', [http://www.nature.com/nature/journal/v437/n7056/index.html Nature], Sept. 8th, 2005.&lt;br /&gt;
Image:050722science.pdf.jpg|[http://www.sciencemag.org/content/vol309/issue5734/index.dtl Science], July 22nd, 2005.&lt;br /&gt;
Image:050624_h.a.steinberg_jmb1.jpg|[http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996509994%23597371%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=0bc37bcef231976694d0fbe8920ef596 JMB], June 24, 2005 Cover, Volume 349, Issue 5.&lt;br /&gt;
Image:050609nature.pdf.jpg|'''Probing Prions''', [http://www.nature.com/nature/journal/v435/n7043/index.html Nature], June 9th, 2005.&lt;br /&gt;
Image:050429science.pdf.jpg|[http://www.sciencemag.org/content/vol308/issue5722/index.dtl Science], April 29th, 2005.&lt;br /&gt;
Image:040910science.pdf.jpg|[http://www.sciencemag.org/content/vol305/issue5690/index.dtl Science], Sept., 10th, 2004.&lt;br /&gt;
Image:040123science.pdf.jpg|[http://www.sciencemag.org/content/vol303/issue5657/index.dtl Science], Jan. 23rd, 2004.&lt;br /&gt;
Image:apr2003_ProtSci.png|&amp;lt;b&amp;gt;''Pae'' SmAP1&amp;lt;/b&amp;gt; 14-mers, [http://www3.interscience.wiley.com/journal/121602086/issue ''Protein Science'', April 2003].&lt;br /&gt;
Image:Ribbon_hh1.png|[http://www.chembiol.com/content/issue?volume=15&amp;amp;issue=4 Chem. Biol.]&lt;br /&gt;
Image:0903_1_1.jpg|[http://pubs.acs.org/journals/achre4/covers/36/articleWindow.achre4.091603.html Accounts of Chemical Research]&lt;br /&gt;
Image:CRP_nature_cover1.jpg|''Nature'', April 27th, 2006.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Covers&amp;diff=5296</id>
		<title>Covers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Covers&amp;diff=5296"/>
		<updated>2009-11-18T15:36:57Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* PyMOL-created Journal Covers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= PyMOL-created Journal Covers =&lt;br /&gt;
Part of PyMOL's popularity comes from the fact that it is very flexible and it offers arbitrarily high-resolution images as output; this make it a great tool for making journal covers or any press-related images.&lt;br /&gt;
&lt;br /&gt;
Here are some of the known PyMOL-created Journal Covers.  There are surely more out there.  If you have a cover you'd like to add, feel free.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
Image:Image_large.png |[http://pymolwiki.org/index.php/File:Image_large.png MD simulation of protein-protein binding  ]'''Pymol generated Movie is avialable inside pdf'''[[http://www.pymolwiki.org/index.php/File:SH3.pdf]] ''' or high quality AVI format'''[http://gepard.bioinformatik.uni-saarland.de/old_html/material/dl/SH3_large.avi]&lt;br /&gt;
Image:Cover_JCIM_2008_48-10.png|[http://pubs.acs.org/action/showLargeCover?issue=329743592 J. Chem. Inf. Model., 2008, 48 (10)]&lt;br /&gt;
Image:Science090410.jpg|[http://www.sciencemag.org/content/vol324/issue5924/index.dtl Protein Dynamics]&lt;br /&gt;
Image:080701_h.a.steinberg_biochemie.jpg|'''Targeting DNA''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236236%232008%23999099992%23693363%23FLA%23&amp;amp;_cdi=6236&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=3e9cfd266720a7645cec65b2bfbd7645 BIOCHEMIE], July 1, 2008 Cover, Vol. 90.&lt;br /&gt;
Image:080602cnen.pdf.jpg|'''Harnessing Helices''', [http://pubs.acs.org/cen/coverstory/86/8622aboutcover.html Chemical &amp;amp; Engineering News], June 2, 2008 Cover, Vol. 86, Issue 22.&lt;br /&gt;
Image:080118_h.a.steinberg_JBC.jpg|''' Fusarium head blight (FHB)''', [http://www.jbc.org/content/vol283/issue3/cover.shtml JBC], January 18, 2008 Cover, Vol. 283, Issue 3.&lt;br /&gt;
Image:071213nature.pdf.jpg|'''Pumping Ions''', [http://www.nature.com/nature/journal/v450/n7172/index.html Nature], Dec. 13th, 2007.&lt;br /&gt;
Image:0712channels.jpg|[http://www.landesbioscience.com/journals/channels/toc/1/6], Dec 2007.&lt;br /&gt;
Image:071123science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5854/index.dtl Science], Nov. 23rd, 2007.&lt;br /&gt;
Image:071120pnas.jpg|'''Sensing Calciums'''[http://www.pnas.org/content/104/47.toc], Nov 20th, 2007. &lt;br /&gt;
Image:071113Structure.png|'''Aminoacyl-tRNA synthetases from human mitochondria'''[http://www.cell.com/structure/issue?pii=S0969-2126(07)X0180-1], Nov. 13th, 2007.&lt;br /&gt;
Image:071009science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5849/index.dtl Science], Oct. 19th, 2007.&lt;br /&gt;
Image:070920nature.pdf.jpg|'''Sensing Acid''', [http://www.nature.com/nature/journal/v449/n7160/index.html Nature], Sept. 20th, 2007.&lt;br /&gt;
Image:070816nature.pdf.jpg|'''Form Finds Function?''', [http://www.nature.com/nature/journal/v448/n7155/index.html Nature], Aug. 16thm 2007.&lt;br /&gt;
Image:Largecover.gif|[http://www.nature.com/neuro/journal/v10/n8/abs/nn1942.html Nature Neuroscience] Vol. 10 No. 8 Aug. 2007&lt;br /&gt;
Image:070803_h.a.steinberg_molec_cell.jpg|'''Paused transcription complexes''', [http://www.cell.com/molecular-cell/issue?pii=S1097-2765(07)X0175-8# Molecular Cell], August 3 2007 Cover, Vol. 27, Issue 3.&lt;br /&gt;
Image:070415.h.a.steinberg_ABB.jpg|'''Vitamin D''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_cdi=6701&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=b9733feacdee17300b6b31649737997b&amp;amp;jchunk=460#460 ABB], April 14 2007 Cover, Vol. 460, Issue 2.&lt;br /&gt;
Image:070405nature.pdf.jpg|'''Auxin Action Revealed''', [http://www.nature.com/nature/journal/v446/n7136/index.html Nature], April 5, 2007.&lt;br /&gt;
Image:070301_h.a.steinberg_protein_science.jpg|'''Glucose-1-phosphate uridylyltransferase''', [http://www.proteinscience.org/content/vol16/issue3/cover.shtml Protein Science], March 3, 2007 Cover, Volume 16 Issue 3.&lt;br /&gt;
Image:070219cnen.pdf.jpg|'''How Ribosomes Work''', [http://pubs.acs.org/cen/coverstory/85/8508aboutcover.html Chemical &amp;amp; Engineering News], Feb. 19th, 2007.&lt;br /&gt;
Image:070215nature.pdf.jpg|'''HIV's Hidden Weakness''', [http://www.nature.com/nature/journal/v445/n7129/index.html Nature], Feb. 15th, 2007.&lt;br /&gt;
Image:061208_h.a.steinberg_molec_cell.jpg|'''Sen1 Control of RNA Pol II Termination''', [http://www.molecule.org/content/issue?volume=24&amp;amp;issue=5 Molecular Cell], December 8, 2006 Cover, Volume 24 Issue 5.&lt;br /&gt;
Image:061201_h.a.steinberg_molec_micro.jpg|'''Transposon Loops''', [http://www.blackwell-synergy.com/toc/mmi/62/6 Molecular Microbiology], December 1, 2006 Cover, Volume 62 Issue 6.&lt;br /&gt;
Image:060904cnen.pdf.jpg|'''Glycosylation Engineering''', [http://pubs.acs.org/subscribe/journals/cen/84/i36/toc/toc_i36.html Chemical &amp;amp; Engineering News], Sept. 4th, 2006.&lt;br /&gt;
Image:060817nature.pdf.jpg|'''Chromatin Code Decoded''', [http://www.nature.com/nature/journal/v442/n7104/index.html Nature], Aug. 17th, 2006.&lt;br /&gt;
Image:060522cnen.pdf.jpg|'''Halogenases''', [http://pubs.acs.org/subscribe/journals/cen/84/i21/toc/toc_i21.html Chemical &amp;amp; Engineering News], May 22nd, 2006.&lt;br /&gt;
Image:060101_h.a.steinberg_protein_science.jpg|'''Poly (2S-proline)''', [http://www.proteinscience.org/content/vol15/issue1/cover.shtml Protein Science], January 1, 2006 Cover, Volume 15, Issue 1.&lt;br /&gt;
Image:050624_h.a.steinberg_JMB.jpg|'''Ribonuclease A''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996459998%23609160%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;view=c&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=9623405850d13617453adb034fb10a81 JMB], November 18, 2005 Cover, Volume 354, Issue 1.&lt;br /&gt;
Image:051020nature.pdf.jpg|'''The B to Z of DNA''', [http://www.nature.com/nature/journal/v437/n7062/index.html Nature], Oct. 20th, 2005.&lt;br /&gt;
&lt;br /&gt;
Image:050923_h.a.steinberg_JBC.jpg|'''GalNAc kinase''', [http://www.jbc.org/content/vol280/issue38/cover.shtml JBC], September 23, 2005 Cover, Volume 280, Issue 38.&lt;br /&gt;
Image:050908nature.pdf.jpg|'''Neurotransmission''', [http://www.nature.com/nature/journal/v437/n7056/index.html Nature], Sept. 8th, 2005.&lt;br /&gt;
Image:050722science.pdf.jpg|[http://www.sciencemag.org/content/vol309/issue5734/index.dtl Science], July 22nd, 2005.&lt;br /&gt;
Image:050624_h.a.steinberg_jmb1.jpg|[http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996509994%23597371%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=0bc37bcef231976694d0fbe8920ef596 JMB], June 24, 2005 Cover, Volume 349, Issue 5.&lt;br /&gt;
Image:050609nature.pdf.jpg|'''Probing Prions''', [http://www.nature.com/nature/journal/v435/n7043/index.html Nature], June 9th, 2005.&lt;br /&gt;
Image:050429science.pdf.jpg|[http://www.sciencemag.org/content/vol308/issue5722/index.dtl Science], April 29th, 2005.&lt;br /&gt;
Image:040910science.pdf.jpg|[http://www.sciencemag.org/content/vol305/issue5690/index.dtl Science], Sept., 10th, 2004.&lt;br /&gt;
Image:040123science.pdf.jpg|[http://www.sciencemag.org/content/vol303/issue5657/index.dtl Science], Jan. 23rd, 2004.&lt;br /&gt;
Image:apr2003_ProtSci.png|&amp;lt;b&amp;gt;''Pae'' SmAP1&amp;lt;/b&amp;gt; 14-mers, [http://www3.interscience.wiley.com/journal/121602086/issue ''Protein Science'', April 2003].&lt;br /&gt;
Image:Ribbon_hh1.png|[http://www.chembiol.com/content/issue?volume=15&amp;amp;issue=4 Chem. Biol.]&lt;br /&gt;
Image:0903_1_1.jpg|[http://pubs.acs.org/journals/achre4/covers/36/articleWindow.achre4.091603.html Accounts of Chemical Research]&lt;br /&gt;
Image:CRP_nature_cover1.jpg|''Nature'', April 27th, 2006.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Covers&amp;diff=5294</id>
		<title>Covers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Covers&amp;diff=5294"/>
		<updated>2009-11-18T15:29:07Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= PyMOL-created Journal Covers =&lt;br /&gt;
Part of PyMOL's popularity comes from the fact that it is very flexible and it offers arbitrarily high-resolution images as output; this make it a great tool for making journal covers or any press-related images.&lt;br /&gt;
&lt;br /&gt;
Here are some of the known PyMOL-created Journal Covers.  There are surely more out there.  If you have a cover you'd like to add, feel free.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
Image:1514.cover.gif |[http://pymolwiki.org/index.php/File:1514.cover.gif  Philosophical Transactions of The Royal Society, B : Biological Sciences Jan,  2009 ]&lt;br /&gt;
Image:Image_large.png |[http://pymolwiki.org/index.php/File:Image_large.png MD simulation of protein-protein binding  ]'''Pymol generated Movie is avialable inside pdf'''[[http://www.pymolwiki.org/index.php/File:SH3.pdf]] ''' or high quality AVI format'''[http://gepard.bioinformatik.uni-saarland.de/old_html/material/dl/SH3_large.avi]&lt;br /&gt;
Image:Cover_JCIM_2008_48-10.png|[http://pubs.acs.org/action/showLargeCover?issue=329743592 J. Chem. Inf. Model., 2008, 48 (10)]&lt;br /&gt;
Image:Science090410.jpg|[http://www.sciencemag.org/content/vol324/issue5924/index.dtl Protein Dynamics]&lt;br /&gt;
Image:080701_h.a.steinberg_biochemie.jpg|'''Targeting DNA''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236236%232008%23999099992%23693363%23FLA%23&amp;amp;_cdi=6236&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=3e9cfd266720a7645cec65b2bfbd7645 BIOCHEMIE], July 1, 2008 Cover, Vol. 90.&lt;br /&gt;
Image:080602cnen.pdf.jpg|'''Harnessing Helices''', [http://pubs.acs.org/cen/coverstory/86/8622aboutcover.html Chemical &amp;amp; Engineering News], June 2, 2008 Cover, Vol. 86, Issue 22.&lt;br /&gt;
Image:080118_h.a.steinberg_JBC.jpg|''' Fusarium head blight (FHB)''', [http://www.jbc.org/content/vol283/issue3/cover.shtml JBC], January 18, 2008 Cover, Vol. 283, Issue 3.&lt;br /&gt;
Image:071213nature.pdf.jpg|'''Pumping Ions''', [http://www.nature.com/nature/journal/v450/n7172/index.html Nature], Dec. 13th, 2007.&lt;br /&gt;
Image:0712channels.jpg|[http://www.landesbioscience.com/journals/channels/toc/1/6], Dec 2007.&lt;br /&gt;
Image:071123science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5854/index.dtl Science], Nov. 23rd, 2007.&lt;br /&gt;
Image:071120pnas.jpg|'''Sensing Calciums'''[http://www.pnas.org/content/104/47.toc], Nov 20th, 2007. &lt;br /&gt;
Image:071113Structure.png|'''Aminoacyl-tRNA synthetases from human mitochondria'''[http://www.cell.com/structure/issue?pii=S0969-2126(07)X0180-1], Nov. 13th, 2007.&lt;br /&gt;
Image:071009science.pdf.jpg|[http://www.sciencemag.org/content/vol318/issue5849/index.dtl Science], Oct. 19th, 2007.&lt;br /&gt;
Image:070920nature.pdf.jpg|'''Sensing Acid''', [http://www.nature.com/nature/journal/v449/n7160/index.html Nature], Sept. 20th, 2007.&lt;br /&gt;
Image:070816nature.pdf.jpg|'''Form Finds Function?''', [http://www.nature.com/nature/journal/v448/n7155/index.html Nature], Aug. 16thm 2007.&lt;br /&gt;
Image:Largecover.gif|[http://www.nature.com/neuro/journal/v10/n8/abs/nn1942.html Nature Neuroscience] Vol. 10 No. 8 Aug. 2007&lt;br /&gt;
Image:070803_h.a.steinberg_molec_cell.jpg|'''Paused transcription complexes''', [http://www.cell.com/molecular-cell/issue?pii=S1097-2765(07)X0175-8# Molecular Cell], August 3 2007 Cover, Vol. 27, Issue 3.&lt;br /&gt;
Image:070415.h.a.steinberg_ABB.jpg|'''Vitamin D''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_cdi=6701&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=b9733feacdee17300b6b31649737997b&amp;amp;jchunk=460#460 ABB], April 14 2007 Cover, Vol. 460, Issue 2.&lt;br /&gt;
Image:070405nature.pdf.jpg|'''Auxin Action Revealed''', [http://www.nature.com/nature/journal/v446/n7136/index.html Nature], April 5, 2007.&lt;br /&gt;
Image:070301_h.a.steinberg_protein_science.jpg|'''Glucose-1-phosphate uridylyltransferase''', [http://www.proteinscience.org/content/vol16/issue3/cover.shtml Protein Science], March 3, 2007 Cover, Volume 16 Issue 3.&lt;br /&gt;
Image:070219cnen.pdf.jpg|'''How Ribosomes Work''', [http://pubs.acs.org/cen/coverstory/85/8508aboutcover.html Chemical &amp;amp; Engineering News], Feb. 19th, 2007.&lt;br /&gt;
Image:070215nature.pdf.jpg|'''HIV's Hidden Weakness''', [http://www.nature.com/nature/journal/v445/n7129/index.html Nature], Feb. 15th, 2007.&lt;br /&gt;
Image:061208_h.a.steinberg_molec_cell.jpg|'''Sen1 Control of RNA Pol II Termination''', [http://www.molecule.org/content/issue?volume=24&amp;amp;issue=5 Molecular Cell], December 8, 2006 Cover, Volume 24 Issue 5.&lt;br /&gt;
Image:061201_h.a.steinberg_molec_micro.jpg|'''Transposon Loops''', [http://www.blackwell-synergy.com/toc/mmi/62/6 Molecular Microbiology], December 1, 2006 Cover, Volume 62 Issue 6.&lt;br /&gt;
Image:060904cnen.pdf.jpg|'''Glycosylation Engineering''', [http://pubs.acs.org/subscribe/journals/cen/84/i36/toc/toc_i36.html Chemical &amp;amp; Engineering News], Sept. 4th, 2006.&lt;br /&gt;
Image:060817nature.pdf.jpg|'''Chromatin Code Decoded''', [http://www.nature.com/nature/journal/v442/n7104/index.html Nature], Aug. 17th, 2006.&lt;br /&gt;
Image:060522cnen.pdf.jpg|'''Halogenases''', [http://pubs.acs.org/subscribe/journals/cen/84/i21/toc/toc_i21.html Chemical &amp;amp; Engineering News], May 22nd, 2006.&lt;br /&gt;
Image:060101_h.a.steinberg_protein_science.jpg|'''Poly (2S-proline)''', [http://www.proteinscience.org/content/vol15/issue1/cover.shtml Protein Science], January 1, 2006 Cover, Volume 15, Issue 1.&lt;br /&gt;
Image:050624_h.a.steinberg_JMB.jpg|'''Ribonuclease A''', [http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996459998%23609160%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;view=c&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=9623405850d13617453adb034fb10a81 JMB], November 18, 2005 Cover, Volume 354, Issue 1.&lt;br /&gt;
Image:051020nature.pdf.jpg|'''The B to Z of DNA''', [http://www.nature.com/nature/journal/v437/n7062/index.html Nature], Oct. 20th, 2005.&lt;br /&gt;
&lt;br /&gt;
Image:050923_h.a.steinberg_JBC.jpg|'''GalNAc kinase''', [http://www.jbc.org/content/vol280/issue38/cover.shtml JBC], September 23, 2005 Cover, Volume 280, Issue 38.&lt;br /&gt;
Image:050908nature.pdf.jpg|'''Neurotransmission''', [http://www.nature.com/nature/journal/v437/n7056/index.html Nature], Sept. 8th, 2005.&lt;br /&gt;
Image:050722science.pdf.jpg|[http://www.sciencemag.org/content/vol309/issue5734/index.dtl Science], July 22nd, 2005.&lt;br /&gt;
Image:050624_h.a.steinberg_jmb1.jpg|[http://www.sciencedirect.com/science?_ob=PublicationURL&amp;amp;_tockey=%23TOC%236899%232005%23996509994%23597371%23FLA%23&amp;amp;_cdi=6899&amp;amp;_pubType=J&amp;amp;_auth=y&amp;amp;_acct=C000050221&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=10&amp;amp;md5=0bc37bcef231976694d0fbe8920ef596 JMB], June 24, 2005 Cover, Volume 349, Issue 5.&lt;br /&gt;
Image:050609nature.pdf.jpg|'''Probing Prions''', [http://www.nature.com/nature/journal/v435/n7043/index.html Nature], June 9th, 2005.&lt;br /&gt;
Image:050429science.pdf.jpg|[http://www.sciencemag.org/content/vol308/issue5722/index.dtl Science], April 29th, 2005.&lt;br /&gt;
Image:040910science.pdf.jpg|[http://www.sciencemag.org/content/vol305/issue5690/index.dtl Science], Sept., 10th, 2004.&lt;br /&gt;
Image:040123science.pdf.jpg|[http://www.sciencemag.org/content/vol303/issue5657/index.dtl Science], Jan. 23rd, 2004.&lt;br /&gt;
Image:apr2003_ProtSci.png|&amp;lt;b&amp;gt;''Pae'' SmAP1&amp;lt;/b&amp;gt; 14-mers, [http://www3.interscience.wiley.com/journal/121602086/issue ''Protein Science'', April 2003].&lt;br /&gt;
Image:Ribbon_hh1.png|[http://www.chembiol.com/content/issue?volume=15&amp;amp;issue=4 Chem. Biol.]&lt;br /&gt;
Image:0903_1_1.jpg|[http://pubs.acs.org/journals/achre4/covers/36/articleWindow.achre4.091603.html Accounts of Chemical Research]&lt;br /&gt;
Image:CRP_nature_cover1.jpg|''Nature'', April 27th, 2006.&lt;br /&gt;
Image:1514.cover.gif| ''Philosophical Transactions of The Royal Society: Section B Biological Sciences'', 2009, ‘Membrane transport in flux: the ambiguous interface between channels and pumps’&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:1514.cover.gif&amp;diff=1580</id>
		<title>File:1514.cover.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:1514.cover.gif&amp;diff=1580"/>
		<updated>2009-11-18T15:09:37Z</updated>

		<summary type="html">&lt;p&gt;Harijay: Cover Illustration made in Pymol of E.coli CLC_ec1 chloride proton antiporter with ion conduits generated in program Mole and visualized as pymol cgo spheres. Illustration appeared on the Jan 2009 Issue of the Philosophical Transactions of The Royal Socie&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cover Illustration made in Pymol of E.coli CLC_ec1 chloride proton antiporter with ion conduits generated in program Mole and visualized as pymol cgo spheres. Illustration appeared on the Jan 2009 Issue of the Philosophical Transactions of The Royal Society : Section B Biological Sciences detailing &amp;quot;Discussion Meeting Issue ‘Membrane transport in flux: the ambiguous interface between channels and pumps’ organized by F. M. Ashcroft, D. Gadsby and C. Miller &amp;quot;&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Scene&amp;diff=9667</id>
		<title>Scene</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Scene&amp;diff=9667"/>
		<updated>2009-06-03T16:00:43Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* SEE ALSO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
'''scene''' makes it possible to save and restore multiple scenes scene within a single session.  A scene consists of the view, all object activity information, all atom-wise visibility, color, representations, and the global frame index.&lt;br /&gt;
&lt;br /&gt;
===USAGE (newer v1.1.b4)===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
scene [key [,action [, message, [ new_key=new-key-value ]]]]&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
*key = string, new, auto, or *: use new for an automatically numbered new scene, use auto for the current scene (if one exists), and use * for all scenes (clear and recall actions only).&lt;br /&gt;
*action = store, recall, insert_after, insert_before, next, previous, update, rename, clear or append: (default = recall).  If rename, then a new_key argument must be explicitly defined.&lt;br /&gt;
* message = string: a text message to display with the scene.&lt;br /&gt;
* new_key = string: the new name for the scene&lt;br /&gt;
&lt;br /&gt;
===USAGE (older)===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
scene key [,action [,message [ ,view [,color [,active [,rep [,frame]]]]]]]&lt;br /&gt;
scene *&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
*key can be any string&lt;br /&gt;
*action should be 'store' or 'recall' (default: 'recall')&lt;br /&gt;
*view: 1 or 0 controls whether the view is stored&lt;br /&gt;
*color: 1 or 0 controls whether colors are stored&lt;br /&gt;
*active: 1 or 0 controls whether activity is stored&lt;br /&gt;
*rep: 1 or 0 controls whether the representations are stored&lt;br /&gt;
*frame: 1 or 0 controls whether the frame is stored&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.scene(string key,string action,string-or-list message,int view,&lt;br /&gt;
             int color, int active, int rep, int frame)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
Simple Examples.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
   scene F1, store&lt;br /&gt;
   scene F2, store, This view shows you the critical hydrogen bond.&lt;br /&gt;
 &lt;br /&gt;
   scene F1&lt;br /&gt;
   scene F2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example shows how to use scenes in a movie!&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# SUMMARY&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# This script demonstrates one way of creating a movie from scenes.&lt;br /&gt;
# It assumes that we have three scenes, each running for 10 seconds&lt;br /&gt;
# (300 frames apiece) including 2-second transitions.&lt;br /&gt;
&lt;br /&gt;
# 1) Load or create content for three scenes (this could just as easily&lt;br /&gt;
#    come from a session file).&lt;br /&gt;
&lt;br /&gt;
load $TUT/1hpv.pdb&lt;br /&gt;
util.cbc&lt;br /&gt;
turn x,180&lt;br /&gt;
orient&lt;br /&gt;
as cartoon&lt;br /&gt;
scene 001, store&lt;br /&gt;
&lt;br /&gt;
show sticks, organic&lt;br /&gt;
orient organic&lt;br /&gt;
scene 002, store&lt;br /&gt;
&lt;br /&gt;
hide cartoon&lt;br /&gt;
show lines, byres organic expand 5&lt;br /&gt;
turn x,45&lt;br /&gt;
turn y,45&lt;br /&gt;
scene 003, store&lt;br /&gt;
&lt;br /&gt;
# 2) Specify a 30-second movie -- state 1, 900 frames at 30 frames per second.&lt;br /&gt;
&lt;br /&gt;
mset 1 x900&lt;br /&gt;
&lt;br /&gt;
# 3) Program scene matrices as movie views at appopriate frames&lt;br /&gt;
#    and also add y-axis rocking between scenes.&lt;br /&gt;
&lt;br /&gt;
scene 001, animate=0&lt;br /&gt;
mview store, 1&lt;br /&gt;
mview store, 240&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 70&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 170&lt;br /&gt;
&lt;br /&gt;
scene 002, animate=0&lt;br /&gt;
mview store, 300&lt;br /&gt;
mview store, 540&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 370&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 470&lt;br /&gt;
&lt;br /&gt;
scene 003, animate=0&lt;br /&gt;
mview store, 600&lt;br /&gt;
mview store, 840&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 670&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 770&lt;br /&gt;
&lt;br /&gt;
# 4) Now interpolate the movie camera.&lt;br /&gt;
&lt;br /&gt;
mview interpolate&lt;br /&gt;
mview smooth&lt;br /&gt;
mview smooth&lt;br /&gt;
&lt;br /&gt;
# 5) Activate scene content at the appropriate movie frames.&lt;br /&gt;
 &lt;br /&gt;
mdo 1: scene 001, view=0, quiet=1&lt;br /&gt;
mdo 240: scene 002, view=0, quiet=1&lt;br /&gt;
mdo 540: scene 003, view=0, quiet=1&lt;br /&gt;
mdo 840: scene 001, view=0, quiet=1&lt;br /&gt;
&lt;br /&gt;
# 6) Force frame 1 content to load.&lt;br /&gt;
&lt;br /&gt;
rewind&lt;br /&gt;
&lt;br /&gt;
# 6) And play the movie.&lt;br /&gt;
&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Courtesy of Warren DeLano.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
* To scroll through your frames, as in a presentation, just use the PG-UP and PG-DN keys.  Very handy.&lt;br /&gt;
*Scenes F1 through F12 are automatically bound to function keys provided that &amp;quot;set_key&amp;quot; hasn't been used to redefine the behaviour of the respective key.&lt;br /&gt;
*If you have a script that modifies the representation of the molecules and stores them, quickly, then the stored frames may not be up to date.  I suggest calling &amp;quot;refresh&amp;quot; between the commands.&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[Cmd view]], [[Cmd set_view]], [[Cmd get_view]], [[Movie_from_scenes]]&lt;br /&gt;
&lt;br /&gt;
===DEVELOPMENT TO DO===&lt;br /&gt;
Add support for save/restore of a certain global and object-and-state specific settings, such as: state, surface_color, ribbon_color, stick_color, transparency, sphere_transparency, etc.  This would probably best be done by defining a class of &amp;quot;scene&amp;quot; settings which are treated in this manner.  The current workaround is to create separate objects which are enabled/disabled differentially.&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|scene]]&lt;br /&gt;
[[Category:States]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Scene&amp;diff=9666</id>
		<title>Scene</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Scene&amp;diff=9666"/>
		<updated>2009-06-03T16:00:32Z</updated>

		<summary type="html">&lt;p&gt;Harijay: /* SEE ALSO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
'''scene''' makes it possible to save and restore multiple scenes scene within a single session.  A scene consists of the view, all object activity information, all atom-wise visibility, color, representations, and the global frame index.&lt;br /&gt;
&lt;br /&gt;
===USAGE (newer v1.1.b4)===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
scene [key [,action [, message, [ new_key=new-key-value ]]]]&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
*key = string, new, auto, or *: use new for an automatically numbered new scene, use auto for the current scene (if one exists), and use * for all scenes (clear and recall actions only).&lt;br /&gt;
*action = store, recall, insert_after, insert_before, next, previous, update, rename, clear or append: (default = recall).  If rename, then a new_key argument must be explicitly defined.&lt;br /&gt;
* message = string: a text message to display with the scene.&lt;br /&gt;
* new_key = string: the new name for the scene&lt;br /&gt;
&lt;br /&gt;
===USAGE (older)===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
scene key [,action [,message [ ,view [,color [,active [,rep [,frame]]]]]]]&lt;br /&gt;
scene *&lt;br /&gt;
&amp;lt;/source&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Arguments:&lt;br /&gt;
*key can be any string&lt;br /&gt;
*action should be 'store' or 'recall' (default: 'recall')&lt;br /&gt;
*view: 1 or 0 controls whether the view is stored&lt;br /&gt;
*color: 1 or 0 controls whether colors are stored&lt;br /&gt;
*active: 1 or 0 controls whether activity is stored&lt;br /&gt;
*rep: 1 or 0 controls whether the representations are stored&lt;br /&gt;
*frame: 1 or 0 controls whether the frame is stored&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.scene(string key,string action,string-or-list message,int view,&lt;br /&gt;
             int color, int active, int rep, int frame)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
Simple Examples.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
   scene F1, store&lt;br /&gt;
   scene F2, store, This view shows you the critical hydrogen bond.&lt;br /&gt;
 &lt;br /&gt;
   scene F1&lt;br /&gt;
   scene F2&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example shows how to use scenes in a movie!&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# SUMMARY&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# This script demonstrates one way of creating a movie from scenes.&lt;br /&gt;
# It assumes that we have three scenes, each running for 10 seconds&lt;br /&gt;
# (300 frames apiece) including 2-second transitions.&lt;br /&gt;
&lt;br /&gt;
# 1) Load or create content for three scenes (this could just as easily&lt;br /&gt;
#    come from a session file).&lt;br /&gt;
&lt;br /&gt;
load $TUT/1hpv.pdb&lt;br /&gt;
util.cbc&lt;br /&gt;
turn x,180&lt;br /&gt;
orient&lt;br /&gt;
as cartoon&lt;br /&gt;
scene 001, store&lt;br /&gt;
&lt;br /&gt;
show sticks, organic&lt;br /&gt;
orient organic&lt;br /&gt;
scene 002, store&lt;br /&gt;
&lt;br /&gt;
hide cartoon&lt;br /&gt;
show lines, byres organic expand 5&lt;br /&gt;
turn x,45&lt;br /&gt;
turn y,45&lt;br /&gt;
scene 003, store&lt;br /&gt;
&lt;br /&gt;
# 2) Specify a 30-second movie -- state 1, 900 frames at 30 frames per second.&lt;br /&gt;
&lt;br /&gt;
mset 1 x900&lt;br /&gt;
&lt;br /&gt;
# 3) Program scene matrices as movie views at appopriate frames&lt;br /&gt;
#    and also add y-axis rocking between scenes.&lt;br /&gt;
&lt;br /&gt;
scene 001, animate=0&lt;br /&gt;
mview store, 1&lt;br /&gt;
mview store, 240&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 70&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 170&lt;br /&gt;
&lt;br /&gt;
scene 002, animate=0&lt;br /&gt;
mview store, 300&lt;br /&gt;
mview store, 540&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 370&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 470&lt;br /&gt;
&lt;br /&gt;
scene 003, animate=0&lt;br /&gt;
mview store, 600&lt;br /&gt;
mview store, 840&lt;br /&gt;
&lt;br /&gt;
turn y,-30&lt;br /&gt;
mview store, 670&lt;br /&gt;
turn y,60&lt;br /&gt;
mview store, 770&lt;br /&gt;
&lt;br /&gt;
# 4) Now interpolate the movie camera.&lt;br /&gt;
&lt;br /&gt;
mview interpolate&lt;br /&gt;
mview smooth&lt;br /&gt;
mview smooth&lt;br /&gt;
&lt;br /&gt;
# 5) Activate scene content at the appropriate movie frames.&lt;br /&gt;
 &lt;br /&gt;
mdo 1: scene 001, view=0, quiet=1&lt;br /&gt;
mdo 240: scene 002, view=0, quiet=1&lt;br /&gt;
mdo 540: scene 003, view=0, quiet=1&lt;br /&gt;
mdo 840: scene 001, view=0, quiet=1&lt;br /&gt;
&lt;br /&gt;
# 6) Force frame 1 content to load.&lt;br /&gt;
&lt;br /&gt;
rewind&lt;br /&gt;
&lt;br /&gt;
# 6) And play the movie.&lt;br /&gt;
&lt;br /&gt;
mplay&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Courtesy of Warren DeLano.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
* To scroll through your frames, as in a presentation, just use the PG-UP and PG-DN keys.  Very handy.&lt;br /&gt;
*Scenes F1 through F12 are automatically bound to function keys provided that &amp;quot;set_key&amp;quot; hasn't been used to redefine the behaviour of the respective key.&lt;br /&gt;
*If you have a script that modifies the representation of the molecules and stores them, quickly, then the stored frames may not be up to date.  I suggest calling &amp;quot;refresh&amp;quot; between the commands.&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[Cmd view]], [[Cmd set_view]], [[Cmd get_view]] [[Movie_from_scenes]]&lt;br /&gt;
&lt;br /&gt;
===DEVELOPMENT TO DO===&lt;br /&gt;
Add support for save/restore of a certain global and object-and-state specific settings, such as: state, surface_color, ribbon_color, stick_color, transparency, sphere_transparency, etc.  This would probably best be done by defining a class of &amp;quot;scene&amp;quot; settings which are treated in this manner.  The current workaround is to create separate objects which are enabled/disabled differentially.&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|scene]]&lt;br /&gt;
[[Category:States]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Movie_from_scenes&amp;diff=7041</id>
		<title>Movie from scenes</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Movie_from_scenes&amp;diff=7041"/>
		<updated>2009-06-03T15:04:09Z</updated>

		<summary type="html">&lt;p&gt;Harijay: Created page with 'From Pymol build 1.2 onwards , pymol allows you to build movies directly from scenes defined using the &amp;quot;Scene-Append menu item&amp;quot;. To do this you will create the scenes combining t...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From Pymol build 1.2 onwards , pymol allows you to build movies directly from scenes defined using the &amp;quot;Scene-Append menu item&amp;quot;.&lt;br /&gt;
To do this you will create the scenes combining the views and representations you want and then use the command the command &amp;quot;Movie&amp;quot; - Program - Scene loop - Y rock ,  then pick a time for which the given scene should rock between camera interpolations .&lt;br /&gt;
&lt;br /&gt;
This assumes that you have [http://freemol.org/ freemol] installed and configured and available on your path.&lt;br /&gt;
Failing which you can always save the images and make the movie externally. This very convenient functionality makes movie making a pretty WYSIWYG process.&lt;br /&gt;
 &lt;br /&gt;
To quote Warren from a recent pymol newsgroup post&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Assuming that you are using the most recent PyMOL 1.2 beta build, first create a Scene for each display you wish to show. &lt;br /&gt;
&lt;br /&gt;
(To do that, show everything the way you want and then select “Append” from the “Scene” menu.  Repeat the process for each view / color / representation you wish to show.  You can PgUp / PgDown through defined Scenes.)&lt;br /&gt;
&lt;br /&gt;
Then, to create the movie, select “Program -&amp;gt; Scene Loop -&amp;gt; Y-Rock -&amp;gt; # seconds each” from the “Movie” menu.&lt;br /&gt;
&lt;br /&gt;
Now you can write out the movie as either a series of PNG files or an MPEG file using “Save Movie As…” from the “File” menu.&lt;br /&gt;
Using scenes to create movies is a lot easier than messing around with scripts : )!&lt;br /&gt;
Cheers,&lt;br /&gt;
Warren''&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Gallery&amp;diff=5919</id>
		<title>Gallery</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Gallery&amp;diff=5919"/>
		<updated>2008-06-11T17:17:55Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;width: 90%; font-size:190%; font-weight: bold; color:#038; text-align:center; padding: 5px; margin-bottom: 15px; colspan:4&amp;quot; | PyMOLWiki Gallery&lt;br /&gt;
|- style=&amp;quot;text-align:center; font-weight: bold; font-size:120%; color:#333;&amp;quot;&lt;br /&gt;
| Cool PyMOL-generated Images and their Scripts.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;''[[Talk:Gallery#Adding|Add Your Own]]''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{GalleryImage&lt;br /&gt;
|image=Gm2.png|size=200px|title=Grid Mode|description=This image shows [[Grid mode|Grid Mode]] in action.&lt;br /&gt;
|cmdString=&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
fetch 1cll 1sra 1ggz 5pnt 1rlw 1cdy;&lt;br /&gt;
set grid_mode&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
|seeAlso=&lt;br /&gt;
*[[Fetch]]&lt;br /&gt;
*[[Set]]&lt;br /&gt;
*[[grid_mode]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GalleryImage&lt;br /&gt;
|image=Fov60.png|size=200px|title=Cool Perspective|description=This image shows a perspective through [[Field_Of_View]].&lt;br /&gt;
|cmdString=&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load prot.pdb;&lt;br /&gt;
zoom i. 46-49 and n. CA&lt;br /&gt;
set field_of_view, 60&lt;br /&gt;
ray&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
|seeAlso=&lt;br /&gt;
*[[Load]]&lt;br /&gt;
*[[Ray]]&lt;br /&gt;
*[[Zoom]]&lt;br /&gt;
*[[Set]]&lt;br /&gt;
*[[Property_Selectors |Short form Selectors]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{GalleryImage&lt;br /&gt;
|image=Pocket.png|size=200px|title=Representing a binding pocket|description=This image shows a nice way to show binding surfaces&lt;br /&gt;
|cmdString=&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load $TUT/1hpv.pdb, tmp&lt;br /&gt;
extract lig, organic&lt;br /&gt;
extract prot, polymer&lt;br /&gt;
delete tmp&lt;br /&gt;
&lt;br /&gt;
set surface_carve_cutoff, 4.5&lt;br /&gt;
set surface_carve_selection, lig&lt;br /&gt;
set surface_carve_normal_cutoff, -0.1&lt;br /&gt;
&lt;br /&gt;
show surface, prot within 8 of lig&lt;br /&gt;
set two_sided_lighting&lt;br /&gt;
set transparency, 0.5&lt;br /&gt;
show sticks, lig&lt;br /&gt;
orient lig&lt;br /&gt;
&lt;br /&gt;
set surface_color, white&lt;br /&gt;
set surface_type, 2  # mesh&lt;br /&gt;
unset ray_shadows&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
|seeAlso=&lt;br /&gt;
*[[extract]]&lt;br /&gt;
*[[delete]]&lt;br /&gt;
*[[show]]&lt;br /&gt;
*[[set]]&lt;br /&gt;
*[[orient]]&lt;br /&gt;
*[[surface_carve_cutoff]]&lt;br /&gt;
*[[surface_carve_selection]]&lt;br /&gt;
*[[surface_carve_normal_cutoff]]&lt;br /&gt;
*[[surface_color]]&lt;br /&gt;
*[[surface_type]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6541</id>
		<title>Cartoon Helix Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6541"/>
		<updated>2008-05-16T20:47:36Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
This setting sets the style in which [[Cartoon|cartoon]] helices are rendered.  The default is a helix with an ellipsoid cross section.  '''Fancy''' mode helices are ribbons with tubular edges à la [[MolScript]].  Cylindicial mode renders helices as solid cylinders.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
To turn on Fancy Helices:&lt;br /&gt;
 set cartoon_fancy_helices, 1&lt;br /&gt;
&lt;br /&gt;
To turn on Cylindrical Helices:&lt;br /&gt;
 set cartoon_cylindrical_helices, 1&lt;br /&gt;
&lt;br /&gt;
To return to default helices:&lt;br /&gt;
 set cartoon_fancy_helices, 0&lt;br /&gt;
 set cartoon_cylindrical_helices, 0&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
image:Fancy.JPG|Fancy helix|center&lt;br /&gt;
image:Cylindre.JPG|Cylindrical helix&lt;br /&gt;
image:default.JPG|Default representation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Change size of default cartoon helix==&lt;br /&gt;
To change the size of the cartoon helices when not in the fancy helix mode you change the dimensions of the oval that represents the cross section of the default cartoon representation.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cartoon_oval_length.png]]&lt;br /&gt;
&lt;br /&gt;
 set cartoon_oval_length , 0.8 # default is 1.20&lt;br /&gt;
 and&lt;br /&gt;
 set cartoon_oval_width , 0.2  # default is 0.25&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also see [[Cartoon_oval_width]] and [[Cartoon_oval_length]]&lt;br /&gt;
[[Category:Settings|Cartoon helix settings]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6540</id>
		<title>Cartoon Helix Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6540"/>
		<updated>2008-05-16T20:46:34Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
This setting sets the style in which [[Cartoon|cartoon]] helices are rendered.  The default is a helix with an ellipsoid cross section.  '''Fancy''' mode helices are ribbons with tubular edges à la [[MolScript]].  Cylindicial mode renders helices as solid cylinders.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
To turn on Fancy Helices:&lt;br /&gt;
 set cartoon_fancy_helices, 1&lt;br /&gt;
&lt;br /&gt;
To turn on Cylindrical Helices:&lt;br /&gt;
 set cartoon_cylindrical_helices, 1&lt;br /&gt;
&lt;br /&gt;
To return to default helices:&lt;br /&gt;
 set cartoon_fancy_helices, 0&lt;br /&gt;
 set cartoon_cylindrical_helices, 0&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
image:Fancy.JPG|Fancy helix|center&lt;br /&gt;
image:Cylindre.JPG|Cylindrical helix&lt;br /&gt;
image:default.JPG|Default representation&lt;br /&gt;
image:Cartoon_oval_length.png|Cartoon Helix dimensions&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Change size of default cartoon helix ==&lt;br /&gt;
To change the size of the cartoon helices when not in the fancy helix mode you change the dimensions of the oval that represents the cross section of the default cartoon representation.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cartoon_oval_length.png]]&lt;br /&gt;
&lt;br /&gt;
 set cartoon_oval_length , 0.8 # default is 1.20&lt;br /&gt;
 and&lt;br /&gt;
 set cartoon_oval_width , 0.2  # default is 0.25&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also see [[Cartoon_oval_width]] and [[Cartoon_oval_length]]&lt;br /&gt;
[[Category:Settings|Cartoon helix settings]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cartoon_oval_width&amp;diff=4991</id>
		<title>Cartoon oval width</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cartoon_oval_width&amp;diff=4991"/>
		<updated>2008-05-16T20:35:53Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Only relevant when oval (default) helices is turned on, see [[Cartoon_Helix_Settings]]&amp;lt;br&amp;gt;&lt;br /&gt;
set cartoon_oval_width defines the width of the helix&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;set cartoon_oval_width, &amp;lt;number&amp;gt;        #default setting is 0.25&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:cartoon_oval_width_0.01.png|cartoon_oval_width 0.01&lt;br /&gt;
Image:cartoon_oval_width_default.png|cartoon_oval_width 0.2&lt;br /&gt;
Image:cartoon_oval_width_1.png|cartoon_oval_width 1&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For editing the &amp;quot;length&amp;quot; of the ribbon see [[Cartoon_oval_length]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings|Cartoon oval width]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=PyMOL_mailing_list&amp;diff=13046</id>
		<title>PyMOL mailing list</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=PyMOL_mailing_list&amp;diff=13046"/>
		<updated>2008-05-13T00:55:43Z</updated>

		<summary type="html">&lt;p&gt;Harijay: New page: You can search the PyMol users mailing list using the mail search hosted at sourceforge   [http://sourceforge.net/search/?ml_name=pymol-users&amp;amp;type_of_search=mlists&amp;amp;group_id=4546 Pymol user...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can search the PyMol users mailing list using the mail search hosted at sourceforge&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/search/?ml_name=pymol-users&amp;amp;type_of_search=mlists&amp;amp;group_id=4546 Pymol users mailing list search]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Search_pymol-users_mailing_list&amp;diff=8759</id>
		<title>Search pymol-users mailing list</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Search_pymol-users_mailing_list&amp;diff=8759"/>
		<updated>2008-05-13T00:55:43Z</updated>

		<summary type="html">&lt;p&gt;Harijay: New page: You can search the PyMol users mailing list using the mail search hosted at sourceforge   [http://sourceforge.net/search/?ml_name=pymol-users&amp;amp;type_of_search=mlists&amp;amp;group_id=4546 Pymol user...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can search the PyMol users mailing list using the mail search hosted at sourceforge&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/search/?ml_name=pymol-users&amp;amp;type_of_search=mlists&amp;amp;group_id=4546 Pymol users mailing list search]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9690</id>
		<title>Search Pymol source</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9690"/>
		<updated>2008-05-12T22:25:07Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Using krugle to search within pymol source===&lt;br /&gt;
You can use the krugle search engine and snoop around inside the pymol source. &lt;br /&gt;
[http://sourceforge.krugle.com/kse/projects/9WpYoax#7 Krugle python code search]&lt;br /&gt;
Use [http://sourceforge.krugle.com/kse/projects/9WpYoax this link] , click on the C, Python and other links in the section on the right , to be taken to a code search page. ( see image below)&lt;br /&gt;
&lt;br /&gt;
[[Image:Code_search_links.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Stick_radius_code_search.png]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Stick_radius_code_search.png&amp;diff=2594</id>
		<title>File:Stick radius code search.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Stick_radius_code_search.png&amp;diff=2594"/>
		<updated>2008-05-12T22:24:10Z</updated>

		<summary type="html">&lt;p&gt;Harijay: A typical code search result using the krugle code search of sourceforge PyMol codebase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A typical code search result using the krugle code search of sourceforge PyMol codebase&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9689</id>
		<title>Search Pymol source</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9689"/>
		<updated>2008-05-12T22:18:16Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Using krugle to search within pymol source===&lt;br /&gt;
You can use the krugle search engine and snoop around inside the pymol source. &lt;br /&gt;
[http://sourceforge.krugle.com/kse/projects/9WpYoax#7 Krugle python code search]&lt;br /&gt;
Use [http://sourceforge.krugle.com/kse/projects/9WpYoax this link] , click on the C, Python and other links in the section on the right , to be taken to a code search page. ( see image below)&lt;br /&gt;
&lt;br /&gt;
[[Image:Code_search_links.png]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Code_search_links.png&amp;diff=1470</id>
		<title>File:Code search links.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Code_search_links.png&amp;diff=1470"/>
		<updated>2008-05-12T22:15:15Z</updated>

		<summary type="html">&lt;p&gt;Harijay: The krugle code search engine indexes all sourceforge projects. You can search within pymols source using the highlighted links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The krugle code search engine indexes all sourceforge projects. You can search within pymols source using the highlighted links&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9688</id>
		<title>Search Pymol source</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9688"/>
		<updated>2008-05-12T22:14:27Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Using krugle to search within pymol source===&lt;br /&gt;
You can use the krugle search engine and snoop around inside the pymol source.&lt;br /&gt;
[http://sourceforge.krugle.com/kse/projects/9WpYoax#7 Krugle python code search]&lt;br /&gt;
In the link above , click on the C, Python and other links in the section on the right , to be taken to a code search page. ( see image below)&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9687</id>
		<title>Search Pymol source</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Search_Pymol_source&amp;diff=9687"/>
		<updated>2008-05-12T22:02:04Z</updated>

		<summary type="html">&lt;p&gt;Harijay: New page: ===Using krugle to search within pymol source=== You can use the krugle search engine and snoop around inside the pymol source. [http://sourceforge.krugle.com/kse/projects/9WpYoax#7 Krugle...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Using krugle to search within pymol source===&lt;br /&gt;
You can use the krugle search engine and snoop around inside the pymol source.&lt;br /&gt;
[http://sourceforge.krugle.com/kse/projects/9WpYoax#7 Krugle python code search]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6539</id>
		<title>Cartoon Helix Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6539"/>
		<updated>2008-05-09T01:49:55Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
This setting sets the style in which [[Cartoon|cartoon]] helices are rendered.  The default is a helix with an ellipsoid cross section.  '''Fancy''' mode helices are ribbons with tubular edges à la [[MolScript]].  Cylindicial mode renders helices as solid cylinders.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
To turn on Fancy Helices:&lt;br /&gt;
 set cartoon_fancy_helices, 1&lt;br /&gt;
&lt;br /&gt;
To turn on Cylindrical Helices:&lt;br /&gt;
 set cartoon_cylindrical_helices, 1&lt;br /&gt;
&lt;br /&gt;
To return to default helices:&lt;br /&gt;
 set cartoon_fancy_helices, 0&lt;br /&gt;
 set cartoon_cylindrical_helices, 0&lt;br /&gt;
&lt;br /&gt;
To change the size of the cartoon helices when not in the fancy helix mode&lt;br /&gt;
 set cartoon_oval_radius , 0.8 &lt;br /&gt;
 and&lt;br /&gt;
 set cartoon_oval_width , 0.2 &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
image:Fancy.JPG|Fancy helix|center&lt;br /&gt;
image:Cylindre.JPG|Cylindrical helix&lt;br /&gt;
image:default.JPG|Default representation&lt;br /&gt;
image:Cartoon_oval_length.png|Cartoon Helix dimensions&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings|Cartoon helix settings]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=File:Cartoon_oval_length.png&amp;diff=1175</id>
		<title>File:Cartoon oval length.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=File:Cartoon_oval_length.png&amp;diff=1175"/>
		<updated>2008-05-09T01:44:51Z</updated>

		<summary type="html">&lt;p&gt;Harijay: The cartoon helix dimensions are specified by the size of the oval crosssection.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The cartoon helix dimensions are specified by the size of the oval crosssection.&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6538</id>
		<title>Cartoon Helix Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cartoon_Helix_Settings&amp;diff=6538"/>
		<updated>2008-05-09T01:42:10Z</updated>

		<summary type="html">&lt;p&gt;Harijay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
This setting sets the style in which [[Cartoon|cartoon]] helices are rendered.  The default is a helix with an ellipsoid cross section.  '''Fancy''' mode helices are ribbons with tubular edges à la [[MolScript]].  Cylindicial mode renders helices as solid cylinders.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
To turn on Fancy Helices:&lt;br /&gt;
 set cartoon_fancy_helices, 1&lt;br /&gt;
&lt;br /&gt;
To turn on Cylindrical Helices:&lt;br /&gt;
 set cartoon_cylindrical_helices, 1&lt;br /&gt;
&lt;br /&gt;
To return to default helices:&lt;br /&gt;
 set cartoon_fancy_helices, 0&lt;br /&gt;
 set cartoon_cylindrical_helices, 0&lt;br /&gt;
&lt;br /&gt;
To change the size of the cartoon helices when not in the fancy helix mode&lt;br /&gt;
 set cartoon_oval_radius , 0.8 &lt;br /&gt;
 and&lt;br /&gt;
 set cartoon_oval_width , 0.2 &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
image:Fancy.JPG|Fancy helix|center&lt;br /&gt;
image:Cylindre.JPG|Cylindrical helix&lt;br /&gt;
image:default.JPG|Default representation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Settings|Cartoon helix settings]]&lt;/div&gt;</summary>
		<author><name>Harijay</name></author>
	</entry>
</feed>