Changes between Version 56 and Version 57 of Procedures/RCDPhotoProcessing
- Timestamp:
- Jun 9, 2011, 3:20:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v56 v57 10 10 11 11 Create 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 13 Check 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 12 14 13 15 The next stages of the processing incorporate: … … 30 32 * Delete the kml file created above as it is no longer needed. An updated one will be created by the delivery script. 31 33 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 file34 * Load in the *_camera.sol file and from rcd/logs the *!ImageEvents1.csv and *!PhotoId1.csv file 33 35 * Camera Orientation Direction: -90 34 36 * 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 )36 37 * Output file as *!ImageEvents1-processed.csv, file format ASCII Output 37 38 1. Check the event log file for erroneous entries … … 43 44 44 45 {{{ 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.log46 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 -s ~arsf/arsf_data/2010/flight_data/uk/project_dir/ipas/proc/2010_camera.sol -n "PI Name" | tee camera_delivery.log 46 47 }}} 47 48