Changes between Version 27 and Version 28 of Procedures/RCDPhotoProcessing


Ignore:
Timestamp:
Jul 2, 2010, 2:39:10 PM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v27 v28  
    5454=== Tagging images which have camera log files ===
    5555
     56The 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 copied to the same place with ".fixed" appended to the name.
     57
     58{{{
     59   image_events_file_fixer.py -v -t -s <solfile> <eventfile>
     60}}}
     61
     62
    5663tag_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. In addition to the data in the image event file the user can use several arguments to supplement the information.
    5764