Changes between Version 9 and Version 10 of Procedures/AlsprocProcessing


Ignore:
Timestamp:
Sep 27, 2013, 10:29:23 AM (11 years ago)
Author:
besm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/AlsprocProcessing

    v9 v10  
    143143[[Image(pitch_error_corrected_249-2012.jpg, align=center)]]
    144144
    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.
     145Determine 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.
    146146
    147147The table below indicates the effects of addition of subtraction on each axis.
    148148
    149149|| '''Operation''' || '''Pitch''' || '''Roll''' ||
    150 || addition        || ? || ? ||
    151 || subtraction     || ? || ? ||
     150|| addition        || backwards   || left      ||
     151|| subtraction     || forwards    || right      ||
    152152
    153153You 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.
     
    155155e = arctan( d / (h1 + h2) )
    156156
    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.
     157Where: 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.)
    158158
    159159Now 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.