Changes between Version 9 and Version 10 of Procedures/AlsprocProcessing
- Timestamp:
- Sep 27, 2013, 10:29:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/AlsprocProcessing
v9 v10 143 143 [[Image(pitch_error_corrected_249-2012.jpg, align=center)]] 144 144 145 Determine the direction of your error. You need to decide whether to add or subtract from each of the pitch and roll error . Look at the times of a few points in each flightline to determine each of their directions, and then decide whether you want to roll the angle of the laser clockwise or anticlockwise around the direction of travel of the plane to move the data left or right respectively; and whether you want to pitch up or down to move the data forwards or backwards respectively.145 Determine the direction of your error. You need to decide whether to add or subtract from each of the pitch and roll error in the fields `pitch-correct` and `roll-correct` respectively. Look at the times of a few points in each flightline to determine each of their directions, and then decide whether you want to roll the angle of the laser clockwise or anticlockwise around the direction of travel of the plane to move the data left or right respectively; and whether you want to pitch up or down to move the data forwards or backwards respectively. 146 146 147 147 The table below indicates the effects of addition of subtraction on each axis. 148 148 149 149 || '''Operation''' || '''Pitch''' || '''Roll''' || 150 || addition || ? || ?||151 || subtraction || ? || ?||150 || addition || backwards || left || 151 || subtraction || forwards || right || 152 152 153 153 You may estimate the magnitude of your adjustment yourself based on your own intuition or previous observations if you wish. Using an equation can help you zero in on the correct solution more quickly, especially in your first two or so observations. … … 155 155 e = arctan( d / (h1 + h2) ) 156 156 157 Where: e will be your error to add to or subtract from the value used to compute this dataset, d is the difference you measured in lag, h1 and h2 are the heights of the plane in each flightline above the terrain at the time of the observation. 157 Where: e will be your error to add to or subtract from the value used to compute this dataset, d is the difference you measured in lag, h1 and h2 are the heights of the plane in each flightline above the terrain at the time of the observation. (Make sure you convert everything to the same units of measurement, such as metres.) 158 158 159 159 Now return to processing the dataset, you can inspect the data and pass it off, or you can perform another iteration to get the match even closer. The number of iterations you will need to do can vary, but often depends on the quality of the navigation data.