Hello,
between GPS weeks 1653 and 1654 the Adjusted GPS Standard time (which
is simply GPS Standard time - one billion seconds) made its zero
crossing going from a negative to a positive number. The GPS time
stamps happened to be stored particularly precise during this time.
(-; Insider joke about why it is a bad idea to store time stamps with
a floating-point representation
(
https://groups.google.com/d/topic/lasroom/pP8Z6mKP2Aw/discussion).
Would be a timely co-incidence if it had nothing to do with the zero
crossing.
Regards,
Martin @rapidlasso
lasinfo -i ..\data\fusa.laz -stdout | grep gps_time
gps_time 5880.963028 5886.739738
==============
las2las -i ..\data\fusa.laz -o fusa_adjusted.laz -week_to_adjusted 1652
lasinfo -i fusa_adjusted.laz -stdout | grep gps_time
gps_time -864519.036972 -864513.260262
las2las -i ..\data\fusa.laz -o fusa_adjusted.laz -week_to_adjusted 1653
lasinfo -i fusa_adjusted.laz -stdout | grep gps_time
gps_time -259719.036972 -259713.260262
las2las -i ..\data\fusa.laz -o fusa_adjusted.laz -week_to_adjusted 1654
lasinfo -i fusa_adjusted.laz -stdout | grep gps_time
gps_time 345080.963028 345086.739738
las2las -i ..\data\fusa.laz -o fusa_adjusted.laz -week_to_adjusted 1655
lasinfo -i fusa_adjusted.laz -stdout | grep gps_time
gps_time 949880.963028 949886.739738
On Thu, Feb 6, 2014 at 5:34 PM, Kirk Waters - NOAA Federal