Changes between Version 195 and Version 196 of Procedures/NewDataArrival


Ignore:
Timestamp:
Jun 6, 2017, 5:25:27 PM (7 years ago)
Author:
lah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v195 v196  
    1919Make a logsheet that is suitable for delivery to end users. Use the {{{generateLogsheet.py}}} script and follow instructions:
    2020
    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)'''
    2822* Manually fill out a config file with the example format below
    2923* Run {{{generateLogsheet.py}}}, passing the config file path with the -c option
     
    3125
    3226For 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
     27A different output directory may be specified with the -o modifier [[BR]]
     28Do 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)
    3429
    3530{{{
     
    5853flight_description =
    5954}}}
     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.
    6061
    6162[[BR]]