Changes between Version 44 and Version 45 of Processing/LeicaProcedure
- Timestamp:
- Jan 18, 2016, 3:40:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LeicaProcedure
v44 v45 62 62 '''Exporting AGC Values''' 63 63 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. 64 Make 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 {{{ 66 set_lidar_point_source_id.py -d las --copy_agc 67 }}} 68 69 To fix the maximum to 255 and copy across to the user ID field. 65 70 66 71 ----------------