NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
420 stars 124 forks source link

Package Experimental parameters passing (n_trials, jitter, etc.) to Experiment super class to make it more generic. #188

Open Parvfect opened 2 years ago

Parvfect commented 2 years ago

Lot of specific Experiemental Parameters are passed to the Experiment Super Class as per Draft PR #184, need to somehow package to increase generalisation of the super class.