Changes between Version 32 and Version 33 of Procedures/RCDPhotoProcessing
- Timestamp:
- Jul 6, 2010, 9:55:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v32 v33 60 60 === Tagging images which have camera log files === 61 61 62 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 copied to the same place with ".fixed" appended to the name.62 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. 63 63 64 64 {{{ 65 image_events_file_fixer.py -v -t -s <solfile> <eventfile> 65 image_events_file_fixer.py -v -t -s <solfile> <eventfile> <new_eventfile> 66 66 }}} 67 67 68 68 69 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.69 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. 70 70 71 71 for information on the script use the -h option