Changes between Version 25 and Version 26 of Procedures/RCDPhotoProcessing
- Timestamp:
- Jul 2, 2010, 2:31:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v25 v26 32 32 If you are lucky you should be able to do the whole processing chain through running one script. To improve the chances of this working follow the stages below to set up the data and remove as many anomalies as possible. 33 33 34 1. Process the IPAS data and create a n SBET file (convert the SOL file to an SBET using IPAS Pro)34 1. Process the IPAS data and create a SOL file 35 35 1. Create a KML file using the event logfile(s) and view it in Google Earth. 36 * Note which blocks of photographs do not overlap with any Eagle/Hawk data. Usually consists of a group of photographs at the start of the survey where they set up the exposure rates etc for the camera. 36 * Note which blocks of photographs do not overlap with any Eagle/Hawk data. Usually consists of a group of photographs at the start of the survey where they set up the exposure rates etc for the camera. Often the log sheet notes which images too. 37 37 * Delete these tif files (not the raws) since they are not required. 38 38 1. Check the event log file for erroneous entries … … 44 44 45 45 {{{ 46 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/s bet_from_sol.sbet-n "PI Name" | tee camera_delivery.log46 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/solfile.sol -n "PI Name" | tee camera_delivery.log 47 47 }}} 48 48 49 49 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: 50 * S BET 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)50 * SOL file GPS times do not overlap with photograph log file times. Either fix the SOL (if possible) else use the logfile to tag the images (and mention in the Read_Me) 51 51 52 52 == Individual processing stages - if above script does not work ==