Skip to content

Instantly share code, notes, and snippets.

@ZGainsforth
Created December 12, 2018 02:25
Show Gist options
  • Select an option

  • Save ZGainsforth/194d4964587778e0be167cb7577e6cfb to your computer and use it in GitHub Desktop.

Select an option

Save ZGainsforth/194d4964587778e0be167cb7577e6cfb to your computer and use it in GitHub Desktop.
Record a movie in ChimeraX after loading RGB tomograph
# 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