diff --git a/neon/pupil-cloud/enrichments/face-mapper/index.md b/neon/pupil-cloud/enrichments/face-mapper/index.md index 0ac8ff0a7..bc96c9520 100644 --- a/neon/pupil-cloud/enrichments/face-mapper/index.md +++ b/neon/pupil-cloud/enrichments/face-mapper/index.md @@ -32,7 +32,7 @@ This file contains all the individual face detections. | **nose y [px]** | Y coordinate of the nose in image coordinates in pixels. | | **mouth left x [px]** | X coordinate of the left mouth corner in image coordinates in pixels. | | **mouth left y [px]** | Y coordinate of the left mouth corner in image coordinates in pixels. | -| **mouth right x [px]** | X coordinate of the right mouth corner in image coordinates in pixels. | +| **mouth right x [px]** | X coordinate of the right mouth corner in image coordinates in pixels. | | **mouth right y [px]** | Y coordinate of the right mouth corner in image coordinates in pixels. | ### gaze_on_face.csv @@ -53,6 +53,6 @@ This file indicates which fixations are on faces (within the bounding box of det | **section id** | Unique identifier of the corresponding section. | | **recording id** | Unique identifier of the recording this sample belongs to. | | **fixation id** | Identifier of the fixation. The counter starts at the beginning of the recording. | -| **start timestamp [ns]** | UTC timestamp in nanoseconds of the start of the fixation. | +| **start timestamp [ns]** | UTC timestamp in nanoseconds of the start of the fixation. | | **end timestamp [ns]** | UTC timestamp in nanoseconds of the end of the fixation. | | **fixation on face** | Boolean indicating whether the fixation is on a face. |