mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Update Viatom warnings based on further experimentation.
Thanks for Ratchick for figuring out the mystery header value!
This commit is contained in:
parent
3bae7f2102
commit
cc81c75ea0
@ -348,7 +348,7 @@ bool ViatomFile::ParseHeader()
|
||||
//int time_under_90pct = header[22] | (header[23] << 8); // in seconds
|
||||
//int events_under_90pct = header[24]; // number of distinct events
|
||||
//float o2_score = header[25] * 0.1;
|
||||
CHECK_VALUES(header[26], 0, 4); // 4 has been seen only once
|
||||
//CHECK_VALUES(header[26], 0, 4); // number of steps taken (when nonzero, only reported by some models)
|
||||
CHECK_VALUE(header[27], 0);
|
||||
CHECK_VALUE(header[28], 0);
|
||||
CHECK_VALUE(header[29], 0);
|
||||
|
Loading…
Reference in New Issue
Block a user