try_fit_event.Rd
Returns a data frome with synchronising times for each set Table is in format of set_id, time_eyetracker, time_unity
try_fit_event(eye_event, unity_event, eye_times, unity_times, allowed_difference, consecutive = 3)
eye_event | Name of the event in the eyetracker log |
---|---|
unity_event | Name of the event in the unity log |
eye_times | All eyetrackder event times |
unity_times | All unity event times |
allowed_difference | How far can two events be separated to be still considered comming from the same source in milliseconds |