ecg
The ecg command allows you to run ECG event detectors (see available ECG modules for details).
In the GUI, selecting the ecg command in the left-hand panel produces this screen:

Here:
file_data: Launches a file browser where you should select a standardized NeuroFlow .CSV file to run ECG event detection on.detector: Select the detector from the dropdown.-
detector_params: Enter any custom parameters (see the parameters listed under each detector for reference) as a dictionary-like string ({"parameter_one": value_one, "parameter_two": value_two, ...}) -
savefile: Browse/enter the filepath for the exported .CSV file. If left blank, the exported .CSV file will be automatically named and placed in the same folder as the source file.
Example
Download the sample standardized Bittium .CSV data here: data-ecg.zip
In the GUI window:
- Under
file_dataselect the extracted neuroflow-bittium.csv file. - Select pan-tompkins from the
detectordropdown. - Set
savefileor leave blank for default export path. - Click
Runin the right-hand panel to export a .CSV file with gait data appended to the source data.