「chimerax」の版間の差分
提供: Eospedia
(→複数のマップを線形補完しながらmorphムービー作る) |
|||
| (同じ利用者による、間の1版が非表示) | |||
| 行2: | 行2: | ||
https://www.rbvi.ucsf.edu/chimerax/ | https://www.rbvi.ucsf.edu/chimerax/ | ||
| − | == | + | == 複数のマップを線形補完しながらmorphムービー作る == |
| + | chimeraxのコマンドウィンドウにコマンドを打ち込む。GUIインターフェイスはまだ未実装 (2020/6/9現在) | ||
| + | |||
| + | (例) マップ1~10をの線形補完morphを100フレームで作成して動画として記録し、~/Documents/mapmorph.mp4としてファイル保存する。 | ||
| + | <pre> | ||
| + | movie record; volume morph #1-10 playStep 0.01 frames 100; wait 100; movie stop; movie encode ~\Documents\mapmorph.mp4 | ||
| + | </pre> | ||
| + | |||
| + | 詳細はこのスレを参照: http://plato.cgl.ucsf.edu/pipermail/chimerax-users/2020-June/001201.html | ||
2020年6月9日 (火) 05:29時点における最新版
chimerax
https://www.rbvi.ucsf.edu/chimerax/
複数のマップを線形補完しながらmorphムービー作る
chimeraxのコマンドウィンドウにコマンドを打ち込む。GUIインターフェイスはまだ未実装 (2020/6/9現在)
(例) マップ1~10をの線形補完morphを100フレームで作成して動画として記録し、~/Documents/mapmorph.mp4としてファイル保存する。
movie record; volume morph #1-10 playStep 0.01 frames 100; wait 100; movie stop; movie encode ~\Documents\mapmorph.mp4
詳細はこのスレを参照: http://plato.cgl.ucsf.edu/pipermail/chimerax-users/2020-June/001201.html