[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Record names may contain (absolute or relative) path information as a prefix,
and if (as a result) an input file is found in a location that does not appear
explicitly in the WFDB path, that location is appended to the end of the WFDB
path. For example, if the WFDB path is
`. http://www.physionet.org/physiobank/database', and the
record name `mitdb/100' is supplied to wfdbinit
, the WFDB library
will find the header file at
http://www.physionet.org/physiobank/database/mitdb/100.hea,
and will then add http://www.physionet.org/physiobank/database/mitdb/ to
the end of the WFDB path so that the signal file (specified as `100.dat'
in the header file) can be found.