mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Open Source CPAP Analysis Reporter
A fork of sleepyhead/sleepyhead-code
Now that the post-process calcLeaks properly handles discontinuous data, don't make the loader pretend that the machine generated CPAP_Leak data when it didn't. The resulting data is nearly identical, except for around edge cases where the "correct" result is isn't clear. For example, when a pressure changes within a 2-minute reporting interval, the post-process calcLeaks will use that pressure when calculating the unintended leak for that interval. The previous PRS1 loader calculations were inconsistent, but would often apply the pressure in place at the beginning of the 2-minute interval instead. Either interpretation could be reasonable, but consistency is preferred. These minor differences aren't worth pursuing further, since the calculated unintended leak looks dubious regardless. This affects all CPAP/APAP/BiPAP models in the 4xx-7xx range. In contrast, most ventilators and ASV record unintended leak data (only the oldest ones don't), and so aren't affected by these changes. |
||
---|---|---|
anotDump | ||
Building | ||
dumpSTR | ||
history | ||
Htmldocs | ||
oscar | ||
Translations | ||
.gitignore | ||
anotDump.pro | ||
CONTRIBUTING.md | ||
COPYING | ||
Doxyfile | ||
dumpSTR.pro | ||
makedoxy.bat | ||
OSCAR_QT.pro | ||
preferencesdialog.ui | ||
README | ||
utf8.sh |
OpenSource CPAP Analysis Reporter - OSCAR OSCAR is a derivative of SleepyHead version 1.1.0, created when that was abandoned by Mark Watkins. SleepyHead was a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data, which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. It was released under the GPL version 3 license. See the file COPYING for those details. SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea. SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net> Portions of OSCAR are copyright (c) 2019, 2020 by The OSCAR Team <oscar@oscar-team.org> Minimum Requirements: ------------------- All systems need a C++ compiler and linker and the QT platform download. Windows Building: See Building/Windows/BUILD-WIN.md ----------------- MacOS Building: See Building/MacOS/BUILD-mac.md --------------- Linux Building: See Building/Linux/BUILD-Linux.md --------------- Software Licensing Information ------------------------------ OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution in redistribution of derivatives. It is built using Qt SDK (Open Source Edition), available from https://qt.io. Redistribution of derivatives ( a note added by Mark Watkins ) ----------------------------- Mark Watkins created this software to help lessen the exploitation of others. Seeing his work being used to exploit others is incredibly un-motivational, and incredibly disrespectful of all the work he put into this project. If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and link back, mentioning clearly in your advertising material, software installer and about screens that your derivative "is based on the free and open-source software SleepyHead available from http://sleepyhead.jedimark.net, developed and copyright by Mark Watkins (C) 2011-2018." It is not enough to reference that your derivative "is based on GPL software".