Changes between Version 3 and Version 4 of RCDPhotoProcessing/RCDPostProcessing


Ignore:
Timestamp:
Feb 18, 2011, 6:12:05 PM (13 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RCDPhotoProcessing/RCDPostProcessing

    v3 v4  
    33=== Tagging images which have camera log files ===
    44
    5 The eventfile needs to be updated before tagging the images. This will apply a 0.006s offset to the times in the csv and also replace the pos/nav data with post-processed data from a supplied SOL file. The resulting csv file will be written to new_eventfile.
    6 
    7 {{{
    8    image_events_file_fixer.py -v -t -s <solfile> <eventfile> <new_eventfile>
    9 }}}
    10 
    11 
    12 tag_tiffs.py is a python script that uses the exiftool command line tool too add tags to a tiff. It draws this data from an image event file (this should be the updated one from the above step). In addition to the data in the image event file the user can use several arguments to supplement the information. For information on the script use the -h option
     5Tag_tiffs.py is a python script that uses the exiftool command line tool too add tags to a tiff. It draws this data from an image event file (this should be the processed event file from IPAS CO). In addition to the data in the image event file the user can use several arguments to supplement the information. For information on the script use the -h option
    136
    147{{{