Skip to content

Chimera and time series!

Nikhil Biyani edited this page Dec 7, 2015 · 1 revision

Sometimes when I have a time series of volumes which I need to analyze, I use Chimera. Below I provide sample instructions of how this all can be done in Chimera.


# START of file
# File: chimera_shrinkwrap.cmd
# Here are few of the commands which I use to create movies
# for a series of .map files
# All contents of this page can be saved in file with extension ".cmd"
# When in Chimera simply Open this file and everything in it will be executed.
vseries open SHRINKWRAP/shrinkwrap_final*.map
volume all step 1 color #b0b030306060
preset apply pub 4
turn x -90 1
movie record
vseries play #0 maxFrameRate 1
movie encode output shrinkwrap_changes.avi format avi
# END of file