diff --git a/docs/CommandGuide/sa-ews0.rst b/docs/CommandGuide/sa-ews0.rst index ab1b8dc..c2d4d81 100644 --- a/docs/CommandGuide/sa-ews0.rst +++ b/docs/CommandGuide/sa-ews0.rst @@ -1,10 +1,10 @@ SA-EWS0 - Conventional Early Warning Score (EWS) System ======================================================= The application implements a conventional EWS system. The application takes its input from a multi-column CSV file and generates its output to a multi-column CSV file. Input and output files are to be defined as command line arguments. A full list of available arguments is printed to the `INFO` stream when `--help` is used. -Sample data can be used from the SA-EWS1 application. +Sample data can be used from the SA-EWS1 and SA-EWS2 applications. diff --git a/docs/CommandGuide/sa-ews2.rst b/docs/CommandGuide/sa-ews2.rst index da0eeb1..5014588 100644 --- a/docs/CommandGuide/sa-ews2.rst +++ b/docs/CommandGuide/sa-ews2.rst @@ -1,13 +1,13 @@ SA-EWS2 - Confidence-Enhanced Early Warning Score Based on Fuzzy Logic ====================================================================== The application implements the case study from the paper: M. Götzinger, A. Anzanpour, I. Azimi, N. TaheriNejad, A. Jantsch, A. M. Rahmani, and P. Liljeberg: Confidence-Enhanced Early Warning Score Based on Fuzzy Logic. `DOI: 10.1007/s11036-019-01324-5 `_. The application takes its input from a multi-column CSV file and generates its output to a multi-column CSV file. Input and output files are to be defined as command line arguments. A full list of available arguments is printed to the `INFO` stream when `--help` is used. -Sample data can be used from the SA-EWS1 application. +Sample data is available in the `sample_data` subdirectory.