|
|
Plugin detect-ctg
|
| Name | detect-ctg -- perform detections in cardiotocograms |
| Version | 0.1.2 |
| Author | Raphael Schneider (rasch@med1.med.tum.de) |
| Description | The plugin performs detections of events in a cardiotocogram. At the moment only the position of the maximal uterine contraction will be searched. |
| Remarks | In the future, the plugin will be combined with the detect-simple plugin. For this step, the detect-simple plugin will be extended with options and the possibility to return the detection results not only by saving them in the evaluation file. But to get a faster result, the CTG-specific code will be first implemented here. |
| Type | PLUGIN_PROCESS |
| License | LICENSE_LGPL |
| Status | 0 |
|
Usage
|
|
Options
|
| num_ch (long) | number of channels set in 'ch' |
| ch (long array) | list of channels used for the event detection |
|
Results
|
| num (long) | number of found events |
| pos (long array) | positions of the found events in sampleunits |
| ch (long array) | bit-mask indicating the channels in which the event was found |
| width (long array) | width of each event in sampleunits |
| annot (long array) | annotations to the found events |
|
|