You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<datafile> Data file with eye gaze recordings to process. The
first two columns in this file must contain X and Y
coordinates, while each line is a timepoint (no
header). The file is read with NumPy's recfromcsv and
may be compressed.
Users familiar with the referenced function will know how flexible it is and can infer many aspects of supported file formats. However, the fact that remodnav is written in Python and uses NumPy should not have to be critical knowledge for its users.
We should spell out the file format requirements.
The text was updated successfully, but these errors were encountered:
remodnav --help
statesUsers familiar with the referenced function will know how flexible it is and can infer many aspects of supported file formats. However, the fact that remodnav is written in Python and uses NumPy should not have to be critical knowledge for its users.
We should spell out the file format requirements.
The text was updated successfully, but these errors were encountered: