-
I am creating python scripts to parse artisan alog files. I can create a plotly image file that show the correct graph profile BT and ET (using timex, temp1, and temp2 fields) but I can not figure which field in the alog file allows me to figure out when the charge events occurred. Looking at the data from a sample file charge should be around 245 seconds of recording. How do I get the offset into timex for the charge, drop, etc. events in the alog file? sample alog file
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out. The index to each event is in the list timeindex. In my sample file it is:
This roast did not have the dry end logged and never made it to second crack. |
Beta Was this translation helpful? Give feedback.
I figured it out. The index to each event is in the list timeindex. In my sample file it is:
This roast did not have the dry end logged and never made it to second crack.