the Movie module¶
- class pNbody.Movie.Movie(name, mode=None)¶
a Movie class
- get_img(data)¶
can be replaced by read_one with option “image”
- info()¶
give info
- open(mode='rb', readall=0)¶
open a file
- read(skip=0, mode='array')¶
skip = 0 : read image at the current position skip = 1 : skip an image skip = -1 : read the image before (go back) skip = -2 : skip an image before (go back)