/*====================================================================*/ /* prediction.conf */ /* Version 1.0 - July 2012 */ /* */ /* This is the configuration file for the code "prediction" for the */ /* GreenCube and ALTAIR balloon project */ /* */ /* WIND [filename] <-- This is required */ /* FLIGHT [filename] <-- raw balloon data, if available */ /* this is not required - before a */ /* it is unknown. */ /* MAX [altitude in meters] <-- default is 27432 m = 90,000 ft. */ /* RISE [velocity in m/s] <-- default is 5.08 m/2 = 1000 fpm */ /* FALL [velocity in m/s] <-- default is 5.08 m/2 = 1000 fpm */ /* LAUNCH [long] [lat] [elevation m] <-- default */ /* -71.54398 44.36895 400 */ /* Mount Washington Airport */ /*====================================================================*/ WIND windJuly14D.dat FLIGHT MAX 27432 RISE 6.9 FALL 7.2 LAUNCH -71.54398 44.36895 400