Changes between Version 37 and Version 38 of Procedures/RCDPhotoProcessing
- Timestamp:
- Jul 7, 2010, 5:29:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v37 v38 3 3 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. 4 4 5 The procedure for processing raw images to tif images can be found [wiki:Procedures/RCDPhotoProcessing/RawtoTif here]. 5 === Raw to Tiff === 6 6 7 The first stage in processing the photographic data is to convert the raw file format into a 16-bit tiff format. The procedure for processing raw images to tif images can be found [wiki:Procedures/RCDPhotoProcessing/RawtoTif here]. 7 8 8 = Tagging the Images, creating thumbnails and delivery folder =9 === Post-processing === 9 10 10 == Fully scripted processing approach == 11 When the tiffs have been created the next stages of the processing can be started. This incorporates: 12 * updating the photograph event file to subtract the frame grabbing time delay (0.006s) and update the real-time positional/navigation data to post-processed values from the IPAS SOL file. 13 * tagging the images with positional and navigational data as well as project information 14 * renaming the images to conform to ARSF standards 15 * generating thumbnail images of the tiffs. 11 16 12 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.17 For "perfect" projects this can all be done using one script which will generate a delivery directory and populate it with correctly processed data. Unfortunately a lot of projects are not perfect and may require a more hands on approach. A step by step procedure can be found [wiki:RCDPhotoProcessing/RCDPostProcessing here] for post-processing data for problem projects. 13 18 14 1. Process the IPAS data and create a SOL file 19 To improve the chances of this single script approach working, follow the stages below to set up the data and remove as many anomalies as possible. 20 21 1. Process the IPAS data and create a SOL file 15 22 1. Create a KML file and view it in Google Earth. 16 23 * Run kmlise_project.py <main_project_dir> > kml_file.kml - this create a kml file using the !ImageEvents1.csv file … … 30 37 }}} 31 38 32 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:39 If the script fails then you will have to fix the problem and try again, or follow the individual stages listed [wiki:RCDPhotoProcessing/RCDPostProcessing here]. Possible causes of failure, excluding the ones previously mentioned above, could be: 33 40 * 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) 41 42 43 = Tagging the Images, creating thumbnails and delivery folder = 34 44 35 45 == Individual processing stages - if above script does not work ==