kirtonBCIlab / bci-essentials-python

Python backend for BCI Essentials
Mozilla Public License 2.0
11 stars 7 forks source link

Put ERP data class into its own file, changed imports for files that … #74

Closed brianjohannes closed 11 months ago

brianjohannes commented 11 months ago

…use ERP data

My only question now is, do we keep the file called bci_data as bci_data or do we change it to eeg_data?

gregbci commented 11 months ago

Hey Brian, I think I'd rename bci_data.py to eeg_data.py. Typically the file name should match the (main) class in the file.

gregbci commented 11 months ago

Looks good, thanks!