# # Chimera command script for making a movie of a rotating volume # # Recording a movie will slow replay of the script, but this will not # affect the replay rate of the resulting movie file. # # 2dlabels create lab1 text 'Glutamate synthase ' color black size 26 xpos 0.35 ypos 0.95 visibility show # Command from the command line: source D:\Site_Columbia\Templates\files\GltS.txt # windowsize 300 300 # savepos position # reset position # uncomment when you are ready to record your movie: # movie record # Roll the volume alone: # Z 120 degres roll z 2 60; wait # X -90 degres roll x -2 45; wait # Y 120 degres roll y 2 60; wait # X 90 degres roll x 2 45; wait #Requires the experimental package Transition (http://www.cgl.ucsf.edu/chimera/experimental/experimental.html): transition transparency #0 0 0.7 10 wait 30 modeldisplay #3 # Roll the volume with the pdb structure in semi-tranparency # Z 120 degres roll z 2 60; wait transition transparency #0 0.7 1 60 # X -90 degres roll x -2 45; wait # Y 120 degres roll y 2 60; wait # X 90 degres roll x 2 45; wait transition transparency #0 1 0 10 ~modeldisplay #3 wait 20 # uncomment when you are ready to record your movie: # movie stop # movie encode mformat mov output D:\Site_Columbia\Templates\files\GltS.mov