Table of Contents

Name

wrann - write a WFDB annotation file

Synopsis

wrann -r record -a annotator

Description

wrann translates its standard input into an annotation file. The format of wrann input should be that produced by rdann(1) . Specifically, the pipeline
   rdann -r record -a iann -f 0 | wrann -r record -a oann

is guaranteed to produce an identical copy of the annotation file read by rdann, provided that the aux fields of the annotations do not contain embedded nulls.

The usual application for wrann is as an aid to annotation file editing: an annotation file may be translated into ASCII format using rdann, edited using a text editor, and then translated back into annotation file format using wrann.

Environment

It may be necessary to set and export the shell variable WFDB (see setwfdb(1) ).

See Also

rdann(1) , setwfdb(1)

Author

George B. Moody (george@mit.edu)

Source

http://www.physionet.org/physiotools/wfdb/app/wrann.c


Table of Contents