# Column definition file to be used with the eyevec-convert utility. # # Each (non-empty, non-comment) line has this syntax: # [] ; # where is a known column-id, and is the column # name you want to use in the CSV file. If is not specified # it defaults to the . The terminating semicolon is required. # Following the semicolon you may add a comment if desired. # # Example: # eye_pupil_position_x px; # eye_pupil_position_y py; # # All names must be valid Unicode identifier names. It is recommended however # to use only ASCII letters, digits and underscores. # # Empty lines and lines starting with # will be skipped. # # Uncommented columns won't appear in the CSV output. The order of the # columns will be as defined by you in this file. # Columns that apply to all record types (you want to keep these). time ; type ; # Side column shared by eye sample records and event records. side ; # Columns for eye sample records (valid in non-wide mode only). eye_state ; eye_pxpermm ; eye_pupil_status ; eye_pupil_position_x ; eye_pupil_position_y ; eye_pupil_position_raw_x ; eye_pupil_position_raw_y ; eye_pupil_area ; eye_pupil_visibility ; eye_pupil_ellipse_major ; eye_pupil_ellipse_minor ; eye_pupil_ellipse_angle ; eye_cr_status ; eye_cr_position_x ; eye_cr_position_y ; eye_cr_position_raw_x ; eye_cr_position_raw_y ; eye_cr_area ; eye_iris_status ; eye_iris_position_x ; eye_iris_position_y ; eye_iris_ellipse_major ; eye_iris_ellipse_minor ; eye_iris_ellipse_angle ; eye_iris_a1 ; eye_iris_a2 ; eye_iris_a3 ; eye_iris_a4 ; eye_iris_openness ; eye_gaze_status ; eye_gaze_position_x ; eye_gaze_position_y ; eye_gaze_position_raw_x ; eye_gaze_position_raw_y ; eye_gaze_position_avg_x ; eye_gaze_position_avg_y ; eye_gaze_velocity_x ; eye_gaze_velocity_y ; # Columns for head sample records. head_x ; head_y ; head_z ; head_yaw ; head_pitch ; head_roll ; # Columns for fixation (f), saccade (s) and blink (b) event records. event_starttime ; f, s, b event_endtime ; f, s, b event_updstarttime ; f, b event_gaze_start_x ; f, s event_gaze_start_y ; f, s event_gaze_end_x ; f, s event_gaze_end_y ; f, s event_gaze_avg_x ; f, s event_gaze_avg_y ; f, s event_gaze_var_x ; f event_gaze_var_y ; f event_gaze_updavg_x ; f event_gaze_updavg_y ; f event_gaze_updvar_x ; f event_gaze_updvar_y ; f event_pupil_start ; f, s event_pupil_end ; f, s event_pupil_avg ; f, s event_pupil_var ; f event_pupil_updavg ; f event_pupil_updvar ; f # Column for procedure exit status. exit_status ; # Columns for text based record types. message_type ; message_text ;