= Leica digital camera processing = The RCD produces raw files that need to be processed in order to create TIFF files. The processing basically uses a gain and offset scaling and (probably) corrects for lens distortion. See the [wiki:Sensors/RCD_CH39 RCD page] for more details, including filename convention. == Processing the raws == 1. Load the Leica photo processing software * Under Windows, select start->programs->leica->calibration->Calibration Post Processing * If using wine, run "leica_photo_processing" 1. Select the appropriate camera config (Parameters) * As of late 2009, this is CH39_021_060 * There may be updates to this as the camera is recalibrated 1. Select the input files * Typically this will be something like ~airborne/workspace/IPY09_11-2009_219_Helheim/leica/RCD/images * You can click and shift-click to select a list from the open file dialog, but be aware that it appears to take about 5 seconds per file under wine, so expect a long wait while it's thinking (it hasn't crashed!) 1. Ensure both Auto Contrast and Adaptive Left-Right Balance are selected. 1. Select the output directory * Typically this will be something like ~airborne/workspace/IPY09_11-2009_219_Helheim/leica/RCD/images-processed 1. Select 16 bit TIFF output ('''this is important! ''') 1. Hit the start button and go for coffee (allow about 20-30secs per file) A typical processing setup looks like: [[Image(photo_processing_screenie.png)]] == Tagging the TIFFs == tifftagger2_exiftool is a python script that uses the exiftool command line tool too add tags to a tiff. It draws this data from an image event file. In addition to the data in the image event file the user can use several arguments to supplement the information. the -s option allows the gps location to be read from the given sbet file and is recommend if an sbet is available. for information on the script use the -h option TBC: {{{ python tifftagger2_exiftool -V -p IPY09_11 -l Helheim -f 219 -s ~arsf/arsf_data/2009/flight_data/uk/GB08_08-2009_068_Wytham_Woods/applanix/2009068.sbet /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/logs/090807-120958ImageEvents1.csv /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/proc_images/ }}} to check the changes use {{{ exiftool /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/proc_images/07120958100001G4.tif }}} A second script is used to then rename the files with useful names containing the project code, year and day. this script also takes the image events file and the folder containing the images as arguments and renames the files and creates a new image events file with the file names updated. for more information on the script use -h option {{{ photo_renamer.py -v IPY09_11 2009 215 090807-120958ImageEvents1.csv /users/rsg/airborne/workspace/IPY09_11-2009_219_Helheim/leica/rcd/proc_images/ }}} == Creating Thumbnails == We need to create thumbnail images for the delivery and for getting an overview of the images for the checking procedure. To do this use the photo2thumb.sh script. EG photo2thumb.sh -d proc_images -o thumbnails Will create JPG thumbnails of all the TIF images in the proc_images directory and save them into a directory called thumbnails. For further usage run photo2thumb.sh -h == Subsequent processing == There are several other steps that could be undertaken: * orthorectification (map the photos with respect to the ground/aircraft position) * ? geocorrection (map the photos with respect to the ground + a DEM) - possibly only Bill's azgcorr mods could do this * compositing orthorectified photos and seam-line adjustment * compositing is easy, but will have ugly problems when you get different views on an object with vertical structure * to improve the look of this, you have to manually edit the positioning of the joins - this is currently a very manual process and we do not currently have software for it