Skip to content
Snippets Groups Projects
Commit 5e6e2ec5 authored by glia's avatar glia
Browse files

Fixed typo

parent 14a1cfd3
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ for i in range(len(corrected_epochs)):
reject_log0[e] = ar0[e].get_reject_log(corrected_epochs[i][ee])
# Plot and save Autorejected epochs
fig = reject_log0[e].plot(orientation="horizontal", show=False)
fig.savefig(os.path.join(save_path,"AR_" + str(Subject_id_concat[i]) + "_" + str(ee) + ".png"))
fig.savefig(os.path.join(save_path,"AR_" + str(Subject_id[i]) + "_" + str(ee) + ".png"))
# Close figure window
plt.close(fig)
# Save mean peak-to-peak voltage threshold used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment