Changes between Version 2 and Version 3 of Sensors/LeicaLIDAR/MashUp


Ignore:
Timestamp:
Sep 24, 2008, 5:16:16 PM (16 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sensors/LeicaLIDAR/MashUp

    v2 v3  
    4040 * altitude (kinda a parameter ;) ) - minmium of ~650 up to ~2000m (after 2km, you start getting poor returns on forests, etc, the real limit is up to about 6km in ideal conditions)
    4141 * ... pulse frequency, scan angle, etc [TBD]
     42
     43
     44
     45
     46
     47
     48
     49
     50
    4251
    4352
     
    114123
    115124Items required in general:
     125
    116126 * calibration (see elsewhere)
    117127 * lever arm measurements
     
    133143== General processing ==
    134144
    135 ''Mark covered this better''
     145The general processing procedure is as follows:
     146 * Trajectory processing
     147   * see the pages on GrafNav and IPAS processing
     148 * ALS post processor to convert raw LIDAR scan data to binary LAS point cloud
     149   * see the page on the ALS post processor
     150 * QC of the processed data
     151   * check % of first returns - should be >95% in most cases
     152   * check intensity images look ok (like real world, no streaking etc)
     153   * check neighbouring flight lines match up well
     154   * basic classification or filtering to remove noisy points
    136155
    137156-----------------------
     
    159178
    160179Poor accuracy at edges - consider trimming the swath width (reduce processed angle) to cut off bad edges.
     180
     181Initial QC for when data first arrives for processing - raw scan data files should all be the same size, except for the last file.
    161182
    162183=== Other error sources ===
     
    180201   * find altitude over ground (measured GPS alt - geoid-spheroid height) and see if it's within the min & max ranges
    181202 * check the speed they were flying at is not too fast
     203 * check the images in TerraScan
     204 * look at start/stop times of points at end of flight line – do these match the flight logsheet
    182205
    183206Laser power too high - if the intensity overflows (reaches 255), the intensity based range correction will probably be wrong.  For example, a freshly asphalted road with bright white reflective (overflowing) strips may appear with the strips appearing to float up to 20cm above the road surface.
     
    237260 * This measures how much the mirror flexes at the edges of the swath, when under high acceleration, putting it out of position.
    238261 * Later Leica mirrors (including ours) are much stiffer and apparently do not flex.
     262
    239263 * Fixed very high (negative) value (-100,000 N?) meaning "no measurable flex".
    240264 * Can be measured during the calibration procedure, but should never be necessary.
     
    302326Second, we need to establish the timing differences between bank A and bank B.  As with the first step, we need the timing cards to measure exactly the same instant.  To do this, we use BIT mode data, where R1 in both bank receives the same electronically generated pulse at the same instant and are thus measuring the same event.  Averaging these numbers gives the timing offsets between the R1 cards, which can be combined with the first measurements to establish timing between all cards.
    303327
    304 Procedure:
     328''PROCEDURE:''
    305329
    306330Can do range correction if the boresight results are good. This is a 2 stage process:
     
    393417'''Note that Attune apparently crashes if you use >400MB files, and crashes plenty anyway - save often!  Do an initial run with just a few tie points to make sure the lines will work.'''
    394418
    395 PROCEDURE:
     419''PROCEDURE:''
    396420 * In ALSPP uncheck the “average last returns” option in the settings dialog.
    397421 * Check the output as attune files in the outputs dialog
     
    471495   * Try to include some on slopes(?)
    472496
     497=== Final validation and fine tuning ===
     498
     499 * check the torsion and pitch error slope
     500 * To check the Torsion look at cross sections of high altitude cross flight. Flat roads and grassy areas are good. Look for “smiles” in the data. This can be done by looking at the centres of the edges of the overlapping area (Figure 3).
     501 * We could create a surface model using one of the opposing flight lines, and then difference the other flight line against this to show if there are any roll effects [or maybe torsion etc]. Do this as well as the cross sections.
     502
     503When finished save all the results to a reg file in ALSPP
    473504
    474505=== Ground classification ===
     
    486517Run as a macro.  Terra->tools->macro->new.
    487518
     519''PROCEDURE:''
     520
     521 * This is an iterative procedure to take points from default classification to ground classification.
     522 * Classify from default classification to ground.
     523 * Max terrain slope – if lots of man made structures then use 88-90 degrees, else estimate from the natural terrain and add 10-15 degrees.
     524 * To classify, both the vertical distance and angle between points are tested against.
     525 * Its better to classify too few points to ground than too many.
     526 * Its good to preclassify more difficult areas first. [i.e. classify large buildings and steep hill tops].
     527 * In TerraScan load in a LAS file.
     528 * Classify->Routine->ground
     529   * use measurement tool to get max building size in area. Also for terrain slope can view elevation and use cross section tool to measure/estimate it.
     530   * Initial points = aerial low and ground
     531   * iteration angle = 6 degree to start with
     532   * iteration distance = 1m to start with
     533 * Before ground classification we should remove noisy points.
     534   * Default -> low points classification.
     535   * Do this for group of points and then single points.
     536   *  We can set up a macro to do this.
     537 * Set up the Macro
     538   * Tools -> Macro
     539   * any -> default
     540   * default -> low (group)
     541   * default -> low (single)
     542   * isolated points -> any -> low
     543   * To run on large projects use “selected files” instead of reading all into memory.
     544 * Run the macro and check result.  Update distances etc used in the classifications if needed.
     545 * Then add ground classification. 
     546   * Default -> ground.
     547 * The Add point to ground tool can be used to add points to the classification that have been missed.
     548 
     549''Aside:''
     550 * Can get Model Key Points
     551   * Routine -> Model key points
     552   * from ground -> model key points
     553   * These are the points which can be used as a model (?)
     554
     555
    488556
    489557--------------
    490558= Random snippets =
    491559
    492 SCN file, DC=delta counter (time in ms since last GPS-second tick), ANG=angle in ticks, RI = return? (in m?).
     560SCN file, DC=delta counter (time in ms since last GPS-second tick), ANG=angle in ticks.
     561R1-R4 are the ranges in metres of the returns. R4 is always the last return. There is no intensity values for R4
     562
     563If there are less than 4 returns then R4 is an INDEPENDENT measurement of the last pulse received
     564 * This allows the “average last return” option to be used to give a better measurement (in the ALSPP)
     565minimal detectable distance between R1-R2, R2-R3, R3-R4 is 2.7m.
     566
     567--------------
     568= TerraScan stuff =
     569
     570''This should probably be moved to a separate TerraScan page when we get chance''
     571 
     572 * It is possible to synchronise more than one viewer in TerraScan (as in Envi/ERDAS) so can look at intensity and elevation at the same point.
     573 * We can use TerraScan for creating projects, showing trajectories, splitting and combining LAS files.
     574 * Create new project – “first button” -> “offset stacked rectangle button”
     575 * file -> new 
     576   * select LAS storage
     577   * scanner airborne
     578   * give description.
     579 * Place block – allows to draw rectangles to split the data up into sections.
     580   * Block -> add by boundary
     581     * will allow to create new LAS files from existing ones.
     582   * File -> import points into project
     583     * This does the “splitting” of the data.
     584 * Can then do things as normal to these project points.
     585 * Can also recombine all the points to a single LAS file if required.
     586 * May want trajectory loaded up in TerraScan
     587   * Setup ALSPP as if to process data.
     588   * ALSPP -> utilities -> generate trj files.
     589   * Import into TerraScan and draw trajectory [use the “3 child squares” -> “parallel lines button”to import]
     590   * The trajectory is important for removing overlaps of data or trimming data and other things.
     591   * When cutting overlapping points we can use the “by quality” option – low flights take precedence but can also add a quality factor to points which will be used to weight. Alternatively can use the “by offset” option – defines an angle of flightline to cut by.