trick/trick_sims/SIM_ball_L3/RUN_test/input.py

13 lines
293 B
Python
Raw Normal View History

2015-02-26 15:02:31 +00:00
# $Id: input.py 2553 2012-08-30 22:00:40Z alin $
execfile("Modified_data/data_record.dr")
execfile("Modified_data/auto_test.dr")
ball.altimeter.input.add_noise = False
ball2.altimeter.input.add_noise = False
my_integ_loop.getIntegrator(trick.Runge_Kutta_Fehlberg_78, 4)
trick.stop(300.0)