peterhcharlton / RRest

Algorithms to estimate respiratory rate from physiological signals
http://peterhcharlton.github.io/RRest/
Other
167 stars 60 forks source link

Reference to non-existent field 'WFDB_CUSTOMLIB'. #21

Open SangWoonJeong opened 2 years ago

SangWoonJeong commented 2 years ago

Hi,

Thanks for your effort in the library.

I am trying to run "BIDMC_data_importer"

Reference to non-existent field 'WFDB_CUSTOMLIB'.

BIDMC_data_importer Copyright (C) 2017 King's College London This program comes with ABSOLUTELY NO WARRANTY and is available under the GNU public license. For details see the accompanying LICENSE.txt file.

-- Saving ReadMe and License files -- Downloading Data -- Extracting Data from MIMIC II files

Error in getWfdbClass (line 34) javaWfdbExec=javaObject('org.physionet.wfdb.Wfdbexec',commandName,config.WFDB_CUSTOMLIB);

Error in BIDMC_data_importer>extract_from_mimic_ii (line 320) [javaWfdbExec,config]=getWfdbClass('rdsamp');

Error in BIDMC_data_importer (line 59) extract_from_mimic_ii(up);

What causes this error to occur?

Thanks