Changes between Version 26 and Version 27 of Procedures/RCDPhotoProcessing


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v26 v27  
    5454=== Tagging images which have camera log files ===
    5555
    56 tifftagger2_exiftool 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. the -s option allows the gps location to be read from the given sbet file and is recommend if an sbet is available.
     56tag_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.
    5757
    5858for information on the script use the -h option
     
    6060TBC:
    6161{{{
    62 tifftagger2_exiftool -V -j -p IPY09_11 -l Helheim -f 219 -s ~arsf/arsf_data/2009/flight_data/uk/GB08_08-2009_068_Wytham_Woods/applanix/2009068.sbet /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/logs/090807-120958ImageEvents1.csv /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/proc_images/
     62      tag_tiffs.py -v -d dd/mm/yyyy -p <projcode> -l <sitename> <eventfile> <photographs_directory>
    6363}}}
    6464
     
    7373
    7474{{{
    75 photo_renamer.py -v IPY09_11 2009 215 090807-120958ImageEvents1.csv /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/proc_images/
    76 
     75rename_photos_update_events_file.py -v -d dd/mm/yyyy -c <projcode> <eventfile> <photographs_directory>
    7776}}}
    7877