mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add check for min pressure equals zero to STR processing.
This commit is contained in:
parent
2f975ea7e9
commit
d6a925e456
@ -1829,6 +1829,9 @@ bool ResmedLoader::ProcessSTRfiles(Machine *mach, QMap<QDate, STRFile> & STRmap,
|
||||
if ((sig = str.lookupLabel("S.Tube"))) {
|
||||
R.s_Tube = EventDataType(sig->dataArray[rec]) * sig->gain + sig->offset;
|
||||
}
|
||||
if ( R.min_pressure == 0 ) {
|
||||
qDebug() << "Min Pressure is zero on" << date.toString();
|
||||
}
|
||||
#ifdef STR_DEBUG
|
||||
qDebug() << "Finished" << date.toString();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user