Created
December 12, 2018 02:25
-
-
Save ZGainsforth/194d4964587778e0be167cb7577e6cfb to your computer and use it in GitHub Desktop.
Record a movie in ChimeraX after loading RGB tomograph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Make the window some standard size | |
| windowsize 1000 1000 | |
| # Choose an orientation by going to the default, and then doing rotations. | |
| view cofr false | |
| turn y 90 | |
| turn x 180 | |
| # And record the movie. | |
| movie record ; turn y 1 360 ; wait ; movie encode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment