<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[rapidlasso GmbH]]></provider_name><provider_url><![CDATA[http://rapidlasso.com]]></provider_url><author_name><![CDATA[martin isenburg]]></author_name><author_url><![CDATA[https://rapidlasso.com/author/downtownfarm/]]></author_url><title><![CDATA[Completeness and Correctness of Discrete LiDAR Returns per Laser Pulse&nbsp;fired]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>Again and again we have preached about the importance of quality checking when you first get your expensive LiDAR data from the vendor or your free LiDAR data from an open data portal. The minimal quality check we usually advocate consists of <a href="http://rapidlasso.com/lasinfo">lasinfo</a>, <a href="http://rapidlasso.com/lasvalidate">lasvalidate</a>, <a href="http://rapidlasso.com/lasoverlap">lasoverlap</a>, and <a href="http://rapidlasso.com/lasgrid">lasgrid</a>. The information computed by these <a href="http://rapidlasso.com/LAStools">LAStools</a> can reassure you that the data contains the right information, is specification conform, has properly aligned flight lines, and has the density distribution you expect. For deliveries or downloads in LAZ format we in addition recommend running <a href="http://rapidlasso.com/laszip">laszip</a> with the option &#8216;-check&#8217; to find the rare file that might have gotten bit-corrupted or truncated during the transfer or the download. Today we learn about a more advanced quality check that can be done by running <a href="http://rapidlasso.com/lassort">lassort</a> followed by <a href="http://rapidlasso.com/lasreturn">lasreturn</a>.</p>
<p>For every laser shot fired there are usually between one to five discrete LiDAR returns and some full-waveform systems may even deliver up to fifteen returns. Each of these one to fifteen returns is then given the exact same GPS time stamp that corresponds to the moment in time the laser pulse was fired. By having these unique GPS time stamps we can always recover the set of returns that come from the same laser shot. This makes it possible to check completeness (are all the returns in the file) and correctness (is the returns numbering correct) for the discrete returns of each laser pulse.</p>
<div data-shortcode="caption" id="attachment_3577" style="width: 1050px" class="wp-caption alignnone"><img loading="lazy" aria-describedby="caption-attachment-3577" data-attachment-id="3577" data-permalink="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue/" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=1024" class="alignnone size-full wp-image-3577" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=1040&#038;h=807" alt="optech_galaxy_issue" width="1040" height="807" srcset="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg 1040w, https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=150&amp;h=116 150w, https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=300&amp;h=233 300w, https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=768&amp;h=596 768w, https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue.jpg?w=1024&amp;h=795 1024w" sizes="(max-width: 1040px) 100vw, 1040px" /><p id="caption-attachment-3577" class="wp-caption-text">Showing all sets of returns in the file that do not have an unique GPS time stamp because the set has one or more duplicate returns (e.g. two first returns, two second returns, &#8230; ).</p></div>
<p>With <a href="http://rapidlasso.com/LAStools">LAStools</a> we can do this by running <a href="http://rapidlasso.com/lassort">lassort</a> followed by <a href="http://rapidlasso.com/lasreturn">lasreturn</a> for any LiDAR that comes from a single beam system. For LiDAR that comes from some multi-beam system, such as the Velodyne 16, 32, 64, or 128, the Optech Pegasus, the RIEGL LMS 1560 (aka &#8220;crossfire&#8221;), or the Leica ALS70 or ALS80 we first need to seperate the files into one file per beam, which can be done with <a href="http://rapidlasso.com/lassplit">lassplit</a>.  In the following we investigate data coming from an Optech Galaxy single-beam system. First we sort the returns by GPS time stamp using <a href="http://rapidlasso.com/lassort">lassort</a> (this step can be omitted if the data is already sorted in acquisition order (aka by increasing GPS time stamps)) and then we check the return numbering with <a href="http://rapidlasso.com/lasreturn">lasreturn</a>:</p>
<pre>lassort -i L001-1-M01-S1-C1_r.laz -gps_time -odix _sorted -olaz

lasreturn -i L001-1-M01-S1-C1_r_sorted.laz -check_return_numbering
checked returns of 11809046 multi and 8585573 single return pulses. took 26.278 secs
missing: 0 duplicate: 560717 too large: 0 zero: 0
duplicate
========
200543 returns with n = 1 and r = 1 are duplicate
80548 returns with n = 2 and r = 1 are duplicate
80548 returns with n = 2 and r = 2 are duplicate
41962 returns with n = 3 and r = 1 are duplicate
41962 returns with n = 3 and r = 2 are duplicate
41962 returns with n = 3 and r = 3 are duplicate
13753 returns with n = 4 and r = 1 are duplicate
13753 returns with n = 4 and r = 2 are duplicate
13753 returns with n = 4 and r = 3 are duplicate
13753 returns with n = 4 and r = 4 are duplicate
3636 returns with n = 5 and r = 1 are duplicate
3636 returns with n = 5 and r = 2 are duplicate
3636 returns with n = 5 and r = 3 are duplicate
3636 returns with n = 5 and r = 4 are duplicate
3636 returns with n = 5 and r = 5 are duplicate
WARNING: there are 59462 GPS time stamps that have returns with different number of returns</pre>
<p>The output we see above indicates a problem in the return numbering. A recently added new options to <a href="http://rapidlasso.com/lasreturn">lasreturn</a> that allow to reclassify those returns that seem to be part of a problematic set of returns that either contains missing returns, duplicate returns, or returns with different values for the &#8220;numbers of returns of given pulse&#8221; attribute. This allows us to visualize the issue with <a href="http://rapidlasso.com/lasview">lasview</a>. All returns whose are part of a problematic set is shown in the image above.</p>
<pre>lasreturn -i L001-1-M01-S1-C1_r_sorted.laz ^
          -check_return_numbering ^
          -classify_as 8 ^
          -classify_duplicate_as 9 ^
          -classify_violation_as 7 ^
          -odix _marked -olaz</pre>
<p>This command will mark all sets of returns (i.e. returns that have the exact same GPS time stamp) that have missing returns as 8, that have duplicate returns as 9, and that have returns which different &#8220;number of returns per pulse&#8221; attribute as 7. The data we have here has no missing returns (no returns are classified as 8) but we have duplicate (9) and violating (7) returns. We look at them closely in single scan lines to conclude.</p>
<div class="tiled-gallery type-rectangular tiled-gallery-unresized" data-original-width="500" data-carousel-extra='{&quot;blog_id&quot;:41123003,&quot;permalink&quot;:&quot;https:\/\/rapidlasso.com\/2019\/12\/09\/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired\/&quot;,&quot;likes_blog_id&quot;:41123003}' itemscope itemtype="http://schema.org/ImageGallery" > <div class="gallery-row" style="width: 500px; height: 260px;" data-original-width="500" data-original-height="260" > <div class="gallery-group images-1" style="width: 334px; height: 260px;" data-original-width="334" data-original-height="260" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set3_1_scanline/" border="0" itemprop="url"> <meta itemprop="width" content="330"> <meta itemprop="height" content="256"> <img data-attachment-id="3578" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_1_scanline.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set3_1_scanline" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_1_scanline.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_1_scanline.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_1_scanline.png?w=330&#038;h=256" width="330" height="256" data-original-width="330" data-original-height="256" itemprop="http://schema.org/image" title="optech_galaxy_issue_set3_1_scanline" alt="One scanline. Blue returns have duplicate GPS times. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots." style="width: 330px; height: 256px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> One scanline. Blue returns have duplicate GPS times. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots. </div> </div> </div> <!-- close group --> <div class="gallery-group images-2" style="width: 166px; height: 260px;" data-original-width="166" data-original-height="260" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set3_0_duplicate/" border="0" itemprop="url"> <meta itemprop="width" content="162"> <meta itemprop="height" content="126"> <img data-attachment-id="3579" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_0_duplicate.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set3_0_duplicate" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_0_duplicate.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_0_duplicate.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_0_duplicate.png?w=162&#038;h=126" width="162" height="126" data-original-width="162" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set3_0_duplicate" alt="The two pairs of subsequent shots that accidentally were assigned the same GPS time stamp." style="width: 162px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> The two pairs of subsequent shots that accidentally were assigned the same GPS time stamp. </div> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set2_1_scanline/" border="0" itemprop="url"> <meta itemprop="width" content="162"> <meta itemprop="height" content="126"> <img data-attachment-id="3580" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_1_scanline.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set2_1_scanline" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_1_scanline.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_1_scanline.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_1_scanline.png?w=162&#038;h=126" width="162" height="126" data-original-width="162" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set2_1_scanline" alt="One scanline. Blue returns have duplicate GPS times. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent single returns." style="width: 162px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> One scanline. Blue returns have duplicate GPS times. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent single returns. </div> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 500px; height: 260px;" data-original-width="500" data-original-height="260" > <div class="gallery-group images-2" style="width: 166px; height: 260px;" data-original-width="166" data-original-height="260" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set2_0_duplicate/" border="0" itemprop="url"> <meta itemprop="width" content="162"> <meta itemprop="height" content="126"> <img data-attachment-id="3581" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_0_duplicate.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set2_0_duplicate" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_0_duplicate.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_0_duplicate.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set2_0_duplicate.png?w=162&#038;h=126" width="162" height="126" data-original-width="162" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set2_0_duplicate" alt="The pair of subsequent single returns that accidentally were assigned the same GPS time stamp." style="width: 162px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> The pair of subsequent single returns that accidentally were assigned the same GPS time stamp. </div> </div> <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set1_1_scanline/" border="0" itemprop="url"> <meta itemprop="width" content="162"> <meta itemprop="height" content="126"> <img data-attachment-id="3582" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_1_scanline.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set1_1_scanline" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_1_scanline.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_1_scanline.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_1_scanline.png?w=162&#038;h=126" width="162" height="126" data-original-width="162" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set1_1_scanline" alt="One scanline. Violet returns have violating GPS time stamps. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots (a triple and a quadruple return)." style="width: 162px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> One scanline. Violet returns have violating GPS time stamps. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots (a triple and a quadruple return). </div> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 334px; height: 260px;" data-original-width="334" data-original-height="260" > <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set1_0_violating/" border="0" itemprop="url"> <meta itemprop="width" content="330"> <meta itemprop="height" content="256"> <img data-attachment-id="3583" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_0_violating.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set1_0_violating" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_0_violating.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_0_violating.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set1_0_violating.png?w=330&#038;h=256" width="330" height="256" data-original-width="330" data-original-height="256" itemprop="http://schema.org/image" title="optech_galaxy_issue_set1_0_violating" alt="The pair of subsequent shots (a triple and a quadruple return) that accidentally were assigned the same GPS time stamp." style="width: 330px; height: 256px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> The pair of subsequent shots (a triple and a quadruple return) that accidentally were assigned the same GPS time stamp. </div> </div> </div> <!-- close group --> </div> <!-- close row --> <div class="gallery-row" style="width: 500px; height: 130px;" data-original-width="500" data-original-height="130" > <div class="gallery-group images-1" style="width: 167px; height: 130px;" data-original-width="167" data-original-height="130" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set0_2_scanline/" border="0" itemprop="url"> <meta itemprop="width" content="163"> <meta itemprop="height" content="126"> <img data-attachment-id="3584" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_2_scanline.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set0_2_scanline" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_2_scanline.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_2_scanline.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_2_scanline.png?w=163&#038;h=126" width="163" height="126" data-original-width="163" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set0_2_scanline" alt="One scanline. Blue returns have duplicate GPS time stamps and violet returns have violating GPS time stamps. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots." style="width: 163px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> One scanline. Blue returns have duplicate GPS time stamps and violet returns have violating GPS time stamps. Immediately it becomes obvious that the same GPS time stamp must have been accidentally assigned to two subsequent shots. </div> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 167px; height: 130px;" data-original-width="167" data-original-height="130" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set0_1_violating/" border="0" itemprop="url"> <meta itemprop="width" content="163"> <meta itemprop="height" content="126"> <img data-attachment-id="3585" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_1_violating.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set0_1_violating" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_1_violating.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_1_violating.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_1_violating.png?w=163&#038;h=126" width="163" height="126" data-original-width="163" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set0_1_violating" alt="Two pairs of subsequent shots (a single and a double return and directly adjacent a double and a triple return) that accidentally were assigned the same GPS time stamp." style="width: 163px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> Two pairs of subsequent shots (a single and a double return and directly adjacent a double and a triple return) that accidentally were assigned the same GPS time stamp. </div> </div> </div> <!-- close group --> <div class="gallery-group images-1" style="width: 166px; height: 130px;" data-original-width="166" data-original-height="130" > <div class="tiled-gallery-item tiled-gallery-item-small" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> <a href="https://rapidlasso.com/2019/12/09/completeness-and-correctness-of-discrete-lidar-returns-per-laser-pulse-fired/optech_galaxy_issue_set0_0_duplicate/" border="0" itemprop="url"> <meta itemprop="width" content="162"> <meta itemprop="height" content="126"> <img data-attachment-id="3586" data-orig-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_0_duplicate.png" data-orig-size="1040,807" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="optech_galaxy_issue_set0_0_duplicate" data-image-description="" data-medium-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_0_duplicate.png?w=300" data-large-file="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_0_duplicate.png?w=1024" src="https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set0_0_duplicate.png?w=162&#038;h=126" width="162" height="126" data-original-width="162" data-original-height="126" itemprop="http://schema.org/image" title="optech_galaxy_issue_set0_0_duplicate" alt="The pair of subsequent triple return shots that accidentally were assigned the same GPS time stamp." style="width: 162px; height: 126px;" /> </a> <div class="tiled-gallery-caption" itemprop="caption description"> The pair of subsequent triple return shots that accidentally were assigned the same GPS time stamp. </div> </div> </div> <!-- close group --> </div> <!-- close row --> </div>
<p>It immediately becomes obvious that the same GPS time stamp was assigned to the returns of pair of subsequent shots. If the subsequent shots have the same number of returns per shot they are classified as duplicate (9 or blue). If the subsequent shots have different number of returns per shot they are marked as violating (7 or violett) but the reason for the issue is the same. We can look at a few of these return sets in ASCII. Here two subsequent four return shots that have the same GPS time stamp.</p>
<pre>237881.011730 4 1 691602.736 5878246.425 141.992 6 79
237881.011730 4 2 691602.822 5878246.415 141.173 6 89
237881.011730 4 3 691603.051 5878246.389 138.993 6 44
237881.011730 4 4 691603.350 5878246.356 136.150 6 169
<span style="color:#0000ff;">237881.011730 4 1 691602.793 5878246.439 142.037 6 114</span>
<span style="color:#0000ff;">237881.011730 4 2 691602.883 5878246.429 141.185 6 96</span>
<span style="color:#0000ff;">237881.011730 4 3 691603.109 5878246.404 139.033 6 50</span>
<span style="color:#0000ff;">237881.011730 4 4 691603.414 5878246.370 136.129 6 137</span></pre>
<p>Here a four return shot followed by a three return shot that have the same GPS time stamp.</p>
<pre>237881.047753 4 1 691603.387 5878244.501 140.187 6 50
237881.047753 4 2 691603.602 5878244.476 138.141 6 114
237881.047753 4 3 691603.776 5878244.456 136.490 6 60
237881.047753 4 4 691603.957 5878244.436 134.767 6 116
<span style="color:#ff00ff;">237881.047753 3 1 691603.676 5878244.492 138.132 6 97</span>
<span style="color:#ff00ff;">237881.047753 3 2 691603.845 5878244.473 136.534 6 90</span>
<span style="color:#ff00ff;">237881.047753 3 3 691604.034 5878244.452 134.739 6 99</span></pre>
<p>It appears the GPS time counter in the LMS export software did not store the GPS time with sufficient resolution to always distinguish subsequent shots. The issue was confirmed by Optech and was already fixed a few months ago.</p>
<p>We should point out that these double-used GPS time stamps have zero impact on the geometric quality of the point cloud or the distribution of returns. The drawback is that not all returns can easily be grouped into one unique set per laser shot and that the files are not entirely specification conform. Any software that relies on accurate and unique GPS time stamps (such as flight line alignment software) may potentially struggle as well. The bug of the twice-used GPS time stamps was a discovery that is probably of such low consequence that no user of Optech Galaxy data had noticed it in the 4 years that Galaxy had been sold &#8230; until we really really scrutinized some data from one of our clients. Optech reports that the issue has been fixed now. But there are other vendors out there with even more serious GPS time and return numbering issues &#8230; to be continued.</p>
]]></html><thumbnail_url><![CDATA[https://rapidlasso.files.wordpress.com/2019/12/optech_galaxy_issue_set3_1_scanline.png?fit=440%2C330]]></thumbnail_url><thumbnail_width><![CDATA[425]]></thumbnail_width><thumbnail_height><![CDATA[330]]></thumbnail_height></oembed>