carrien / free-speech

Analysis and plotting code for speech neuroimaging experiments.
MIT License
4 stars 5 forks source link

Allow for an existing sigproc_params to be passed into the function #30

Closed Comeani closed 3 years ago

Comeani commented 3 years ago

This allows for an existing sigproc_params to be passed in, similar to set_exptDefaults. It's missing fields are populated with the default values, retaining the values for any existing fields set outside of the function instead of overwriting them. The overwrite can still be achieved by not providing an argument.