Skip to content

Commit b5d2603

Browse files
author
LegrandNico
committed
Docs (README)
1 parent f2664cd commit b5d2603

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

README.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ The package integrates a set of functions for interactive or non interactive dat
114114
plot_raw(signal[60000 : 120000], modality="ecg", backend="bokeh",
115115
show_heart_rate=True, show_artefacts=True, figsize=300)
116116
117-
.. figure:: https://github.com/embodied-computation-group/systole/raw/master/source/images/raw.png
118-
:align: center
117+
.. raw:: html
118+
:file: ./images/raw.html
119119

120120

121121
Artefacts detection and rejection
122122
=================================
123-
Artefacts can be detected and corrected in the RR interval time series or the peaks vector following the algorythm proposed by Lipponen & Tarvainen (2019).
123+
Artefacts can be detected and corrected in the RR interval time series or the peaks vector using the method proposed by Lipponen & Tarvainen (2019).
124124

125125
.. code-block:: python
126126
@@ -132,35 +132,32 @@ Artefacts can be detected and corrected in the RR interval time series or the pe
132132
133133
plot_subspaces(peaks, input_type="peaks", backend="bokeh")
134134
135-
.. figure:: https://github.com/embodied-computation-group/systole/raw/master/source/images/subspaces.png
136-
:align: center
137-
138-
Instantaneous and evoked heart rate
139-
===================================
135+
.. raw:: html
136+
:file: ./images/subspaces.html
140137

141138

142139
Heart rate variability analysis
143140
===============================
144-
Systole implemetns basic time-domain, frequency-domain and non-linear HRV indices.
141+
Systole implements time-domain, frequency-domain and non-linear HRV indices, as well as tools for evoked heart rate analysis.
145142

146143
.. code-block:: python
147144
148145
from bokeh.layouts import row
149146
from systole.plots plot_frequency, plot_pointcare
150147
151148
row(
152-
plot_frequency(peaks, input_type="peaks", backend="bokeh", figsize=(600, 400)),
153-
plot_pointcare(peaks, input_type="peaks", backend="bokeh", figsize=(400, 400)),
149+
plot_frequency(peaks, input_type="peaks", backend="bokeh", figsize=(300, 200)),
150+
plot_pointcare(peaks, input_type="peaks", backend="bokeh", figsize=(200, 200)),
154151
)
155152
156-
.. figure:: https://github.com/embodied-computation-group/systole/raw/master/source/images/hrv.png
157-
:align: center
153+
.. raw:: html
154+
:file: ./images/hrv.html
158155

159156

160157
Online systolic peak detection, cardiac-stimulus synchrony, and cardiac circular analysis
161158
=========================================================================================
162159

163-
Systole natively supports recording of physiological signals from the following setups:
160+
The package natively supports recording of physiological signals from the following setups:
164161
- `Nonin 3012LP Xpod USB pulse oximeter <https://www.nonin.com/products/xpod/>`_ together with the `Nonin 8000SM 'soft-clip' fingertip sensors <https://www.nonin.com/products/8000s/>`_ (USB).
165162
- Remote Data Access (RDA) via BrainVision Recorder together with `Brain product ExG amplifier <https://www.brainproducts.com/>`_ (Ethernet).
166163

source/getting_started.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The package integrates a set of functions for interactive or non interactive dat
5050

5151
Artefacts detection and rejection
5252
=================================
53-
Artefacts can be detected and corrected in the RR interval time series or the peaks vector following the algorythm proposed by Lipponen & Tarvainen (2019).
53+
Artefacts can be detected and corrected in the RR interval time series or the peaks vector using the method proposed by Lipponen & Tarvainen (2019).
5454

5555
.. code-block:: python
5656
@@ -65,13 +65,10 @@ Artefacts can be detected and corrected in the RR interval time series or the pe
6565
.. raw:: html
6666
:file: ./images/subspaces.html
6767

68-
Instantaneous and evoked heart rate
69-
===================================
70-
7168

7269
Heart rate variability analysis
7370
===============================
74-
Systole implemetns basic time-domain, frequency-domain and non-linear HRV indices.
71+
Systole implements time-domain, frequency-domain and non-linear HRV indices, as well as tools for evoked heart rate analysis.
7572

7673
.. code-block:: python
7774
@@ -90,6 +87,6 @@ Systole implemetns basic time-domain, frequency-domain and non-linear HRV indice
9087
Online systolic peak detection, cardiac-stimulus synchrony, and cardiac circular analysis
9188
=========================================================================================
9289

93-
Systole natively supports recording of physiological signals from the following setups:
90+
The package natively supports recording of physiological signals from the following setups:
9491
- `Nonin 3012LP Xpod USB pulse oximeter <https://www.nonin.com/products/xpod/>`_ together with the `Nonin 8000SM 'soft-clip' fingertip sensors <https://www.nonin.com/products/8000s/>`_ (USB).
9592
- Remote Data Access (RDA) via BrainVision Recorder together with `Brain product ExG amplifier <https://www.brainproducts.com/>`_ (Ethernet).

source/tutorials.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ in general.
4040

4141
---
4242

43-
- 2 - Cardica cycles
44-
^^^^^^^^^^^^^^^^^^^^
43+
- 2 - Cardicac cycles
44+
^^^^^^^^^^^^^^^^^^^^^
4545

4646
.. toctree::
4747
:maxdepth: 4

0 commit comments

Comments
 (0)