vthomw / ctm

design and build a continuous body temperature monitor (CTM)
Apache License 2.0
2 stars 3 forks source link

data extraction from raw data files #19

Open vthomw opened 4 years ago

vthomw commented 4 years ago

relevant data need to mined from CGM raw-data readings. Fortunatly, we already know how to interpret these readings. However we need extract these data and put them into easy to analyse formats. Output will go into data analytics

vthomw commented 4 years ago

dump-D8565B0400A007E0--1571319143543.txt this is a CGM raw data file file

markus-oehme-pg40 commented 4 years ago

I added a script to parse the basic syntax of the raw data file at scripts/scan.py.