Loading SRT/Servers/SRTMinorServo/test/plotDerotatorTrajectory.py +4 −1 Original line number Diff line number Diff line Loading @@ -41,4 +41,7 @@ plt.ylabel('rot (deg)') plt.xlabel('time (sec)') plt.get_current_fig_manager().window.attributes('-zoomed', True) try: plt.show() except KeyboardInterrupt: pass SRT/Servers/SRTMinorServo/test/plotSRPTrajectories.py +4 −1 Original line number Diff line number Diff line Loading @@ -117,4 +117,7 @@ ex1.set_xlabel('time (s)') plt.get_current_fig_manager().window.attributes('-zoomed', True) try: plt.show() except KeyboardInterrupt: pass Loading
SRT/Servers/SRTMinorServo/test/plotDerotatorTrajectory.py +4 −1 Original line number Diff line number Diff line Loading @@ -41,4 +41,7 @@ plt.ylabel('rot (deg)') plt.xlabel('time (sec)') plt.get_current_fig_manager().window.attributes('-zoomed', True) try: plt.show() except KeyboardInterrupt: pass
SRT/Servers/SRTMinorServo/test/plotSRPTrajectories.py +4 −1 Original line number Diff line number Diff line Loading @@ -117,4 +117,7 @@ ex1.set_xlabel('time (s)') plt.get_current_fig_manager().window.attributes('-zoomed', True) try: plt.show() except KeyboardInterrupt: pass