Changes between Version 25 and Version 26 of Procedures/RCDPhotoProcessing


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v25 v26  
    3232If 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.
    3333
    34  1. Process the IPAS data and create an SBET file (convert the SOL file to an SBET using IPAS Pro)
     34 1. Process the IPAS data and create a SOL file
    3535 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.
    3737  * Delete these tif files (not the raws) since they are not required.
    3838 1. Check the event log file for erroneous entries
     
    4444
    4545{{{
    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/sbet_from_sol.sbet -n "PI Name" | tee camera_delivery.log
     46make_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
    4747}}}
    4848
    4949If 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  * 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)
     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)
    5151 
    5252== Individual processing stages - if above script does not work ==