Changes between Version 15 and Version 16 of Sensors/LeicaLIDAR/MikesNotes


Ignore:
Timestamp:
Aug 28, 2008, 6:28:44 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sensors/LeicaLIDAR/MikesNotes

    v15 v16  
    5050Consider terrain and minimum target size to determine required point density.  Steep terrain may cause shadowing effects due to perspective.
    5151
    52 Consider reflectivity of surface - lighter surfaces need less laser power.  Too high a power means intensity overflows on the reflection, which mess up the range - AGC should deal with this for large areas but it should be considered in planning, particularly for small bright targets on a generally darker background.
     52Consider reflectivity of surface - lighter surfaces need less laser power.  Too high a power means intensity overflows on the reflection, which mess up the range - AGC should deal with this for large areas but it should be considered in planning, particularly for small bright targets on a generally darker background.  Assume 10% reflectivity is typical.
    5353
    5454Recommended to do a figure 8 loop at the start and end of the data acquisitions to make the IMU happy.  Need one at the end for reverse navigation processing.
     
    183183
    184184
    185 
    186185== Calibration site requirements ==
    187186
     
    193192 * Sloping areas are used to detect pitch and heading errors in the boresight calibration.
    194193   * A road running up a hill is good for pitch (vertical change in surface easily found in the image).  These are good for measuring along-track shifts.
    195    * Slopes with peaks (house rooftops are ideal) with the peak cutting across the line of flight ( --->  /\ ).  Again good for measuring along-track shifts.
     194   * Slopes with peaks (house rooftops are ideal) with the peak cutting across the line of flight ( `--->  /\` ).  Again good for measuring along-track shifts.
    196195 * An accurate ground survey (see below).
    197196 * Slow overflight for maximum point density.
     
    236235
    237236= Boresight calibration =
    238 TBD.
    239 
    240 Boresight parameters (pitch, roll, heading).
    241  * Angle between straight-down and what the sensor thinks is straight-down, as it's mounted in the plane.
    242    * Angle between a line from the sensor head (mirror centre) to the point on the ground at the centre of the swath and a line from the sensor head to the centre of the spheroid (or the reference frame's Z axis?).
    243  * Measured in calibration procedure
    244    * '''We need to do this'''
    245 
    246 Pitch error slope.
    247  * The mirror will not be mounted exactly flat to the laser so, as the mirror moves, the pitch of the beam will change by a small amount.
    248    * Roll and yaw either have no error slope (laser position central? geometry means no effect?) or a negligible effect (presumably, as there's no parameter)
    249  * Measure pitch at nadir and at swath edges to determine how the pitch changes - the first order for this is is the pitch error slope.
    250  * Measured in calibration procedure
    251    * Correct pitch error (at nadir) first
    252    * '''We need to do this'''
     237
     238The basic method is similar to the imaging instruments, but exploits the measurement of range.  A set of flight lines and data points are chosen, in a particular order, such that specific calibration parameters are isolated.
     239
     240The flight pattern for boresight calibration is a cross made of 4 opposing flight lines in the 2 directions (e.g. N->S v S->N + W->E v E->W), and one set of parallel lines with 50%(?) overlap.
     241
     242
     243== Manual procedure and QC of automatic procedure ==
     244
     245=== Pitch ===
     246
     247Take opposing flightlines.  If there is a pitch error, the lidar will be sensing pulses ahead/behind (along track) the nadir point.  There will be a small overall range error, but the main effect will be that the data is shifted backwards/forwards of where it should be.
     248
     249Search for areas close to nadir where the height of the surface changes in an clear and predictable fashion, with reasonable sampling density (e.g. a road leading up a hill, or rooftops with their peaks going across-track).
     250
     251Take along-track profiles on both opposing flightlines.
     252 * If there is no pitch error, there will be no offset and the resulting profiles will coincide (the hill profiles will overlay and look like `/`).
     253 * If there is a pitch error, the profiles will be offset along track and the resulting profiles will not coincide (the hill profiles won't overlay and will look like `/  /`).  By measuring the along-track offset, one can estimate the pitch error.
     254
     255One must use profiles close to nadir to avoid being affected by the pitch-error-slope parameter (see below).
     256
     257Repeat until the pitch error has been removed.
     258
     259=== Roll ===
     260
     261
     262
     263=== Pitch error slope ===
     264
     265The mirror will not be mounted exactly flat to the laser so, as the mirror moves, the pitch of the beam will change by a small amount.  The resulting errors are along-track offsets just like the pitch errors, but varying, with no error at nadir and maximum error at the edges of the swath.
     266
     267To correct this, first correct the pitch error at nadir (the overall pitch error), then determine the pitch error at the edges of the swath.  This will let you compute an error slope (first order linear).
     268
    253269 * Straight, flat areas made of a hard substance that'll generate only one return pulse.  Roads or runways ;)  These are used in the boresight (roll) and range calibrations.
    254270 * Sloping areas are used to detect pitch and heading errors in the boresight calibration.