mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fixed Resmed loader bug affecting TidalVolume & FLG
This commit is contained in:
parent
fd09eb4307
commit
8de36b5c35
@ -2045,6 +2045,7 @@ bool ResmedLoader::LoadPLD(Session *sess,EDFParser &edf)
|
||||
long recs;
|
||||
ChannelID code;
|
||||
for (int s=0;s<edf.GetNumSignals();s++) {
|
||||
a=NULL;
|
||||
EDFSignal & es=*edf.edfsignals[s];
|
||||
recs=es.nr*edf.GetNumDataRecords();
|
||||
if (recs<=0) continue;
|
||||
|
Loading…
Reference in New Issue
Block a user