Go to the source code of this file.
Namespaces | |
| namespace | analyse |
Variables | |
| analyse.axis = None,plot_titleopt.dir) | |
| analyse.bias_ft = True) | |
| tuple | analyse.cd = ut.load_pickle(pkl_name) |
| tuple | analyse.d = al.synchronize(ft_dict, mechanism_dict, hand_dict) |
| tuple | analyse.ft_dict = ut.load_pickle(ft_pkl) |
| tuple | analyse.ft_pkl = glob.glob(opt.dir + '/ft_log*.pkl') |
| list | analyse.ft_time_list = ft_dict['time_list'] |
| list | analyse.hand_dict = poses_dict['hand'] |
| tuple | analyse.md = ut.load_pickle(mech_pkl_name) |
| tuple | analyse.mech_pkl_name = glob.glob(opt.dir + '/mechanism_info*.pkl') |
| list | analyse.mechanism_dict = poses_dict['mechanism'] |
| tuple | analyse.p = optparse.OptionParser() |
| tuple | analyse.pkl_name = glob.glob(opt.dir + '/combined_log*.pkl') |
| tuple | analyse.poses_dict = ut.load_pickle(poses_pkl) |
| tuple | analyse.poses_pkl = glob.glob(opt.dir + '/poses_dict*.pkl') |
| tuple | analyse.spring_list = ut.load_pickle(spring_pkl) |
| tuple | analyse.spring_pkl = glob.glob(opt.dir+'/spring_scale*.pkl') |
| string | analyse.type = 'string' |
| string | analyse.xlabel = 'Reading number' |