Changes between Version 56 and Version 57 of Procedures/RCDPhotoProcessing


Ignore:
Timestamp:
Jun 9, 2011, 3:20:37 PM (13 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v56 v57  
    1010
    1111Create temporary thumbnail images of the processed tiff files using photo2thumb.py. Open the first image with eog and use either spacebar to scroll though the images or view/slideshow. Remove any images that that are over/under exposed.
     12
     13Check there is a *_camera.sol file in the IPAS/proc directory. If there is not, then you will need to create one. See details here: http://arsf-dan.nerc.ac.uk/trac/wiki/Procedures/ProcessingChainInstructions/NavigationProcessing
    1214
    1315The next stages of the processing incorporate:
     
    3032  * Delete the kml file created above as it is no longer needed. An updated one will be created by the delivery script.
    3133 1. Open IPAS CO (on the windows machine). This is used to create a new image event file with post-processed positional data and omega,phi,kappa values.
    32   * Load in the *.sol file and from rcd/logs the *!ImageEvents1.csv and *!PhotoId1.csv file
     34  * Load in the *_camera.sol file and from rcd/logs the *!ImageEvents1.csv and *!PhotoId1.csv file
    3335  * Camera Orientation Direction: -90
    3436  * Event Offset: 0.006
    35   * Lever Arm values: x 0.112 y 0.061 z -0.060 (for 2009 data use x 0.239 y -0.062 z 0.060 )
    3637  * Output file as *!ImageEvents1-processed.csv, file format ASCII Output
    3738 1. Check the event log file for erroneous entries
     
    4344
    4445{{{
    45 make_delivery_folder.sh -c -d ~arsf/arsf_data/2010/flight_data/uk/project_dir -y 2010 -j 297 -p EX01_01 -a "Example Site" -e ~arsf/arsf_data/2010/flight_data/uk/project_dir/leica/rcd/logs/ImageEvent1-processed.csv -n "PI Name" | tee camera_delivery.log
     46make_delivery_folder.sh -c -d ~arsf/arsf_data/2010/flight_data/uk/project_dir -y 2010 -j 297 -p EX01_01 -a "Example Site" -e ~arsf/arsf_data/2010/flight_data/uk/project_dir/leica/rcd/logs/ImageEvent1-processed.csv -s ~arsf/arsf_data/2010/flight_data/uk/project_dir/ipas/proc/2010_camera.sol -n "PI Name" | tee camera_delivery.log
    4647}}}
    4748