Spaces:
Sleeping
Sleeping
Milo Sobral
commited on
Commit
·
d4bce82
1
Parent(s):
77f3bf2
small change
Browse files
portiloop/src/demo/offline.py
CHANGED
@@ -115,7 +115,7 @@ def run_offline(xdf_file, detect_filter_opts, threshold, channel_num, freq):
|
|
115 |
print("Saving output...")
|
116 |
# Output the data to a csv file
|
117 |
np.savetxt("output.csv", data_whole, delimiter=",", header=",".join(columns), comments="")
|
118 |
-
|
119 |
|
120 |
output_table = compute_output_table(
|
121 |
data_whole[:, columns.index("online_stimulations")] if online_detection else data_whole[:, columns.index("online_stimulations_portiloop")],
|
|
|
115 |
print("Saving output...")
|
116 |
# Output the data to a csv file
|
117 |
np.savetxt("output.csv", data_whole, delimiter=",", header=",".join(columns), comments="")
|
118 |
+
|
119 |
|
120 |
output_table = compute_output_table(
|
121 |
data_whole[:, columns.index("online_stimulations")] if online_detection else data_whole[:, columns.index("online_stimulations_portiloop")],
|