Skip to content

Commit

Permalink
removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomahawkuru committed Jul 13, 2021
1 parent 2c9ffeb commit 4de7dc2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,3 @@ def save_events(data, fname, datapath):
header = delimiter.join(names)

np.savetxt(datapath + '/' + fname, data, delimiter=delimiter, header=header, comments='')

def save_classification(gazedata):
"""
saves the calssification and timeline to a csv files.
Each row of the csv, is one gaze event. It includes measures such as :
["t_start", 't_end', 'duration', 'x_start', 'y_start', 'x_end', 'y_end', 'amplitude', 'mean_vel', 'max_vel']
:param data: data to save in the .csv
:param fname: filename for the created .csv
:param datapath: path to save the created .csv
"""

0 comments on commit 4de7dc2

Please sign in to comment.