Reading Oscar database
Reading Oscar database
Have anybody programmed a tool which can read Oscar (version 1.3.x) database? C++ or python or such language. And have anybody a structure of data? Or have anybody coded database repairing tool? For example some Oscar upgrades has deleted some parts of data. And if there are tool, you can do several types of graphical statistics from your sleeping.
Re: Reading Oscar database
the authors of oscar hang out here. someone will be along shortly to answer your questions.unidee wrote: ↑Mon Jan 24, 2022 4:05 pmHave anybody programmed a tool which can read Oscar (version 1.3.x) database? C++ or python or such language. And have anybody a structure of data? Or have anybody coded database repairing tool? For example some Oscar upgrades has deleted some parts of data. And if there are tool, you can do several types of graphical statistics from your sleeping.
good luck!
_________________
Machine: AirCurve™ 10 VAuto BiLevel Machine with HumidAir™ Heated Humidifier |
Mask: AirFit™ P10 Nasal Pillow CPAP Mask with Headgear |
people say i'm self absorbed.
but that's enough about them.
Oscar-Win
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1-Win64.exe
Oscar-Mac
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1.dmg
but that's enough about them.
Oscar-Win
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1-Win64.exe
Oscar-Mac
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1.dmg
-
- Posts: 523
- Joined: Sat Feb 13, 2021 2:40 am
Re: Reading Oscar database
Hmm... open source software.unidee wrote: ↑Mon Jan 24, 2022 4:05 pmHave anybody programmed a tool which can read Oscar (version 1.3.x) database? C++ or python or such language. And have anybody a structure of data? Or have anybody coded database repairing tool? For example some Oscar upgrades has deleted some parts of data. And if there are tool, you can do several types of graphical statistics from your sleeping.
https://gitlab.com/pholy/OSCAR-codeOSCAR is always looking for help: programmers, testers, or translators.
Send a private message to 'Gideon' on the Apnea Board Forum if you are interested.
https://www.sleepfiles.com/OSCAR/
ResMed Lumis Tx
-
- Posts: 5
- Joined: Tue Aug 02, 2022 12:29 pm
Re: Reading Oscar database
Hi,unidee wrote: ↑Mon Jan 24, 2022 4:05 pmHave anybody programmed a tool which can read Oscar (version 1.3.x) database? C++ or python or such language. And have anybody a structure of data? Or have anybody coded database repairing tool? For example some Oscar upgrades has deleted some parts of data. And if there are tool, you can do several types of graphical statistics from your sleeping.
I am a little bit late, but that's my plan (even if i am just at the beginning of the source code discovering). I am not sure how to do that, if i can interface the C++ code with python, or if i need to rewrite new python code to read file structures (hope not).
If someone have any clues about the best way to do that (or existing softwares), i am ready to help.
Have a nice day.
Julien
Re: Reading Oscar database
Last time I looked, unidee was in the dev channel, maybe they kicked him out for dumb questions, of which there were plenty.zonker wrote: ↑Mon Jan 24, 2022 6:36 pmthe authors of oscar hang out here. someone will be along shortly to answer your questions.unidee wrote: ↑Mon Jan 24, 2022 4:05 pmHave anybody programmed a tool which can read Oscar (version 1.3.x) database? C++ or python or such language. And have anybody a structure of data? Or have anybody coded database repairing tool? For example some Oscar upgrades has deleted some parts of data. And if there are tool, you can do several types of graphical statistics from your sleeping.
good luck!
Get OSCAR
Accounts to put on the foe list: dataq1, clownbell, gearchange, lynninnj, mper!?, DreamDiver, Geer1, almostadoctor, sleepgeek, ajack, stom, mogy, D.H., They often post misleading, timewasting stuff.
Accounts to put on the foe list: dataq1, clownbell, gearchange, lynninnj, mper!?, DreamDiver, Geer1, almostadoctor, sleepgeek, ajack, stom, mogy, D.H., They often post misleading, timewasting stuff.
Re: Reading Oscar database
could explain why after i said that in january, nobody from oscar responded.
_________________
Machine: AirCurve™ 10 VAuto BiLevel Machine with HumidAir™ Heated Humidifier |
Mask: AirFit™ P10 Nasal Pillow CPAP Mask with Headgear |
people say i'm self absorbed.
but that's enough about them.
Oscar-Win
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1-Win64.exe
Oscar-Mac
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1.dmg
but that's enough about them.
Oscar-Win
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1-Win64.exe
Oscar-Mac
https://www.apneaboard.com/OSCAR/OSCAR-1.5.1.dmg
-
- Posts: 5
- Joined: Tue Aug 02, 2022 12:29 pm
Re: Reading Oscar database
After several months, i found time to start a python project to read OSCAR files (mainly to use data in machine learning project) : https://github.com/jlaumonier/apnea It is just a proof of concept at the moment but it will be improved soon. If someone is interested to help, feel free to contact me.
In the long termI am not sure if a python library is the best way to read file or if this feature should be implemented in OSCAR (with a detail CVS export for example). But at the moment, I am not able to invest time for C++ development.
Julien
In the long termI am not sure if a python library is the best way to read file or if this feature should be implemented in OSCAR (with a detail CVS export for example). But at the moment, I am not able to invest time for C++ development.
Julien