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
fixes#617
make cue_timestamp_zero a number as intended, not a string
allow NX_NUMBER for time, like in NXevent_data
clarify what a missing @start means in cue_timestamp_zero
There are (as far as I can tell) two issues with NXLog at the moment:
cue_timestamp_zero
should be of typeNX_NUMBER
as the (optional) unit can not beNX_TIME
if the type is an (ISO8601) string.time
should be of typeNX_NUMBER
as timestamping must allow for integer timestamps (see issue allow NX_NUMBER for arrays with times #593).The text was updated successfully, but these errors were encountered: