Changes between Version 3 and Version 4 of FAQ/azgcorrbend
- Timestamp:
- May 18, 2012, 5:30:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/azgcorrbend
v3 v4 2 2 3 3 '''A:'''[[BR]] 4 This means that the aircraft turned without turning off the sensor. Azgcorr was designed to process reasonably straight single survey lines and is not intended for use on flights including large turns - attempting to process such lines causes problems. The re are two solutions to this:4 This means that the aircraft turned without turning off the sensor. Azgcorr was designed to process reasonably straight single survey lines and is not intended for use on flights including large turns - attempting to process such lines causes problems. The present default is to continue if a bend is present after giving a warning message; if interpolation selected is -ic (bicubic), -il (linear) or -in (nearest neighbour) the run may fail or leave portions of the line unprocessed. 5 5 6 1. (Easy solution) Process the flightline with an extra "-bend" option to azgcorr. This will override the turn check and allow processing to proceed. Be aware that this may cause the processing to segfault, and if it doesn't then it may not produce correct positioning. You are advised to check your results against vectors or other known good data. 6 There are three solutions to this: 7 7 8 2. (Harder solution) Process the flightline in pieces and leave out the bit that's got the bend in it. The easiest way to do this is to process as in 1 above to determine where the bend is on the line, then use the scan line numbers given in the processing run and a bit of trial and error to cut out the bend using the -l option: 8 1. (Preferred solution): Process the flightline with an extra "-bend -inf2" option to azgcorr. This will override the turn check and use fast nearest neighbour interpolation, which should be able to handle the turns. 9 10 2. (Secondary solution) If this fails or you don't want nearest neighbour interpolation, process the flightline with an extra "-bend" option to azgcorr (but not -inf2). This will override the turn check and allow processing to proceed. Be aware that this may cause the processing to segfault, and if it doesn't then it may not produce correct positioning. You are advised to check your results against vectors or other known good data. 11 12 3. (Harder solution) Process the flightline in pieces and leave out the bit that's got the bend in it. The easiest way to do this is to process as in 2 above to determine where the bend is on the line, then use the scan line numbers given in the processing run and a bit of trial and error to cut out the bend using the -l option: 9 13 10 14 azgcorr ... -l <start_line> <end_line> ...