Changes between Version 44 and Version 45 of Processing/LeicaProcedure


Ignore:
Timestamp:
Jan 18, 2016, 3:40:23 PM (8 years ago)
Author:
dac
Comment:

Added command to cap AGC in LAS file

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LeicaProcedure

    v44 v45  
    6262'''Exporting AGC Values'''
    6363
    64 By default the Automatic Gain Control Value (AGC) is not exported. If the PI intends to normalise or calibrate the intensity data the 'Output AGC in Flight Line ID field' in ALSPP output file options needs to be checked. This will store the AGC values in the Flight Line ID field and User field of the LAS file.
     64Make sure the AGC value is exported by checking 'Output AGC in Flight Line ID field' in the ALSPP output file options dialogue. This will store the AGC values in the Flight Line ID field and User field of the LAS file. If the maximum value is over 255 (check with {{{lasinfo}}}) run:
     65{{{
     66set_lidar_point_source_id.py -d las --copy_agc
     67}}}
     68
     69To fix the maximum to 255 and copy across to the user ID field.
    6570 
    6671----------------