Changes between Version 16 and Version 17 of Procedures/RCDPhotoProcessing
- Timestamp:
- Feb 8, 2010, 10:57:44 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v16 v17 36 36 * Anything with a -1 in GPS time will cause an error in the tagging script. If possible, you might be able to use the !SensorStats log file to estimate the GPS time of the erroneous events. Use the time differences in the log file to estimate the GPS time. Note down any image names you do this to so that it can be put in the Read Me. 37 37 * If the !SensorStat log cannot be used to estimate the time then there is nothing that can be done for this image - can only be tagged with minimal information via a separate script (see below section on tagging without log files). 38 1. Try running the script. Pipe the output to a text file in case you wish to review it afterwards. 38 39 40 Example command: 41 42 {{{ 43 make_delivery_folder.sh -c -d ~airborne/workspace/project_dir -y 2010 -j 297 -p EX01_01 -a "Example Site" -e ~airborne/workspace/project_dir/leica/rcd/logs/ImageEvent1.csv -s ~airborne/workspace/project_dir/leica/ipas/proc/sbet_from_sol.sbet -n "PI Name" | tee camera_delivery.log 44 }}} 45 46 If the script fails then you will have to fix the problem and follow the individual stages below. Possible causes of failure, excluding the ones previously mentioned above, could be: 47 * SBET file GPS times do not overlap with photograph log file times. Either fix the SBET (if possible) else use the logfile to tag the images (and mention in the Read_Me) 48 39 49 40 50 = Individual processing stages =