Skip to content

Instantly share code, notes, and snippets.

@bewest
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bewest/8867645 to your computer and use it in GitHub Desktop.
Save bewest/8867645 to your computer and use it in GitHub Desktop.

is animas data buggy?

It appears to be missing extended bolus information!?

$ cat examples/Insulin-use-and-carbs.csv | cut -d',' -f 3,4,5,6,7,9 | grep -E "Volume|unknown" | head
Bolus Type,Bolus Volume (U),Immediate Volume (U),Extended Volume (U),Duration (min),Notes
Combination,0.900,,,60,Combination unknown
Combination,0.550,,,30,Combination unknown
Combination,1.500,,,30,Combination unknown
Combination,1.500,,,30,Combination unknown
Combination,0.350,,,30,Combination unknown
Combination,1.150,,,60,Combination unknown
Combination,1.000,,,60,Combination unknown
Combination,0.700,,,30,Combination unknown
Combination,1.850,,,120,Combination unknown
bewest@paragon:~/src/tidepool/animas-diasend-data$ cat examples/Insulin-use-and-carbs.csv | cut -d',' -f 3,4,5,6,7,9 | grep "unknown" | wc -l
94
bewest@paragon:~/src/tidepool/animas-diasend-data$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment