Changes between Version 203 and Version 204 of Procedures/NewDataArrival


Ignore:
Timestamp:
Nov 29, 2021, 2:45:04 PM (2 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v203 v204  
    106106 * 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.
    107107
     108'''To use the 2021 logsheet generator follow these steps here, or scroll further to find instructions for the old version of logsheet generator.'''
     109
     110To create a logsheet is run in 3 stages to give greatest control of input/output. The first stage is to generate csv tables of the information to go into the logsheet. Then you create an image of the overview of flightlines, and finally you can render an HTML and PDF version of the data.
     111
     112Example commands:
     113
     114To create the CSV tables and get all the data together you pass the project directory, a sensor list to include in the logsheet and output directory (e.g. processing/logsheet)
     115
     116{{{generate_logsheet.py -p /users/rsg/arsf/arsf_data/2021/flight_data/sweden/Magic-2021_236_Kiruna -o /tmp/logsheet -s fenix -v}}}
     117
     118To create an overview it is recommended to use the `byline` option to colour the flight lines, `--inset` to generate an inset in the image and `-A` to create an animated GIF (for the website)
     119
     120{{{generate_overview_for_logsheet.py -p /users/rsg/arsf/arsf_data/2021/flight_data/sweden/Magic-2021_236_Kiruna -o /tmp/logsheet/overview.png -s fenix -c byline -A /tmp/logsheet/overview.gif --inset}}}
     121
     122To render into an HTML and PDF you need to pass the pickled dict output from `generate_logsheet.py` and the image created from `generate_overview_for_logsheet.py`
     123
     124{{{render_json_logsheet.py -d /tmp/logsheet/logsheet_dict.pickle -o /tmp/logsheet/ -I /tmp/logsheet/overview.png}}}
     125
     126
     127'''Instructions for old version of logsheet scripts'''
     128
    108129Make a logsheet that is suitable for delivery to end users. Use the {{{generateLogsheet.py}}} script and follow instructions:
    109130