@@ -50,17 +50,16 @@ Systole can be installed using pip:
50
50
51
51
The following packages are required to use Systole:
52
52
53
- * Numpy (>=1.15)
54
- * SciPy (>=1.3.0)
55
- * Pandas (>=0.24)
56
- * Matplotlib (>=3.0.2)
57
- * Seaborn (>=0.9.0)
58
- * py-ecg-detectors (>=1.0.2)
53
+ * ` Numpy < https://numpy.org/ >`_ (>=1.15)
54
+ * ` SciPy < https://www.scipy.org/ >`_ (>=1.3.0)
55
+ * ` Pandas < https://pandas.pydata.org/ >`_ (>=0.24)
56
+ * ` Matplotlib < https://matplotlib.org/ >`_ (>=3.0.2)
57
+ * ` Seaborn < https://seaborn.pydata.org/ >`_ (>=0.9.0)
58
+ * ` py-ecg-detectors < https://github.com/berndporr/py-ecg-detectors >`_ (>=1.0.2)
59
59
60
60
Interactive plotting functions and reports generation will also require the following packages to be installed:
61
61
62
- * plotly (>=4.8.0)
63
- * plotly_express (>=0.4.1)
62
+ * `Plotly <https://plotly.com/ >`_ (>=4.8.0)
64
63
65
64
Tutorial
66
65
========
@@ -71,14 +70,13 @@ For an overview of all the recording functionalities, you can refer to the follo
71
70
* Artefacts detection and artefacts correction
72
71
* Heart rate variability
73
72
74
- For an introduction to Systole and cardiac signal analysis, you can check the following tutorial:
73
+ For an introduction to Systole and cardiac signal analysis, you can refer to the following tutorial:
75
74
76
- `Introduction to cardiac signal analysis for cognitive science <https://legrandnico.github.io/Notebooks/IntroductionCardiacSignalAnalysis.html >`_
75
+ * `Introduction to cardiac signal analysis <https://legrandnico.github.io/Notebooks/IntroductionCardiacSignalAnalysis.html >`_ | Colab badge |
77
76
78
- .. image :: https://colab.research.google.com/assets/colab-badge.svg
77
+ .. | Colab badge | image :: https://colab.research.google.com/assets/colab-badge.svg
79
78
:target: https://colab.research.google.com/github/LegrandNico/Notebooks/blob/main/IntroductionCardiacSignalAnalysis.ipynb
80
79
81
-
82
80
Recording
83
81
=========
84
82
0 commit comments