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
Currently we do not have saving functionality on the level of a single gaze file.
We only have GazeDataFrame.save() which saves files of the complete dataset.
Description of a solution
The implementation is very straight forward and can be build up on the code from the internal function save_preprocessed()
Minimum acceptance criteria
implement GazeDataFrame.to_csv()
Sample Code
Calling the method with an existing GazeDataFrame should be as easy as gaze.to_csv().
Context
Please provide any additional relevant information.
The text was updated successfully, but these errors were encountered:
Description of the problem
Currently we do not have saving functionality on the level of a single gaze file.
We only have GazeDataFrame.save() which saves files of the complete dataset.
Description of a solution
The implementation is very straight forward and can be build up on the code from the internal function
save_preprocessed()
Minimum acceptance criteria
GazeDataFrame.to_csv()
Sample Code
Calling the method with an existing
GazeDataFrame
should be as easy asgaze.to_csv()
.Context
Please provide any additional relevant information.
The text was updated successfully, but these errors were encountered: