TimeCode
XStart
(or YStart
in a Type 2000 file)N
) in a BLUE file is equal to:
TIME(N) = TimeCode + XStart + N*XDelta (Type 1000,3000,5000) TIME(N) = TimeCode + YStart + N*YDelta (Type 2000)
2007:07:04::12:00:00
for a given BLUE file (substitute
YStart
for XStart
with a Type 2000 file):
TimeCode
field:
TimeCode = 2007:07:04::12:00:00 XStart = 0
XStart
field:
TimeCode = 0 XStart = 2007:07:04::12:00:00
TimeCode + XStart
:
TimeCode = 2007:07:04::00:00:00 XStart = 12:00:00or
TimeCode = 2007:07:04::08:30:00 XStart = 12600
TimeCode
is set to the start-of-day. The
XStart
is then set to the number of seconds
since the start-of-day.