Functions | |
def | process_trialobj |
Variables | |
tuple | f = open( 'Obj%d_Trial%d_Servo%d_rel_results.pkl' % (obj_num, trial_num, int( servo_yn )), 'w') |
string | help = 'trial number (0-8)' |
obj_num = opt.obj | |
tuple | p = optparse.OptionParser() |
list | res = [] |
servo_yn = opt.servo | |
trial_num = opt.trial |
def rel_stats.process_trialobj | ( | trial_num, | |
obj_num, | |||
servo_yn | |||
) |
Definition at line 27 of file rel_stats.py.
tuple rel_stats::f = open( 'Obj%d_Trial%d_Servo%d_rel_results.pkl' % (obj_num, trial_num, int( servo_yn )), 'w') |
Definition at line 190 of file rel_stats.py.
string rel_stats::help = 'trial number (0-8)' |
Definition at line 169 of file rel_stats.py.
rel_stats::obj_num = opt.obj |
Definition at line 176 of file rel_stats.py.
tuple rel_stats::p = optparse.OptionParser() |
Definition at line 167 of file rel_stats.py.
list rel_stats::res = [] |
Definition at line 25 of file rel_stats.py.
Definition at line 178 of file rel_stats.py.
rel_stats::trial_num = opt.trial |
Definition at line 177 of file rel_stats.py.