Changes between Version 76 and Version 77 of Procedures/RCDPhotoProcessing


Ignore:
Timestamp:
Aug 17, 2012, 10:05:09 AM (12 years ago)
Author:
anhi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v76 v77  
    5050=== Creating the Read me ===
    5151
    52  * The above script will generate a config file for the latex PDF script. If it fails for some reason then run `generate_readme_config.py` with the -d option (giving the delivery directory) and "-r camera".
    53  * Edit the config (should be located in /tmp 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.
     52 * The above script will generate a config file for the latex PDF script. If it fails for some reason then run `generate_readme_config.py` with the -d option (giving the delivery directory) and "-r camera" as airborne.
     53 * 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.
    5454 * Create the LaTeX TeX file. To create the TeX file use the script create_latex_camera_readme.py with the -f option, giving the location 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
    5555 * Convert the TeX file into a PDF file. This is done using the command `latex <TeXFile>` and should create a file named Read_me-TODAYSDATE.pdf. 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).