Classes | |
class | AscTecControlPlots |
Variables | |
tuple | parser = OptionParser(usage="usage: %prog [options] bagfile") |
tuple | self = AscTecControlPlots(args[0], t_start, t_end) |
t_end = None | |
t_start = None | |
tuple | TRAJ_PLOT_OPTIONS |
tuple starmac_tools::plotting::asctec_control_plots::parser = OptionParser(usage="usage: %prog [options] bagfile") |
Definition at line 246 of file asctec_control_plots.py.
tuple starmac_tools::plotting::asctec_control_plots::self = AscTecControlPlots(args[0], t_start, t_end) |
Definition at line 256 of file asctec_control_plots.py.
Definition at line 251 of file asctec_control_plots.py.
Definition at line 250 of file asctec_control_plots.py.
00001 dict(label='trajectory', ls='-', marker='.', color='blue', lw=1, ms=1.0, mec='blue', 00002 mew=0.5, mfc='None', alpha=0.5)
Definition at line 53 of file asctec_control_plots.py.