-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I'll precis this by saying I am quite inexperience with Python but I have been messing around with Python in an attempt to (semi)-standardise how we process our cell cycling data.
Using a .dll provided by Maccor it is possible to interrogate and export binary maccor data, and I have successfully used it to take Maccor data into a dataframe or a .csv.
Advantages of using the binary file over the Maccor exported data are that the binary file has an extractable copy of the test procedure in it, and variables like C rate and mass can be extracted (rather than manually re-associated with the file).
What I was trying to do was understand what structure the columns and header data needs to be in for cellpy just to work with it/convert it into the cellpy format and then use cellpy to do my graphing rather than me try and re-invent the wheel.
If there is a guide in the docs that I have missed in formatting data correctly let me know, I am also happy to share what I have - it should be self-explanatory what is going on.
Thank you for your help.