Skip to content
Snippets Groups Projects
Commit 5a2029c4 authored by Ryan Godwin's avatar Ryan Godwin
Browse files

This is working well. If all else fails, come back here

parent f6033744
No related branches found
No related tags found
1 merge request!1Progress toward getting the evaluation integrated
# ica_output_file = Path(self.meg_dir, 'ICA_Aligned_peaks_subset.png')
# plotter.plot_peaks(self._ica_align,ica_info["ECG_R_Peaks"], self.min_range, self.max_range, ica_output_file)
# nk.events_plot(ica_info["ECG_R_Peaks"], self._ica_align)
# fig = plt.gcf()
# ax = plt.gca()
# ax.set_xlim((self.min_range, self.max_range))
# fig.savefig(Path(self.meg_dir, 'ica_RRs2.png'))
# ecg_output_file = Path(self.ecg_dir, 'ECG_Aligned_peaks_subset.png')
# plotter.plot_peaks(self._ecg_align,ecg_info["ECG_R_Peaks"], self.min_range, self.max_range, ecg_output_file)
# nk.events_plot(ecg_info["ECG_R_Peaks"], self._ecg_align)
# fig = plt.gcf()
# ax = plt.gca()
# ax.set_xlim((self.min_range, self.max_range))
# fig.savefig(Path(self.ecg_dir, 'ecg_RRs2.png'))
\ No newline at end of file
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