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
* update copyright and repo links
* use trusted publisher instead of secrets in pypi workflow
* remove ebrains mirroring workflow
* fix isi log slope tests with numpy 2
* use python 3.12 to run cibuildwheel
* use macos-13 with cibuildwheel
---------
Co-authored-by: Aurélien Jaquier
@@ -139,7 +139,7 @@ To get a list with all the available feature names
139
139
efel.get_feature_names()
140
140
```
141
141
142
-
Note that the extra-cellular features, the bpap_attenuation feature and the check_ais_initiation feature are not listed above because they have to be used in a special way, as described [here](https://github.com/BlueBrain/eFEL/blob/master/examples/extracellular/extrafeats_example.ipynb) for extra-cellular features, [here](https://github.com/BlueBrain/eFEL/blob/master/docs/source/eFeatures.rst#bpap_attenuation) for bpap_attenuation feature and [here](https://github.com/BlueBrain/eFEL/blob/master/docs/source/eFeatures.rst#check_ais_initiation) for check_ais_initiation feature.
142
+
Note that the extra-cellular features, the bpap_attenuation feature and the check_ais_initiation feature are not listed above because they have to be used in a special way, as described [here](https://github.com/openbraininstitute/eFEL/blob/master/examples/extracellular/extrafeats_example.ipynb) for extra-cellular features, [here](https://github.com/openbraininstitute/eFEL/blob/master/docs/source/eFeatures.rst#bpap_attenuation) for bpap_attenuation feature and [here](https://github.com/openbraininstitute/eFEL/blob/master/docs/source/eFeatures.rst#check_ais_initiation) for check_ais_initiation feature.
143
143
144
144
To change the spike detection threshold setting (default is -20 mV)
145
145
@@ -151,7 +151,7 @@ For a full list of available settings, please refer to the [Setting class](./efe
151
151
The python function to extract features is get_feature_values(...).
152
152
Below is a short example on how to use this function. The code and example
0 commit comments