We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560ba17 commit b502591Copy full SHA for b502591
fooof/core/info.py
@@ -17,6 +17,7 @@ def get_description():
17
18
- results : parameters for and measures of the model
19
- settings : model settings
20
+ - run_modes: checks performed and errors raised
21
- data : input data
22
- meta_data : meta data of the inputs
23
- arrays : data stored in arrays
@@ -29,6 +30,7 @@ def get_description():
29
30
'settings' : ['peak_width_limits', 'max_n_peaks',
31
'min_peak_height', 'peak_threshold',
32
'aperiodic_mode'],
33
+ 'run_modes': ['_debug', '_check_freqs', '_check_data'],
34
'data' : ['power_spectrum', 'freq_range', 'freq_res'],
35
'meta_data' : ['freq_range', 'freq_res'],
36
'arrays' : ['freqs', 'power_spectrum', 'aperiodic_params_',
0 commit comments