Readme.md

This repository contains source code associated to the paper: Axel Antoine, Mathieu Nancel, Ella Ge, Jingje Zheng, Navid Zolghadr and Géry Casiez. 2020. Modeling and Reducing Spatial Jitter caused by Asynchronous Input and Output Rates. In Proceedings of the 2020 ACM Symposium on User Interface Software and Technology (UIST ’20). Association for Computing Machinery, New York, NY, USA, 1–13.

Code for the section THEORETICAL EFFECTS OF IN-OUT ASYNCHRONICITY

The code for replicating the figures in this section is available in the jupyter notebook Simulate_Frequency_Noise.ipynb

Code for the section SIMULATOR STUDY WITH GOOGLE PIXEL DEVICES

We provide python code for our simulator (simulator.py) that can be used by our Rmd file (ResultsPresentedInPaper.Rmd) to replicate figures 7, 8, 9 and 10.

python simulator.py ../ParticipantsData/ produces data.csv file

python simulator.py ../ParticipantsData/ --com creates dataComparisonPixel3and4.csv

ParticipantsData/ contains the data for the experiment described in the paper.

dataLaViola.csv and dataQuadratic.csv and used by Figure 10 but the source code to re-create them is not provided.

ResultsPresentedInPaper.html is the output of ResultsPresentedInPaper.Rmd