You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add "as good as reasonably practical" TAI time stamping - eventually per frame, but for now on each (declared) sync sample. I'm using GPS9 to derive millisecond precision time from day number and millis, adjusting for TAI offset, and then for the difference between CORI and GPS9 values for STMP. So absolute accuracy is never greater than 1ms, but the frame-to-frame timing might be.
Both CORI and GPS9 will repeat, and since GPS9 is not frame synchronous, they might not have the same number of entries in each GPMF chunk - the difference in STMP could potentially be positive or negative, depending on when the sampling happened.
Questions:
Should STMP always be for the first item in the array?
Is the CORI timestamp intended to represent "start of frame", "end of frame" or "sometime during the frame"? I'd like to represent start of frame, so potentially I can adjust using the SHUT value, if needed.
The text was updated successfully, but these errors were encountered:
I'm trying to add "as good as reasonably practical" TAI time stamping - eventually per frame, but for now on each (declared) sync sample. I'm using
GPS9
to derive millisecond precision time from day number and millis, adjusting for TAI offset, and then for the difference betweenCORI
andGPS9
values forSTMP
. So absolute accuracy is never greater than 1ms, but the frame-to-frame timing might be.Both
CORI
andGPS9
will repeat, and sinceGPS9
is not frame synchronous, they might not have the same number of entries in each GPMF chunk - the difference inSTMP
could potentially be positive or negative, depending on when the sampling happened.Questions:
Should
STMP
always be for the first item in the array?Is the
CORI
timestamp intended to represent "start of frame", "end of frame" or "sometime during the frame"? I'd like to represent start of frame, so potentially I can adjust using theSHUT
value, if needed.The text was updated successfully, but these errors were encountered: