py-neuromodulation 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- py_neuromodulation/ConnectivityDecoding/Automated Anatomical Labeling 3 (Rolls 2020).nii +0 -0
- py_neuromodulation/ConnectivityDecoding/_get_grid_hull.m +34 -0
- py_neuromodulation/ConnectivityDecoding/_get_grid_whole_brain.py +106 -0
- py_neuromodulation/ConnectivityDecoding/_helper_write_connectome.py +119 -0
- py_neuromodulation/ConnectivityDecoding/mni_coords_cortical_surface.mat +0 -0
- py_neuromodulation/ConnectivityDecoding/mni_coords_whole_brain.mat +0 -0
- py_neuromodulation/ConnectivityDecoding/rmap_func_all.nii +0 -0
- py_neuromodulation/ConnectivityDecoding/rmap_struc.nii +0 -0
- py_neuromodulation/{helper.py → _write_example_dataset_helper.py} +1 -1
- py_neuromodulation/nm_EpochStream.py +2 -3
- py_neuromodulation/nm_IO.py +43 -70
- py_neuromodulation/nm_RMAP.py +308 -11
- py_neuromodulation/nm_analysis.py +1 -1
- py_neuromodulation/nm_artifacts.py +25 -0
- py_neuromodulation/nm_bispectra.py +64 -29
- py_neuromodulation/nm_bursts.py +44 -30
- py_neuromodulation/nm_coherence.py +2 -1
- py_neuromodulation/nm_features.py +4 -2
- py_neuromodulation/nm_filter.py +63 -32
- py_neuromodulation/nm_filter_preprocessing.py +91 -0
- py_neuromodulation/nm_fooof.py +47 -29
- py_neuromodulation/nm_mne_connectivity.py +1 -1
- py_neuromodulation/nm_normalization.py +50 -74
- py_neuromodulation/nm_oscillatory.py +151 -31
- py_neuromodulation/nm_plots.py +13 -10
- py_neuromodulation/nm_rereference.py +10 -8
- py_neuromodulation/nm_run_analysis.py +28 -13
- py_neuromodulation/nm_settings.json +51 -3
- py_neuromodulation/nm_sharpwaves.py +103 -136
- py_neuromodulation/nm_stats.py +44 -30
- py_neuromodulation/nm_stream_abc.py +18 -10
- py_neuromodulation/nm_stream_offline.py +188 -46
- py_neuromodulation/utils/_logging.py +24 -0
- {py_neuromodulation-0.0.2.dist-info → py_neuromodulation-0.0.4.dist-info}/METADATA +72 -32
- py_neuromodulation-0.0.4.dist-info/RECORD +72 -0
- {py_neuromodulation-0.0.2.dist-info → py_neuromodulation-0.0.4.dist-info}/WHEEL +1 -1
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/MOV_aligned_features_ch_ECOG_RIGHT_0_all.png +0 -0
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/all_feature_plt.pdf +0 -0
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_FEATURES.csv +0 -182
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_LM_ML_RES.p +0 -0
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_SETTINGS.json +0 -273
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_SIDECAR.json +0 -6
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_decoding_performance.png +0 -0
- py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_nm_channels.csv +0 -11
- py_neuromodulation/py_neuromodulation.egg-info/PKG-INFO +0 -104
- py_neuromodulation/py_neuromodulation.egg-info/dependency_links.txt +0 -1
- py_neuromodulation/py_neuromodulation.egg-info/requires.txt +0 -26
- py_neuromodulation/py_neuromodulation.egg-info/top_level.txt +0 -1
- py_neuromodulation-0.0.2.dist-info/RECORD +0 -73
- /py_neuromodulation/{py_neuromodulation.egg-info/SOURCES.txt → utils/__init__.py} +0 -0
- {py_neuromodulation-0.0.2.dist-info → py_neuromodulation-0.0.4.dist-info/licenses}/LICENSE +0 -0
|
Binary file
|
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"sampling_rate_features_hz": 10,
|
|
3
|
-
"segment_length_features_ms": 1000,
|
|
4
|
-
"preprocessing": [
|
|
5
|
-
"raw_resampling",
|
|
6
|
-
"notch_filter",
|
|
7
|
-
"re_referencing"
|
|
8
|
-
],
|
|
9
|
-
"documentation_preprocessing_options": [
|
|
10
|
-
"raw_resampling",
|
|
11
|
-
"notch_filter",
|
|
12
|
-
"re_referencing",
|
|
13
|
-
"raw_normalization"
|
|
14
|
-
],
|
|
15
|
-
"features": {
|
|
16
|
-
"raw_hjorth": false,
|
|
17
|
-
"return_raw": false,
|
|
18
|
-
"bandpass_filter": false,
|
|
19
|
-
"stft": false,
|
|
20
|
-
"fft": true,
|
|
21
|
-
"sharpwave_analysis": false,
|
|
22
|
-
"fooof": false,
|
|
23
|
-
"bursts": false,
|
|
24
|
-
"linelength": false,
|
|
25
|
-
"coherence": false,
|
|
26
|
-
"nolds": false,
|
|
27
|
-
"mne_connectivity": false
|
|
28
|
-
},
|
|
29
|
-
"postprocessing": {
|
|
30
|
-
"feature_normalization": true,
|
|
31
|
-
"project_cortex": false,
|
|
32
|
-
"project_subcortex": false
|
|
33
|
-
},
|
|
34
|
-
"raw_resampling_settings": {
|
|
35
|
-
"resample_freq_hz": 1000
|
|
36
|
-
},
|
|
37
|
-
"documentation_normalization_options": [
|
|
38
|
-
"mean",
|
|
39
|
-
"median",
|
|
40
|
-
"zscore",
|
|
41
|
-
"zscore-median",
|
|
42
|
-
"quantile",
|
|
43
|
-
"power",
|
|
44
|
-
"robust",
|
|
45
|
-
"minmax"
|
|
46
|
-
],
|
|
47
|
-
"raw_normalization_settings": {
|
|
48
|
-
"normalization_time_s": 30,
|
|
49
|
-
"normalization_method": "zscore",
|
|
50
|
-
"clip": 3
|
|
51
|
-
},
|
|
52
|
-
"feature_normalization_settings": {
|
|
53
|
-
"normalization_time_s": 30,
|
|
54
|
-
"normalization_method": "zscore",
|
|
55
|
-
"clip": 3
|
|
56
|
-
},
|
|
57
|
-
"frequency_ranges_hz": {
|
|
58
|
-
"theta": [
|
|
59
|
-
4,
|
|
60
|
-
8
|
|
61
|
-
],
|
|
62
|
-
"alpha": [
|
|
63
|
-
8,
|
|
64
|
-
12
|
|
65
|
-
],
|
|
66
|
-
"low beta": [
|
|
67
|
-
13,
|
|
68
|
-
20
|
|
69
|
-
],
|
|
70
|
-
"high beta": [
|
|
71
|
-
20,
|
|
72
|
-
35
|
|
73
|
-
],
|
|
74
|
-
"low gamma": [
|
|
75
|
-
60,
|
|
76
|
-
80
|
|
77
|
-
],
|
|
78
|
-
"high gamma": [
|
|
79
|
-
90,
|
|
80
|
-
200
|
|
81
|
-
],
|
|
82
|
-
"HFA": [
|
|
83
|
-
200,
|
|
84
|
-
400
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
"fft_settings": {
|
|
88
|
-
"windowlength_ms": 1000,
|
|
89
|
-
"log_transform": true,
|
|
90
|
-
"kalman_filter": false
|
|
91
|
-
},
|
|
92
|
-
"stft_settings": {
|
|
93
|
-
"windowlength_ms": 500,
|
|
94
|
-
"log_transform": true,
|
|
95
|
-
"kalman_filter": false
|
|
96
|
-
},
|
|
97
|
-
"bandpass_filter_settings": {
|
|
98
|
-
"segment_lengths_ms": {
|
|
99
|
-
"theta": 1000,
|
|
100
|
-
"alpha": 500,
|
|
101
|
-
"low beta": 333,
|
|
102
|
-
"high beta": 333,
|
|
103
|
-
"low gamma": 100,
|
|
104
|
-
"high gamma": 100,
|
|
105
|
-
"HFA": 100
|
|
106
|
-
},
|
|
107
|
-
"bandpower_features": {
|
|
108
|
-
"activity": true,
|
|
109
|
-
"mobility": false,
|
|
110
|
-
"complexity": false
|
|
111
|
-
},
|
|
112
|
-
"log_transform": true,
|
|
113
|
-
"kalman_filter": false
|
|
114
|
-
},
|
|
115
|
-
"kalman_filter_settings": {
|
|
116
|
-
"Tp": 0.1,
|
|
117
|
-
"sigma_w": 0.7,
|
|
118
|
-
"sigma_v": 1,
|
|
119
|
-
"frequency_bands": [
|
|
120
|
-
"theta",
|
|
121
|
-
"alpha",
|
|
122
|
-
"low beta",
|
|
123
|
-
"high beta",
|
|
124
|
-
"low gamma",
|
|
125
|
-
"high gamma",
|
|
126
|
-
"HFA"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
"burst_settings": {
|
|
130
|
-
"threshold": 75,
|
|
131
|
-
"time_duration_s": 30,
|
|
132
|
-
"frequency_bands": [
|
|
133
|
-
"low beta",
|
|
134
|
-
"high beta",
|
|
135
|
-
"low gamma"
|
|
136
|
-
],
|
|
137
|
-
"burst_features": {
|
|
138
|
-
"duration": true,
|
|
139
|
-
"amplitude": true,
|
|
140
|
-
"burst_rate_per_s": true,
|
|
141
|
-
"in_burst": true
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"sharpwave_analysis_settings": {
|
|
145
|
-
"sharpwave_features": {
|
|
146
|
-
"peak_left": true,
|
|
147
|
-
"peak_right": true,
|
|
148
|
-
"trough": true,
|
|
149
|
-
"width": true,
|
|
150
|
-
"prominence": true,
|
|
151
|
-
"interval": true,
|
|
152
|
-
"decay_time": true,
|
|
153
|
-
"rise_time": true,
|
|
154
|
-
"sharpness": true,
|
|
155
|
-
"rise_steepness": true,
|
|
156
|
-
"decay_steepness": true,
|
|
157
|
-
"slope_ratio": true
|
|
158
|
-
},
|
|
159
|
-
"filter_ranges_hz": [
|
|
160
|
-
[
|
|
161
|
-
5,
|
|
162
|
-
80
|
|
163
|
-
],
|
|
164
|
-
[
|
|
165
|
-
5,
|
|
166
|
-
30
|
|
167
|
-
]
|
|
168
|
-
],
|
|
169
|
-
"detect_troughs": {
|
|
170
|
-
"estimate": true,
|
|
171
|
-
"distance_troughs_ms": 10,
|
|
172
|
-
"distance_peaks_ms": 5
|
|
173
|
-
},
|
|
174
|
-
"detect_peaks": {
|
|
175
|
-
"estimate": true,
|
|
176
|
-
"distance_troughs_ms": 5,
|
|
177
|
-
"distance_peaks_ms": 10
|
|
178
|
-
},
|
|
179
|
-
"estimator": {
|
|
180
|
-
"mean": [
|
|
181
|
-
"peak_left",
|
|
182
|
-
"peak_right",
|
|
183
|
-
"trough",
|
|
184
|
-
"width",
|
|
185
|
-
"prominence",
|
|
186
|
-
"interval",
|
|
187
|
-
"decay_time",
|
|
188
|
-
"rise_time",
|
|
189
|
-
"sharpness",
|
|
190
|
-
"rise_steepness",
|
|
191
|
-
"decay_steepness",
|
|
192
|
-
"slope_ratio"
|
|
193
|
-
],
|
|
194
|
-
"median": null,
|
|
195
|
-
"max": [
|
|
196
|
-
"prominence",
|
|
197
|
-
"sharpness"
|
|
198
|
-
],
|
|
199
|
-
"min": null,
|
|
200
|
-
"var": null
|
|
201
|
-
},
|
|
202
|
-
"apply_estimator_between_peaks_and_troughs": true
|
|
203
|
-
},
|
|
204
|
-
"project_cortex_settings": {
|
|
205
|
-
"max_dist_mm": 20
|
|
206
|
-
},
|
|
207
|
-
"project_subcortex_settings": {
|
|
208
|
-
"max_dist_mm": 5
|
|
209
|
-
},
|
|
210
|
-
"coherence": {
|
|
211
|
-
"channels": [
|
|
212
|
-
[
|
|
213
|
-
"LFP_RIGHT_0",
|
|
214
|
-
"ECOG_RIGHT_0"
|
|
215
|
-
]
|
|
216
|
-
],
|
|
217
|
-
"frequency_bands": [
|
|
218
|
-
"high beta",
|
|
219
|
-
"low gamma"
|
|
220
|
-
],
|
|
221
|
-
"features": {
|
|
222
|
-
"mean_fband": true,
|
|
223
|
-
"max_fband": true,
|
|
224
|
-
"max_allfbands": true
|
|
225
|
-
},
|
|
226
|
-
"method": {
|
|
227
|
-
"coh": true,
|
|
228
|
-
"icoh": true
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
"fooof": {
|
|
232
|
-
"aperiodic": {
|
|
233
|
-
"exponent": true,
|
|
234
|
-
"offset": true,
|
|
235
|
-
"knee": true
|
|
236
|
-
},
|
|
237
|
-
"periodic": {
|
|
238
|
-
"center_frequency": false,
|
|
239
|
-
"band_width": false,
|
|
240
|
-
"height_over_ap": false
|
|
241
|
-
},
|
|
242
|
-
"windowlength_ms": 800,
|
|
243
|
-
"peak_width_limits": [
|
|
244
|
-
0.5,
|
|
245
|
-
12
|
|
246
|
-
],
|
|
247
|
-
"max_n_peaks": 3,
|
|
248
|
-
"min_peak_height": 0,
|
|
249
|
-
"peak_threshold": 2,
|
|
250
|
-
"freq_range_hz": [
|
|
251
|
-
2,
|
|
252
|
-
40
|
|
253
|
-
],
|
|
254
|
-
"knee": true
|
|
255
|
-
},
|
|
256
|
-
"nolds_features": {
|
|
257
|
-
"sample_entropy": false,
|
|
258
|
-
"correlation_dimension": false,
|
|
259
|
-
"lyapunov_exponent": true,
|
|
260
|
-
"hurst_exponent": false,
|
|
261
|
-
"detrended_fluctutaion_analysis": false,
|
|
262
|
-
"data": {
|
|
263
|
-
"raw": true,
|
|
264
|
-
"frequency_bands": [
|
|
265
|
-
"low beta"
|
|
266
|
-
]
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
"mne_connectiviy": {
|
|
270
|
-
"method": "plv",
|
|
271
|
-
"mode": "multitaper"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
,name,rereference,used,target,type,status,new_name
|
|
2
|
-
0,LFP_RIGHT_0,LFP_RIGHT_2,1,0,dbs,good,LFP_RIGHT_0-LFP_RIGHT_2
|
|
3
|
-
1,LFP_RIGHT_1,LFP_RIGHT_0,1,0,dbs,good,LFP_RIGHT_1-LFP_RIGHT_0
|
|
4
|
-
2,LFP_RIGHT_2,LFP_RIGHT_1,1,0,dbs,good,LFP_RIGHT_2-LFP_RIGHT_1
|
|
5
|
-
3,ECOG_RIGHT_0,average,1,0,ecog,good,ECOG_RIGHT_0-avgref
|
|
6
|
-
4,ECOG_RIGHT_1,average,1,0,ecog,good,ECOG_RIGHT_1-avgref
|
|
7
|
-
5,ECOG_RIGHT_2,average,1,0,ecog,good,ECOG_RIGHT_2-avgref
|
|
8
|
-
6,ECOG_RIGHT_3,average,1,0,ecog,good,ECOG_RIGHT_3-avgref
|
|
9
|
-
7,ECOG_RIGHT_4,average,1,0,ecog,good,ECOG_RIGHT_4-avgref
|
|
10
|
-
8,ECOG_RIGHT_5,average,1,0,ecog,good,ECOG_RIGHT_5-avgref
|
|
11
|
-
9,MOV_RIGHT,None,0,1,misc,good,MOV_RIGHT
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: py-neuromodulation
|
|
3
|
-
Version: 0.0.1.dev0
|
|
4
|
-
Summary: Real-time analysis of intracranial neurophysiology recordings.
|
|
5
|
-
Author: Timon Merk
|
|
6
|
-
Maintainer: Timon Merk
|
|
7
|
-
License: MIT License
|
|
8
|
-
|
|
9
|
-
Copyright (c) 2021 Interventional Cognitive Neuromodulation - Neumann Lab Berlin
|
|
10
|
-
|
|
11
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
-
in the Software without restriction, including without limitation the rights
|
|
14
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
-
furnished to do so, subject to the following conditions:
|
|
17
|
-
|
|
18
|
-
The above copyright notice and this permission notice shall be included in all
|
|
19
|
-
copies or substantial portions of the Software.
|
|
20
|
-
|
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
-
SOFTWARE.
|
|
28
|
-
|
|
29
|
-
Project-URL: bugtracker, https://github.com/neuromodulation/py_neuromodulation/issues
|
|
30
|
-
Project-URL: repository, https://github.com/neuromodulation/py_neuromodulation
|
|
31
|
-
Keywords: real-time,eeg,ieeg,dbs,ecog,electrocorticography,deep-brain-stimulation,machine-learning
|
|
32
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
33
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
34
|
-
Classifier: Programming Language :: Python
|
|
35
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
36
|
-
Requires-Python: >=3.10
|
|
37
|
-
Description-Content-Type: text/x-rst
|
|
38
|
-
Provides-Extra: dev
|
|
39
|
-
License-File: LICENSE
|
|
40
|
-
|
|
41
|
-
py_neuromodulation
|
|
42
|
-
==================
|
|
43
|
-
|
|
44
|
-
.. image:: https://app.travis-ci.com/neuromodulation/py_neuromodulation.svg?branch=main
|
|
45
|
-
:target: https://app.travis-ci.com/neuromodulation/py_neuromodulation
|
|
46
|
-
|
|
47
|
-
Click this button to run the "example_BIDS.ipynb":
|
|
48
|
-
|
|
49
|
-
.. image:: https://mybinder.org/badge_logo.svg
|
|
50
|
-
:target: https://mybinder.org/v2/gh/neuromodulation/py_neuromodulation/HEAD
|
|
51
|
-
|
|
52
|
-
The py_neuromodulation toolbox allows for real time capable processing of multimodal electrophysiological data. The primary use is movement prediction for `adaptive deep brain stimulation <https://pubmed.ncbi.nlm.nih.gov/30607748/>`_.
|
|
53
|
-
|
|
54
|
-
Find the documentation here https://neuromodulation.github.io/py_neuromodulation/ for example usage and parametrization.
|
|
55
|
-
|
|
56
|
-
Setup
|
|
57
|
-
=====
|
|
58
|
-
|
|
59
|
-
For running this toolbox first create a new virtual conda environment and activate it:
|
|
60
|
-
|
|
61
|
-
.. code-block::
|
|
62
|
-
|
|
63
|
-
conda create -n pynm-test python=3.10
|
|
64
|
-
conda activate pynm-test
|
|
65
|
-
|
|
66
|
-
Then install the packages listed in the `pyproject.toml`.
|
|
67
|
-
|
|
68
|
-
.. code-block::
|
|
69
|
-
|
|
70
|
-
pip install .[dev]
|
|
71
|
-
pytest -v .
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
Optionally the ipython kernel can be specified to installed for the pynm-test conda environment:
|
|
75
|
-
|
|
76
|
-
.. code-block::
|
|
77
|
-
|
|
78
|
-
ipython kernel install --user --name=pynm-test
|
|
79
|
-
|
|
80
|
-
Then py_neuromodulation can be imported via:
|
|
81
|
-
|
|
82
|
-
.. code-block::
|
|
83
|
-
|
|
84
|
-
import py_neuromodulation as py_nm
|
|
85
|
-
|
|
86
|
-
The main modules include running real time enabled feature preprocessing based on `iEEG BIDS <https://www.nature.com/articles/s41597-019-0105-7>`_ data.
|
|
87
|
-
|
|
88
|
-
Different features can be enabled/disabled and parametrized in the `https://github.com/neuromodulation/py_neuromodulation/blob/main/pyneuromodulation/nm_settings.json>`_.
|
|
89
|
-
|
|
90
|
-
The current implementation mainly focuses band power and `sharpwave <https://www.sciencedirect.com/science/article/abs/pii/S1364661316302182>`_ feature estimation.
|
|
91
|
-
|
|
92
|
-
An example folder with a mock subject and derivate `feature <https://github.com/neuromodulation/py_neuromodulation/tree/main/examples/data>`_ set was estimated.
|
|
93
|
-
|
|
94
|
-
To run feature estimation given the example BIDS data run in root directory.
|
|
95
|
-
|
|
96
|
-
.. code-block::
|
|
97
|
-
|
|
98
|
-
python examples/example_BIDS.py
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
This will write a feature_arr.csv and different sidecar files in the 'examples/data/derivatives' folder.
|
|
102
|
-
|
|
103
|
-
For further documentation view `ParametrizationDefinition <ParametrizationDefinition.html#>`_ for description of necessary parametrization files.
|
|
104
|
-
`FeatureEstimationDemo <FeatureEstimationDemo.html#>`_ walks through an example feature estimation and explains sharpwave estimation.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
mne
|
|
2
|
-
filterpy>=1.4.5
|
|
3
|
-
fooof
|
|
4
|
-
imbalanced-learn
|
|
5
|
-
matplotlib>=3.3.4
|
|
6
|
-
mne-bids>=0.8
|
|
7
|
-
mne-connectivity
|
|
8
|
-
mrmr-selection
|
|
9
|
-
nolds
|
|
10
|
-
numba
|
|
11
|
-
numpy>=1.21.2
|
|
12
|
-
pandas>=1.2.2
|
|
13
|
-
pip
|
|
14
|
-
pynput
|
|
15
|
-
pybids
|
|
16
|
-
scikit-image
|
|
17
|
-
scikit-learn>=0.24.2
|
|
18
|
-
scikit-optimize
|
|
19
|
-
scipy>=1.7.1
|
|
20
|
-
seaborn>=0.11
|
|
21
|
-
xgboost
|
|
22
|
-
|
|
23
|
-
[dev]
|
|
24
|
-
black
|
|
25
|
-
pytest
|
|
26
|
-
pytest-cov
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
py_neuromodulation
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
py_neuromodulation/FieldTrip.py,sha256=cq4BIibMvcpyAHd7U8eEK4AhVSOTrRKXcywtgtc-Mg4,18597
|
|
2
|
-
py_neuromodulation/__init__.py,sha256=3aujkEqF4dzt8WKtK7gaolh782UsR5FFkqcg7fOtze4,296
|
|
3
|
-
py_neuromodulation/grid_cortex.tsv,sha256=DRnJEBwLBqyzCp3UwBL-Us_9h9GyokCorYl0HLsHSLk,683
|
|
4
|
-
py_neuromodulation/grid_subcortex.tsv,sha256=oCQDYLDdYSa1DAI9ybwECfuzWulFzXqKHyf7oZ1oDBM,25842
|
|
5
|
-
py_neuromodulation/helper.py,sha256=MBDMyP-JsqjqpmljCq2sqsLfYpihA-S8MXf_Nc3johs,2510
|
|
6
|
-
py_neuromodulation/nm_EpochStream.py,sha256=h6qmYfnyBbWwcOqZM3LmJQKPQjDhImxxOSza7kocrdA,2603
|
|
7
|
-
py_neuromodulation/nm_IO.py,sha256=BrsxpCbcyyxojU3yXJtEDkW1o5ZpxQiU3avaM-CGZPQ,12713
|
|
8
|
-
py_neuromodulation/nm_RMAP.py,sha256=UEh0vzjTF8UMO4uNgo0CqOeolviBF7zOr6owwdnupHM,7594
|
|
9
|
-
py_neuromodulation/nm_across_patient_decoding.py,sha256=9Mwu5o5cUAbtSP8BTx4c-BJfJZtk8wsMx_WH0VIegdI,38690
|
|
10
|
-
py_neuromodulation/nm_analysis.py,sha256=QD7lfi-6VA2v4E1-wCIMNs2GnZK9UvFMsr7slWyZGhA,38509
|
|
11
|
-
py_neuromodulation/nm_bispectra.py,sha256=DvhRIeq0jpiV34T95gGuj9KH_s5McMD2ctOAaZeIFSU,5617
|
|
12
|
-
py_neuromodulation/nm_bursts.py,sha256=EcM9vZs_-cYNoh8m4cBRzTxtK00G_0xey5Br-AbZkVc,7295
|
|
13
|
-
py_neuromodulation/nm_coherence.py,sha256=tMqxHIGbmqoyIVDUyv2D19T_qF3f_QWm65Tyg2R_awM,7420
|
|
14
|
-
py_neuromodulation/nm_cohortwrapper.py,sha256=eJVCBW745DB5MX7OBVJh2ZAT1vy-3-_2MCHnjrsO9qI,16643
|
|
15
|
-
py_neuromodulation/nm_decode.py,sha256=d15D-l0RUAcW8FfXyDcPaNwRpS9wuq1XK-pWmImPHDg,35645
|
|
16
|
-
py_neuromodulation/nm_define_nmchannels.py,sha256=8rjZoDIwhsIgdqfSxScaJvY9tNGWNLecTLxEmvhHMuE,11074
|
|
17
|
-
py_neuromodulation/nm_eval_timing.py,sha256=JcnLYyxjH8hvNX7rbJ4PEj-NZzqs2NMGOhyuQQuGiYc,8800
|
|
18
|
-
py_neuromodulation/nm_features.py,sha256=NviSf-ANQhE7zgIk4qZGsUeT7iW_Yn-qgkdu1wZgsJA,3436
|
|
19
|
-
py_neuromodulation/nm_features_abc.py,sha256=6CX8NHbtpGDY-l9K4CUomlRJVZHPmo6KHJX4RJ1YolM,917
|
|
20
|
-
py_neuromodulation/nm_filter.py,sha256=rWzRiu8u9iW78FKq5-xiTn1IzZUlKH0df3VUWSVrIq8,6437
|
|
21
|
-
py_neuromodulation/nm_fooof.py,sha256=gyaX9UKkFWtaK7eXJqUVcIZfE3JgK0t-md2dipDWj-o,5607
|
|
22
|
-
py_neuromodulation/nm_generator.py,sha256=YPa-1X5gCUVSpxTT9upbbY4kjqoVlRd5njQHBjgpAgk,1088
|
|
23
|
-
py_neuromodulation/nm_hjorth_raw.py,sha256=EvXOBr3k9Q5xypv1Gj8GFqa5EJ_wRYNDGgGnXCUekiM,2180
|
|
24
|
-
py_neuromodulation/nm_kalmanfilter.py,sha256=dgs7_XMBpLEE49l6aAVNA4d6ovTS63CZsAI472eG3JA,2006
|
|
25
|
-
py_neuromodulation/nm_linelength.py,sha256=0iZO7j6g7IeprvlEvWG6a_CaUL2p0sQKGiFgDrzYtxk,954
|
|
26
|
-
py_neuromodulation/nm_mne_connectivity.py,sha256=52Y5q-uvaZp3ZVLlJ5fELPSAn3YdA1b0vzar5a_neew,3895
|
|
27
|
-
py_neuromodulation/nm_nolds.py,sha256=KZr3ZKqvKJkYKh2BMYuuUMkP8hhmJTUgtLZrE8l-DqQ,3660
|
|
28
|
-
py_neuromodulation/nm_normalization.py,sha256=3IsZ-xQOqMlrOMjiSYnsm0_H8D0MD9EzAls5X_HvENo,8019
|
|
29
|
-
py_neuromodulation/nm_oscillatory.py,sha256=Sw_DROPpWUMIs5nm6SWP583ISL8QiI07lFJ0vwQ_F1U,12450
|
|
30
|
-
py_neuromodulation/nm_plots.py,sha256=bjGe6HVB7VNA7JvVabit_5s-m4rWMV2RK3pO9aiWA2E,17688
|
|
31
|
-
py_neuromodulation/nm_projection.py,sha256=g8VersyOGiWj3PjR_U6dvLttsp6CHi_GCyYnu_ha8uc,15309
|
|
32
|
-
py_neuromodulation/nm_rereference.py,sha256=eleKoJyml6r7b8jH_1dDSUVD0gicfb9zKTJZcS3VTk4,3167
|
|
33
|
-
py_neuromodulation/nm_resample.py,sha256=MSMu8gvmrYZ194fAVJdlB_4yEkuGKHgHrLd11zBDRY0,1122
|
|
34
|
-
py_neuromodulation/nm_run_analysis.py,sha256=xrjcKYulMMAZeNmEeaiSxK93TxRDs3OUyyjs8ig3gCk,14607
|
|
35
|
-
py_neuromodulation/nm_settings.json,sha256=yBjTbKQ3Wmq-l_IKLuwzEN0LBJZa4ovOGSfnCnk7cTE,6981
|
|
36
|
-
py_neuromodulation/nm_settings.py,sha256=7d17vwSGrABxQJ7C6x3FqP8kdboUFpm5LrN4djoVlFA,1775
|
|
37
|
-
py_neuromodulation/nm_sharpwaves.py,sha256=zgoEs7GxqengbYYSs3CLZ4HmEyKL7KJ01T5Q8D0zbjE,17493
|
|
38
|
-
py_neuromodulation/nm_stats.py,sha256=8I8MzMuUSP38a356dT2p5hkKuyrTp5gFJ4h1f7K_IMs,15876
|
|
39
|
-
py_neuromodulation/nm_stream_abc.py,sha256=rc1B79CDOWAVBYe6eNFKnnaoYqoLsVbDnCzH1Np4Hsw,7576
|
|
40
|
-
py_neuromodulation/nm_stream_offline.py,sha256=9xHy5jY8YWEU7QkQ78phdwq0qzB9Wmvq6XGRfIlS234,7835
|
|
41
|
-
py_neuromodulation/data/README,sha256=Xw-QRZXGq2YefZ3ZDvrK736DruAkFVeaqOn70BzFnPs,714
|
|
42
|
-
py_neuromodulation/data/dataset_description.json,sha256=4LRbbS8x0ifRZhqTNOrtPmm306AmipYnl9duL3OXHrA,130
|
|
43
|
-
py_neuromodulation/data/participants.json,sha256=o24uxJ95GE_b3SAA6nQg6G8Ene6zPL_u02wYT38A8OY,788
|
|
44
|
-
py_neuromodulation/data/participants.tsv,sha256=rPmG1JoJ2O0xbhlLHDJszAK-QSR_7gkSiaykn-HaXvo,79
|
|
45
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/MOV_aligned_features_ch_ECOG_RIGHT_0_all.png,sha256=2rh1gfB4K_nAzRilS1Q1U_c1K0l-ixQnxRt7ErQv9vw,78507
|
|
46
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/all_feature_plt.pdf,sha256=T9MUq0ybhFfAvlngswc7IwRZwNAO_OBJiXgfLy4iWfM,113368
|
|
47
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_FEATURES.csv,sha256=deeo_mZxq64taqK4nNSSqgku0mVZU6_LWS6OsqywGyM,229130
|
|
48
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_LM_ML_RES.p,sha256=IaAHXuJlZG-pGfiPWycSPqFuNDNDyVOP38yhgzGDDoU,1027034
|
|
49
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_SETTINGS.json,sha256=08YaBHI_lKx4VBuXhJE288pspweI7OaRdsBEyGqqd2I,6694
|
|
50
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_SIDECAR.json,sha256=CnUYu5u5sqEzDftuNsHrDl03mvSort2ta-RV1ZLZrdc,97
|
|
51
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_decoding_performance.png,sha256=7wzfRupi6UdK-NKcqKxx2ASBuUoV4siH6OISz8gaXzw,93276
|
|
52
|
-
py_neuromodulation/data/derivatives/sub-testsub_ses-EphysMedOff_task-gripforce_run-0/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_nm_channels.csv,sha256=GDmeOFl7EcPDUD3wa9PRxPY79UYpphbATfA7Hn2YOyY,634
|
|
53
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/sub-testsub_ses-EphysMedOff_scans.tsv,sha256=zu2Ym07qo164jbClxfT3L960-nHQeRo6WG3QmbpNgl0,91
|
|
54
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_space-mni_coordsystem.json,sha256=NzLVNODlEAIDwTk49_YcbOUjWiRMdZ8toZYBpmAWS1A,123
|
|
55
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_space-mni_electrodes.tsv,sha256=eHBvuZa9WJGI5LSid2TBRxzgyacK7AwrFGKEByl3i4w,733
|
|
56
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_channels.tsv,sha256=cZSFnJqjRK8mrtTN271U9L6H_Lo2kuUHimhcKcv9xdY,790
|
|
57
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_ieeg.eeg,sha256=NnQeMDrKpeK3lctIZ5Bzh85UMTs5OCUCaivn_NU5rc4,760040
|
|
58
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_ieeg.json,sha256=A0zHnbKXKLBmPly9NshT2B6lsrogFZeIAMXeTzwEYyk,492
|
|
59
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_ieeg.vhdr,sha256=hUwxHtbCZMo16-e06xJ1rVqgs1Ac8LtP8_5AmhjeDw8,1023
|
|
60
|
-
py_neuromodulation/data/sub-testsub/ses-EphysMedOff/ieeg/sub-testsub_ses-EphysMedOff_task-gripforce_run-0_ieeg.vmrk,sha256=WV1mN_QGC1WlFh5qcKzXpedyMhtXVHVwgV5v8n1-_Zw,553
|
|
61
|
-
py_neuromodulation/plots/STN_surf.mat,sha256=Hh2nfQRmP0TYIt8SWV-ajKnC8yk7EmBoAj1c6RMoi9g,124526
|
|
62
|
-
py_neuromodulation/plots/Vertices.mat,sha256=k72WB8-0Datt-bRScxcfpp38LBPHV34zzodS49kQAgs,3709780
|
|
63
|
-
py_neuromodulation/plots/faces.mat,sha256=gWSr-9qNxsAPoG8q-muNnaFZHVHGKqnKN0j3Q1JfMk4,2859245
|
|
64
|
-
py_neuromodulation/plots/grid.mat,sha256=G3MYIVcvk8lbf_kKWIe3lZZ4d0QV6HkoLsOFN1A2vhE,775
|
|
65
|
-
py_neuromodulation/py_neuromodulation.egg-info/PKG-INFO,sha256=qTwplxI-l0mHOa52B_AjP_lODr_weBsh5ArlFBNC6u4,4651
|
|
66
|
-
py_neuromodulation/py_neuromodulation.egg-info/SOURCES.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
67
|
-
py_neuromodulation/py_neuromodulation.egg-info/dependency_links.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
68
|
-
py_neuromodulation/py_neuromodulation.egg-info/requires.txt,sha256=796jIT4geNGiOXR7sATwqQh7IQe7ePEhVaWHR59tFiA,281
|
|
69
|
-
py_neuromodulation/py_neuromodulation.egg-info/top_level.txt,sha256=uqanKxhNbYqoz0TQijlQFGWLntCySmjJwr1c_wglN98,19
|
|
70
|
-
py_neuromodulation-0.0.2.dist-info/LICENSE,sha256=V6yfss2JKJxeY-TsaEVqVomfd8ttziMyB9ik5L-BI7o,1139
|
|
71
|
-
py_neuromodulation-0.0.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
72
|
-
py_neuromodulation-0.0.2.dist-info/METADATA,sha256=_8bS4rMoSd9MZeQO64SUblowwLbgJs-kQxycrVBxOzE,5311
|
|
73
|
-
py_neuromodulation-0.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|