|
11 | 11 | "preprocessing": { |
12 | 12 | "job_kwargs": { |
13 | 13 | "chunk_duration": "1s", |
14 | | - "progress_bar": false |
| 14 | + "progress_bar": false, |
| 15 | + "mp_context": "spawn" |
15 | 16 | }, |
16 | | - "min_preprocessing_duration": 120, |
17 | | - "custom_preprocessing_pipeline": {}, |
18 | | - "denoising_strategy": "cmr", |
19 | 17 | "filter_type": "bandpass", |
20 | | - "highpass_filter": { |
21 | | - "freq_min": 300.0, |
22 | | - "margin_ms": 5.0 |
23 | | - }, |
24 | | - "bandpass_filter": { |
25 | | - "freq_min": 300.0, |
26 | | - "freq_max": 6000.0, |
27 | | - "margin_ms": 5.0 |
28 | | - }, |
29 | | - "phase_shift": { |
30 | | - "margin_ms": 100.0 |
31 | | - }, |
32 | | - "detect_bad_channels": { |
33 | | - "method": "coherence+psd", |
34 | | - "dead_channel_threshold": -0.5, |
35 | | - "noisy_channel_threshold": 1.0, |
36 | | - "outside_channel_threshold": -0.3, |
37 | | - "outside_channels_location": "top", |
38 | | - "n_neighbors": 11, |
39 | | - "seed": 0 |
40 | | - }, |
41 | | - "remove_out_channels": true, |
42 | | - "remove_bad_channels": true, |
| 18 | + "remove_out_channels": false, |
| 19 | + "remove_bad_channels": false, |
43 | 20 | "max_bad_channel_fraction": 0.5, |
44 | | - "common_reference": { |
45 | | - "reference": "global", |
46 | | - "operator": "median" |
47 | | - }, |
48 | | - "highpass_spatial_filter": { |
49 | | - "n_channel_pad": 60, |
50 | | - "n_channel_taper": null, |
51 | | - "direction": "y", |
52 | | - "apply_agc": true, |
53 | | - "agc_window_length_s": 0.01, |
54 | | - "highpass_butter_order": 3, |
55 | | - "highpass_butter_wn": 0.01 |
| 21 | + "denoising_strategy": "destripe", |
| 22 | + "default_preprocessing_pipeline": { |
| 23 | + "phase_shift": { |
| 24 | + "margin_ms": 100.0 |
| 25 | + }, |
| 26 | + "highpass_filter": { |
| 27 | + "freq_min": 300.0, |
| 28 | + "margin_ms": 5.0 |
| 29 | + }, |
| 30 | + "bandpass_filter": { |
| 31 | + "freq_min": 300.0, |
| 32 | + "freq_max": 6000.0, |
| 33 | + "margin_ms": 5.0 |
| 34 | + }, |
| 35 | + "detect_and_remove_bad_channels": { |
| 36 | + "method": "coherence+psd", |
| 37 | + "dead_channel_threshold": -0.5, |
| 38 | + "noisy_channel_threshold": 1.0, |
| 39 | + "outside_channel_threshold": -0.3, |
| 40 | + "outside_channels_location": "top", |
| 41 | + "n_neighbors": 11, |
| 42 | + "channel_filters": ["noise", "dead", "out"], |
| 43 | + "seed": 0 |
| 44 | + }, |
| 45 | + "common_reference": { |
| 46 | + "reference": "global", |
| 47 | + "operator": "median" |
| 48 | + }, |
| 49 | + "highpass_spatial_filter": { |
| 50 | + "n_channel_pad": 10, |
| 51 | + "n_channel_taper": null, |
| 52 | + "direction": "y", |
| 53 | + "apply_agc": true, |
| 54 | + "agc_window_length_s": 0.01, |
| 55 | + "highpass_butter_order": 3, |
| 56 | + "highpass_butter_wn": 0.01 |
| 57 | + } |
56 | 58 | }, |
| 59 | + "custom_preprocessing_pipeline": null, |
57 | 60 | "motion_correction": { |
58 | | - "compute": false, |
59 | | - "apply": false, |
60 | 61 | "preset": "dredge_fast", |
61 | 62 | "detect_kwargs": {}, |
62 | 63 | "select_kwargs": {}, |
|
0 commit comments