11Kernel Current Source Density
22=============================
33
4- This is the 2.0 version of kCSD inverse method proposed in
4+ This 2.0 version of kCSD inverse method proposed in python3
55
6- J. Potworowski, W. Jakuczun, S. Łęski, D. K. Wójcik
7- "Kernel Current Source Density Method"
8- Neural Computation 24 (2012), 541–575
6+ Relevant Papers
7+ ---------------
98
10- For details see the `bioRxiv pre-print `_
9+ Paper 1: "Kernel Current Source Density
10+ Method", J. Potworowski, W. Jakuczun, S. Łȩski, D. K. Wójcik; Neural
11+ Comput 2012; 24 (2): 541–575, doi:
12+ https://doi.org/10.1162/NECO_a_00236
1113
12- .. _bioRxiv pre-print : https://doi.org/10.1101/708511
1314
15+ Paper 2 : "What we can and what we cannot see with extracellular
16+ multielectrodes", C. Chintaluri, M. Bejtka, W.
17+ Średniawa, M. Czerwiński, J. M. Dzik, J.
18+ Jędrzejewska-Szmek, K. Kondrakiewicz, E. Kublik, D. K. Wójcik; PLoS
19+ Computational Biology (2021), 17(5): e1008615, doi:
20+ https://doi.org/10.1371/journal.pcbi.1008615
1421
15- Health Report
16- -------------
22+ Paper 3 : "kCSD-python, reliable current source density estimation
23+ with quality
24+ control", C. Chintaluri, M. Bejtka, W. Średniawa, M. Czerwiński, J. M. Dzik, J. Jędrzejewska-Szmek, D. K. Wójcik;
25+ bioRxiv, doi: https://doi.org/10.1101/708511
1726
18- Continuous Integration (Travis):
27+ Paper 1 is the original paper with software code in Matlab.
28+ Paper 2 is an improvement and development of the paper 1.
29+ Paper 3 is a feature showcase and walk-through of the method and its applications.
1930
20- .. image :: https://travis-ci.org/Neuroinflab/kCSD-python.png?branch=master
21- :target: https://travis-ci.org/Neuroinflab/kCSD-python
31+ Tutorials
32+ ---------
2233
23- Test Coverage :
34+ This library comes with three tutorials and ** does not require any installation **.
2435
25- .. image :: https://coveralls.io/repos/github/Neuroinflab/kCSD-python/badge.png?branch=master
26- :target: https://coveralls.io/github/Neuroinflab/kCSD-python?branch=master
36+ 1. `Basic tutorial <https://colab.research.google.com/drive/1M7fCR5iZ9c7SAZWWoq9WLfFpk7pCaufd?usp=sharing >`_
37+ 2. `Advanced tutorial <https://colab.research.google.com/drive/1gIuBJ2XzOGmgnRuxKguHevcYoE6eY_o1?usp=sharing >`_
38+ 3. `sKCSD tutorial <https://colab.research.google.com/drive/1tjOvC5-OTteiGT_f-MBQ3hqN7P3i1P8e?usp=sharing >`_
39+
40+ More information on the tutorials is provided here `Tutorials! `_
2741
28- Documentation Status:
42+ .. _ Tutorials! : /docs/source/TUTORIALS.rst
2943
30- .. image :: https://readthedocs.org/projects/kcsd-python/badge/?version=latest
31- :target: https://kcsd-python.readthedocs.io/en/latest/?badge=latest
44+ To have these tutorials and saved on your desktop, you will also need jupyter-notebook installed
45+
46+ .. code-block :: bash
47+
48+ pip install jupyterlab
49+
50+
51+ Figures
52+ -------
53+
54+ This library includes all the necessary scripts to generate the figures for papers 2 and 3.
55+
56+ `Figures for Paper 2 `_
57+
58+ .. _Figures for Paper 2 : /figures/what_you_can_see_with_lfp/README.txt
59+
60+ `Figures for Paper 3 `_
61+
62+ .. _Figures for Paper 3 : /figures/kCSD_properties/README.txt
63+
64+ Installation
65+ ------------
66+
67+ `kCSD-python Installation `_
68+
69+ .. _kCSD-python Installation : https://kcsd-python.readthedocs.io/en/latest/INSTALL.html
3270
3371
3472Documentation
@@ -40,16 +78,9 @@ Autogenerated documentation available from readthedocs:
4078
4179.. _kCSD-python_Reference : https://kcsd-python.readthedocs.io/en/latest/
4280
43- Also included here are installation instructions, authors and their
44- contributions, citation policy, contacts etc.,
45-
46-
47- Also included are `Tutorials! `_
48-
49- .. _Tutorials! : /docs/source/TUTORIALS.rst
81+ Also included here are authors and their contributions, citation policy, contacts etc.,
5082
5183
52-
5384Earlier Stable versions
5485-----------------------
5586Please see git tags for earlier versions
@@ -59,6 +90,25 @@ Please see git tags for earlier versions
5990- v1.1 corresponds to the elephant python library version - no tests here
6091
6192
93+ Health Report
94+ -------------
95+
96+ Continuous Integration (Travis):
97+
98+ .. image :: https://travis-ci.org/Neuroinflab/kCSD-python.png?branch=master
99+ :target: https://travis-ci.org/Neuroinflab/kCSD-python
100+
101+ Test Coverage :
102+
103+ .. image :: https://coveralls.io/repos/github/Neuroinflab/kCSD-python/badge.png?branch=master
104+ :target: https://coveralls.io/github/Neuroinflab/kCSD-python?branch=master
105+
106+ Documentation Status:
107+
108+ .. image :: https://readthedocs.org/projects/kcsd-python/badge/?version=latest
109+ :target: https://kcsd-python.readthedocs.io/en/latest/?badge=latest
110+
111+
62112License
63113-------
64114`Modified BSD License `_
0 commit comments