moviefile

### Editer:Mogu ### class:

WriteMovie:
environment:
Pyton3.5.1
requirement:
?Numpy1.10.1
caution:
python3: supporting that str is utf-8 type. We need to write [b”sgring”].
class cafepy.files.moviefile.Movie[source]

Reading a PDB(Protein Data Bank) file which is an output from CafeMol Software.

openFile(filename, mode='r')
read(filename)

read [pdb, dcd, index] files. This function define reading type from files suffix. you need to set a proper suffix with filename.

Inputs:filename(str)
Returns:class [DCD, PDB, Index]