Changes between Version 195 and Version 196 of Procedures/NewDataArrival
- Timestamp:
- Jun 6, 2017, 5:25:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v195 v196 19 19 Make a logsheet that is suitable for delivery to end users. Use the {{{generateLogsheet.py}}} script and follow instructions: 20 20 21 '''Using GUI''' 22 * Run from top level - writes into 'admin' dir. You may wish to rename this dir before running to prevent any accidental overwriting. 23 * Fill in the yellow boxes with information from supplied logsheet. 24 * Blue boxes should be automatically filled in when you start the program but check the values are correct. 25 * Click 'fill post manual'. This will calculate the values for the green fields based on the values you have entered into the yellow fields. You should also check that these fields look correct. If the flight was flown over midnight, you may need to correct them. 26 27 '''Using Config file''' 21 '''Using config file (recommended)''' 28 22 * Manually fill out a config file with the example format below 29 23 * Run {{{generateLogsheet.py}}}, passing the config file path with the -c option … … 31 25 32 26 For more advance running, you may specify a particular logsheet template e.g. -x .../logsheet_template_modular.xml [[BR]] 33 A different output directory may be specified with the -o modifier 27 A different output directory may be specified with the -o modifier [[BR]] 28 Do not use the --guifree option unless you really know what you are doing as this will suppress error messages such as missing sensors (which will terminate the script) 34 29 35 30 {{{ … … 58 53 flight_description = 59 54 }}} 55 56 '''Using GUI''' 57 * Run from top level - writes into 'admin' dir. You may wish to rename this dir before running to prevent any accidental overwriting. 58 * Fill in the yellow boxes with information from supplied logsheet. 59 * Blue boxes should be automatically filled in when you start the program but check the values are correct. 60 * Click 'fill post manual'. This will calculate the values for the green fields based on the values you have entered into the yellow fields. You should also check that these fields look correct. If the flight was flown over midnight, you may need to correct them. 60 61 61 62 [[BR]]