Skip to content

Commit 860c333

Browse files
committed
Fixed view typos in readme, updated references to paper now that it has been submitted
1 parent fcf3d39 commit 860c333

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the software is potentially subject to change, and we urge users to carefully ch
66
glassesValidator. Please provide us with feedback on *anything* you notice, *no matter how small*.
77

88
A preliminary reference to the upcoming paper is:<br>
9-
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (in preparation). GlassesValidator:
9+
Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. and Hooge, I.T.C. (submitted). GlassesValidator:
1010
A data quality tool for eye tracking glasses.
1111

1212
However, as long as the paper is not accepted, please cite this work as follows:<br>
@@ -122,7 +122,7 @@ contains the following settings for the poster:
122122

123123
|setting|default<br>value|description|
124124
| --- | --- | --- |
125-
|`distance`|60|viewing distance in cm, used to convert coordinates and sizes in degrees to cm. Only used when `mode` is `deg`.|
125+
|`distance`|60|Viewing distance in cm, used to convert coordinates and sizes in degrees to cm. Only used when `mode` is `deg`.|
126126
|`mode`|cm|`cm` or `deg`. Sets the unit for the `markerSide` and `targetDiameter` below as well as for interpreting the coordinates in the marker and target position files.|
127127
|`markerSide`|4.18945|Size of ArUco markers. In cm or deg, see `mode` setting.|
128128
|`markerPosFile`|[`markerPositions.csv`](/src/glassesValidator/config/markerPositions.csv)|File in the config folder where the markers to draw are specified.|
@@ -139,8 +139,8 @@ contains the following settings for the poster:
139139
To check your custom configuration, you can generate a poster pdf using [the steps below](#steps-for-making-your-own-poster). Furthermore,
140140
a png image showing the poster will be generated in the configuration folder when any of glassesValidator's processing steps are run.
141141

142-
The above settings are furthermore used by glassesValidator when performing its processing. For instance, the `distance` parameter is
143-
used as the assumed viewing distance when computing the `viewpos_vidpos_homography` data quality type (see [the disccusion in the
142+
The above settings are furthermore used by glassesValidator when processing recordings. For instance, the `distance` parameter is
143+
used as the assumed viewing distance when computing the `viewpos_vidpos_homography` data quality type (see [the discussion in the
144144
Advanced settings section below](#advanced-settings)). Three further settings are present in the [`validationSetup.txt` configuration
145145
file](/src/glassesValidator/config/validationSetup.txt) that are only used by the glassesValidator processing tool, and not for the poster:
146146

@@ -266,7 +266,7 @@ fixation target and to the gaze position on the poster. For eye trackers for whi
266266
homography transformation is used to determine gaze position on the poster and accuracy and precision are computed using an assumed
267267
viewing distance configured in the glassesValidator project's configuration file, along with the assumptions that the eye is located
268268
exactly in front of the center of the poster and that the poster is oriented perpendicularly to the line of sight. As discussed in
269-
the "Assuming a fixed viewing distance" section of the glassesValidator paper (Niehorster et al., in prep), differences in computed
269+
the "Assuming a fixed viewing distance" section of the glassesValidator paper (Niehorster et al., submitted), differences in computed
270270
values between these two modes are generally small. Nonetheless, it is up to the researcher to decide whether the level of error
271271
introduced when operating without a camera calibration is acceptable and whether they should perform their own camera calibration.
272272

src/glassesValidator/GUI/_impl/globals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
pypi_page = "https://pypi.org/project/glassesValidator/"
1616
github_page = "https://github.com/dcnieho/glassesValidator"
1717
developer_page = "https://scholar.google.se/citations?user=uRUYoVgAAAAJ&hl=en"
18-
reference = "Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. & Hooge, I.T.C. (in prep). GlassesValidator: Data quality tool for eye tracking glasses."
18+
reference = "Niehorster, D.C., Hessels, R.S., Benjamins, J.S., Nyström, M. & Hooge, I.T.C. (submitted). GlassesValidator: Data quality tool for eye tracking glasses."
1919
reference_bibtex = """@article{niehorster2023glassesValidator,
2020
Author = {Niehorster, Diederick C. and Hessels, Roy S. and Benjamins, Jeroen S. and Nystr{\"o}m, Marcus and Hooge, Ignace T. C.},
2121
Journal = {},
2222
Number = {},
2323
Pages = {},
2424
Title = {GlassesValidator: A data quality tool for eye tracking glasses},
25-
Year = {in preparation}
25+
Year = {submitted}
2626
}
2727
"""
2828

0 commit comments

Comments
 (0)