Changes between Version 9 and Version 10 of RCDPhotoProcessing/RCDPostProcessing


Ignore:
Timestamp:
Jul 1, 2011, 12:37:33 PM (13 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RCDPhotoProcessing/RCDPostProcessing

    v9 v10  
    5757Delivery directory structure ¶ The delivery layout is detailed [wiki:Processing/FilenameConventions#Photographicdeliveries here] and you can copy the directory template from /users/rsg/arsf/arsf_data/2011/delivery/camera/template/
    5858
    59 == Creating ReadMe ==
    60 
    61 This is still largely untested and probably buggy
    62 
    63 To create a PDF read me file for the delivery takes 3 stages.
     59=== Creating ReadMe ===
    6460
    6561    * Generate a config file containing the project information that will be used in the next stage. To do this, use the script generate_readme_config.py with the -d option (giving the delivery directory) and "-r camera". See generate_readme_config.py -h.
    66     * Check and edit the config file:
    67           o Any remarks about the photograph quality / missing items etc should be entered in the "data_quality_remarks" section as a sentence. To add new line characters enter '\\'
    68           o 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.
    69           o line_numbering should contain a space separated list of names/numbers identifying flight lines.
     62    * Check and edit the config file. Any remarks about the photograph quality / missing items etc should be entered in the "data_quality_remarks" section as a sentence. 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.
    7063    * Create the LaTeX TeX file. This is editable in any text editor and can be manually edited to correct mistakes or insert new text. 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.
    7164    * 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.