Changes between Version 37 and Version 38 of Procedures/EagleHawkProcessing
- Timestamp:
- Jul 4, 2011, 12:42:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v37 v38 19 19 `generate_apl_runscripts.py -s s -n <numlines> -j <jday> -y <year>` 20 20 21 This should generate a config file based on the raw data and applanix files, and output it to the processing/hyperspectral directory. 22 The file may need editing, the main parts to check:21 This should generate a config file based on the raw data and applanix files, and output it to the processing/hyperspectral directory.[[BR]] 22 Go through carefully and check everything is correct. Most notably: 23 23 24 24 * project_code … … 26 26 * transform_projection is correct for the data 27 27 28 *If using SBETs from IPAS to process the hyperspectral make sure to use these lever arm values (referenced from pav80 not GPS antenna. They should be automatically selected according to the year but best to check):28 If using SBETs from IPAS to process the hyperspectral make sure to use these lever arm values (referenced from pav80 not GPS antenna. They should be automatically selected according to the year but best to check): 29 29 30 Eagle : 0.415 -0.014 -0.129 31 30 Eagle : 0.415 -0.014 -0.129[[BR]] 32 31 Hawk : 0.585 -0.014 -0.129 33 32 34 33 And use these boresight values (PRH): 35 34 36 Eagle : -0.322 0.175 0.38 37 35 Eagle : -0.322 0.175 0.38[[BR]] 38 36 Hawk : -0.345 0.29 0.35 39 37 … … 54 52 [wiki:Processing/problemsHS This] page details common problems in hyperspectral processing, and how to resolve them. 55 53 54 === SCTs === 55 56 The script will have produced 21 iterations of each flightline, with a range of sct values. SCT is a timing offset which affects the position and geometry of the image. Currently they range from -0.1 to 0.1 seconds. A tiff will have been produced for each version, you will need to go through these using gtviewer and find the image that looks correct, and note down the sct value. You usually determine the correct image by the amount of wobble in the image. Lines with an incorrect offset will cause kinks in straight lines such as roads where the plane trajectory wobbles. Selecting the image with the straight road is usually what is required. 57 56 58 === Making a delivery === 57 59