russellu / eegfmripy

python code for denoising eeg data from eeg-fmri experiments, and fusing with FMRI
8 stars 7 forks source link

Remove all hardcoded values from everywhere. #7

Open gmierz opened 5 years ago

gmierz commented 5 years ago

There are many hard-coded values scattered across the tool. It would be good if they could be stored into a YAML configuration file (one for each script). For hard-coded values that are common across all, we can store them at the top of the utility scripts (or in a config that all utility functions check).

gmierz commented 5 years ago

Most of the hardcoded values that can be modified by the user now exist as options in the YAML config. Still more work to be done to find and move the rest of the hardcoded values.