AnoushkaJain3
commited on
Commit
•
8c82c46
1
Parent(s):
02ef4b7
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ There are two tutorial notebooks:
|
|
19 |
|
20 |
1. Model_based_curation_tutorial.ipynb
|
21 |
|
22 |
-
This notebook helps you apply
|
23 |
|
24 |
|
25 |
We provide "noise_neuron_model.skops" which is used to identify noise, and "sua_mua_model.skops" which is used to isolate SUA. These models
|
@@ -27,11 +27,11 @@ There are two tutorial notebooks:
|
|
27 |
|
28 |
Steps:
|
29 |
|
30 |
-
1. load your recording depending on the acquisition software you used to create the 'recording' object
|
31 |
-
2. load your sorting depending on the spike sorter you used to create the 'sorting' object
|
32 |
3. Then you can create a Sorting_Analyzer object and you compute quality metrics.
|
33 |
|
34 |
-
These steps are explained in more
|
35 |
|
36 |
auto_label_units is the main in this notebook. API link to know the parameters:
|
37 |
(https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
|
|
|
19 |
|
20 |
1. Model_based_curation_tutorial.ipynb
|
21 |
|
22 |
+
This notebook helps you apply pre-trained models to new recordings. Simply load the models and use them to label your spike-sorted data.
|
23 |
|
24 |
|
25 |
We provide "noise_neuron_model.skops" which is used to identify noise, and "sua_mua_model.skops" which is used to isolate SUA. These models
|
|
|
27 |
|
28 |
Steps:
|
29 |
|
30 |
+
1. load your recording depending on the acquisition software you used to create the 'recording' object.
|
31 |
+
2. load your sorting depending on the spike sorter you used to create the 'sorting' object.
|
32 |
3. Then you can create a Sorting_Analyzer object and you compute quality metrics.
|
33 |
|
34 |
+
These steps are explained in more detail in the Jupyter notebook in the files folder.
|
35 |
|
36 |
auto_label_units is the main in this notebook. API link to know the parameters:
|
37 |
(https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.auto_label_units)
|