mirror of
https://github.com/nasa/trick.git
synced 2024-12-28 00:48:52 +00:00
13 lines
293 B
Python
13 lines
293 B
Python
|
|
# $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)
|