Put together trials into self.exp_plan.
Example:
self.exp_plan = [] for ...: exp_plan.append([ OrderedDict([ ('cond', cond), ('name', names[cond]), ('onset', ''), ('dur', trial_dur), ('corr_resp', corr_resp), ('subj_resp', ''), ('accuracy', ''), ('rt', ''), ]) ])