From 4ddddaef89805b90234940aca7283dbd5c3443c3 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Mon, 19 Jun 2023 09:55:49 -0400 Subject: [PATCH] Don't save I:E data --- oscar/SleepLib/loader_plugins/resmed_loader.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oscar/SleepLib/loader_plugins/resmed_loader.cpp b/oscar/SleepLib/loader_plugins/resmed_loader.cpp index 2bbe8aa8..9dcecb31 100644 --- a/oscar/SleepLib/loader_plugins/resmed_loader.cpp +++ b/oscar/SleepLib/loader_plugins/resmed_loader.cpp @@ -3378,7 +3378,8 @@ bool ResmedLoader::LoadPLD(Session *sess, const QString & path) // qDebug() << "IE count, data..." << es.sampleCnt << es.dataArray[0] << es.dataArray[1] << es.dataArray[2] << es.dataArray[3] << es.dataArray[4]; // a = sess->AddEventList(code, EVL_Waveform, es.gain, es.offset, 0, 0, rate); // a->AddWaveform(edf.startdate, es.dataArray, samples, duration); - ToTimeDelta(sess,edf,es, code,samples,duration,0,0, square); +// Fix ToTimeDelta to store inverse of edf data - also fix labels and tool tip +// ToTimeDelta(sess,edf,es, code,samples,duration,0,0, square); } else if (matchSignal(CPAP_Ti, es.label)) { code = CPAP_Ti; // There are TWO of these with the same label on 36037, 36039, 36377 and others