Skip to content

Commit 6c93023

Browse files
author
LegrandNico
committed
Link to image (README)
1 parent b5d2603 commit 6c93023

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ 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-
.. raw:: html
118-
:file: ./images/raw.html
117+
.. figure:: https://github.com/embodied-computation-group/systole/blob/dev/source/images/raw.png
118+
:align: center
119119

120120

121121
Artefacts detection and rejection
@@ -132,8 +132,8 @@ 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-
.. raw:: html
136-
:file: ./images/subspaces.html
135+
.. figure:: https://github.com/embodied-computation-group/systole/blob/dev/source/images/subspaces.png
136+
:align: center
137137

138138

139139
Heart rate variability analysis
@@ -150,8 +150,8 @@ Systole implements time-domain, frequency-domain and non-linear HRV indices, as
150150
plot_pointcare(peaks, input_type="peaks", backend="bokeh", figsize=(200, 200)),
151151
)
152152
153-
.. raw:: html
154-
:file: ./images/hrv.html
153+
.. figure:: https://github.com/embodied-computation-group/systole/blob/dev/source/images/hrv.png
154+
:align: center
155155

156156

157157
Online systolic peak detection, cardiac-stimulus synchrony, and cardiac circular analysis

0 commit comments

Comments
 (0)