Skip to content

Analysing Maccor binary data #320

@ITEllis

Description

@ITEllis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions