winnet_movie.py File Reference

Go to the source code of this file.

Namespaces

 winnet_movie
 

Variables

 winnet_movie.script_path = os.path.dirname(os.path.realpath(__file__))
 
 winnet_movie.p = optparse.OptionParser()
 
 winnet_movie.action
 
 winnet_movie.dest
 
 winnet_movie.default
 
 winnet_movie.help
 
 winnet_movie.options
 
 winnet_movie.args
 
 winnet_movie.run_path = options.rundir
 
dictionary winnet_movie.kwargs = {}
 
 winnet_movie.w = wreader(run_path)
 
 winnet_movie.value = w.check_existence('snapshot')
 
 winnet_movie.frame_min
 
 winnet_movie.frame_max
 
 winnet_movie.fig = plt.figure(figsize=(15, 8))
 
 winnet_movie.anim = FlowAnimation(run_path, fig, frame_dir=options.output_name, **kwargs)
 
 winnet_movie.option_dict_path = os.path.join(script_path, 'src_files/data/options.pkl')
 
 winnet_movie.parallel_save_path = os.path.join(script_path, 'src_files', 'parallel_save.py')
 
 winnet_movie.mpirun = os.popen('whereis mpirun').read().strip().split()
 
 winnet_movie.ani = anim.get_funcanimation(frames=range(frame_min, frame_max))
 
 winnet_movie.output_name
 
 winnet_movie.fps