Changes between Version 194 and Version 195 of Procedures/NewDataArrival
- Timestamp:
- Jun 6, 2017, 4:46:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v194 v195 17 17 * Verify all details on the logsheet (esp. PI) by calling/emailing NERC-ARF Ops making them aware of the projects that have been unpacked - the application form and logsheet are not sufficient proof, nor do they track any changes in PI over the lifetime of the application. 18 18 19 Make a logsheet that is suitable for delivery to end users. Use the {{{generateLogsheet.py}}} script and follow instructions from: 19 Make a logsheet that is suitable for delivery to end users. Use the {{{generateLogsheet.py}}} script and follow instructions: 20 21 '''Using GUI''' 20 22 * Run from top level - writes into 'admin' dir. You may wish to rename this dir before running to prevent any accidental overwriting. 21 23 * Fill in the yellow boxes with information from supplied logsheet. 22 24 * Blue boxes should be automatically filled in when you start the program but check the values are correct. 23 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''' 28 * Manually fill out a config file with the example format below 29 * Run {{{generateLogsheet.py}}}, passing the config file path with the -c option 30 * Suppress the GUI with the option -m autoonly 31 32 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 34 35 {{{ 36 proj_code = 37 proj_name = 38 pi_name = 39 aircraft = 40 pilot = 41 copilot = 42 operator = 43 observer = 44 45 base = 46 log = 47 engineon = 48 engineoff = 49 alignin = 50 alignout = 51 base_station = 52 weather = 53 takeoff_time = 54 land_time = 55 # leave blank or enter letter 56 sortie = 57 58 flight_description = 59 }}} 24 60 25 61 [[BR]]