You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to add mf_ignore_ref to the list of Maxwell parameters (refer to maxwell docs).
Wasn't clear how to add new parameters to the config.
Tried this below, but mf_ignore_ref isn't getting added to the config file. The error message was: 'types.SimpleNamespace' object has no attribute 'mf_ignore_ref'
Would love pointers on this so I can customize further.
added mf_ignore_ref = True to my config.
added to _config.py:
mf_ignore_ref: bool=False"""Ignore reference channels in Maxwell filtering.???+ example "Example" ```python mf_ignore_ref = True ```"""
not quite. It doesn't cover find_bad_channels_maxwell in _01_data_quality.py. However, it does show me the last step to adding parameters (using the get_config functions within each preprocessing step).
dumb question: mf_extra_kws is not yet available in the conda-forge release. Can I still access the CLI from a cloned version of the repo?
Request to add
mf_ignore_ref
to the list of Maxwell parameters (refer to maxwell docs).Wasn't clear how to add new parameters to the config.
Tried this below, but
mf_ignore_ref
isn't getting added to the config file.The error message was: 'types.SimpleNamespace' object has no attribute 'mf_ignore_ref'
Would love pointers on this so I can customize further.
added
mf_ignore_ref = True
to my config.added to
_config.py
:added to
_01_data_quality.py
:The text was updated successfully, but these errors were encountered: