Changes between Version 26 and Version 27 of Procedures/RCDPhotoProcessing
- Timestamp:
- Jul 2, 2010, 2:36:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v26 v27 54 54 === Tagging images which have camera log files === 55 55 56 t ifftagger2_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.56 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. In addition to the data in the image event file the user can use several arguments to supplement the information. 57 57 58 58 for information on the script use the -h option … … 60 60 TBC: 61 61 {{{ 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> 63 63 }}} 64 64 … … 73 73 74 74 {{{ 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 75 rename_photos_update_events_file.py -v -d dd/mm/yyyy -c <projcode> <eventfile> <photographs_directory> 77 76 }}} 78 77