Changes between Version 4 and Version 5 of Procedures/DeliveryCreation/DigitalPhotography


Ignore:
Timestamp:
Oct 12, 2017, 10:09:45 AM (6 years ago)
Author:
dac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/DigitalPhotography

    v4 v5  
    1919 * Generate the readme config file using: `generate_readme_config.py -r camera -d delivery/*camera*`  as airborne.
    2020 * Edit the config (should be located in processing directory). Remember to add information on any photos which could not be tagged fully, or any images which look like they have anomalies or over/under exposure. To add new line characters enter '\\'. Tagtype should be "full" if photos have been tagged with pos/att information or "min" if only tagged with project details. If both types are present in the delivery then use full and in the "data_quality_remarks" section add a sentence explaining which photos have been unable to be tagged with pos/att and why. Line_numbering should contain a space separated list of names/numbers identifying flight lines.
    21  * Create the LaTeX TeX file. To create the TeX file run the script `create_latex_camera_readme.py` from the processing directory with the `-f` option, giving the location and name of the config file generated above. This is editable in any text editor and can be manually edited to correct mistakes or insert new text
     21 * Create the LaTeX TeX file. To create the TeX file run the script `create_latex_camera_readme.py -f cam_genreadme-airborne.cfg` . The .tex file generated is editable in any text editor and can be manually edited to correct mistakes or insert new text
    2222 * Convert the TeX file into a PDF file. This is done using the command `pdflatex <TeXFile>` and should create a file named Read_me-<TODAYSDATE>.pdf. If you get an error about missing .sty files, then yum install whatever is missing. For example, if you get complaints about supertabular.sty being missing, do yum install texlive-supertabular.
    2323 * It is advisable to keep the TeX file somewhere safe until after the delivery has been checked in case some changes to the Read_me need to be made (the TeX file should not be part of the delivery).