mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Uncomment the skip of 10 seconds for pressures
This commit is contained in:
parent
0ebf7b1a43
commit
71f77d1336
@ -3347,10 +3347,11 @@ void ResmedLoader::ToTimeDelta(Session *sess, ResMedEDFInfo &edf, EDFSignal &es,
|
|||||||
int startpos = 0;
|
int startpos = 0;
|
||||||
|
|
||||||
// There's no reason to skip the first 40 seconds of slow data
|
// There's no reason to skip the first 40 seconds of slow data
|
||||||
// if ((code == CPAP_Pressure) || (code == CPAP_IPAP) || (code == CPAP_EPAP)) {
|
// Reduce that to 10 seconds, to allow presssures to stabilise
|
||||||
// startpos = 20; // Shave the first 40 seconds of pressure data
|
if ((code == CPAP_Pressure) || (code == CPAP_IPAP) || (code == CPAP_EPAP)) {
|
||||||
// tt += rate * startpos;
|
startpos = 5; // Shave the first 10 seconds of pressure data
|
||||||
// }
|
tt += rate * startpos;
|
||||||
|
}
|
||||||
|
|
||||||
qint16 *sptr = es.dataArray;
|
qint16 *sptr = es.dataArray;
|
||||||
qint16 *eptr = sptr + samples;
|
qint16 *eptr = sptr + samples;
|
||||||
|
Loading…
Reference in New Issue
Block a user