mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30: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;
|
||||
|
||||
// There's no reason to skip the first 40 seconds of slow data
|
||||
// if ((code == CPAP_Pressure) || (code == CPAP_IPAP) || (code == CPAP_EPAP)) {
|
||||
// startpos = 20; // Shave the first 40 seconds of pressure data
|
||||
// tt += rate * startpos;
|
||||
// }
|
||||
// Reduce that to 10 seconds, to allow presssures to stabilise
|
||||
if ((code == CPAP_Pressure) || (code == CPAP_IPAP) || (code == CPAP_EPAP)) {
|
||||
startpos = 5; // Shave the first 10 seconds of pressure data
|
||||
tt += rate * startpos;
|
||||
}
|
||||
|
||||
qint16 *sptr = es.dataArray;
|
||||
qint16 *eptr = sptr + samples;
|
||||
|
Loading…
Reference in New Issue
Block a user