jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
81 stars 27 forks source link

Add a number of features to the cycle statistics data #303

Open agerwick opened 3 months ago

agerwick commented 3 months ago

We would like to add a number of features on cycle statistics. Most are just simple aggregations (Min/Max/Mean), Total Charge/Discharge/Cycle/Rest time, etc., but we also have some more ambitious goals :) We would be happy to help adding these features.

jepegit commented 3 months ago

Yes, that sounds good.

jepegit commented 2 months ago

@agerwick, I am moving this to a later release milestone. Need to make a v1.0.2 release very soon - there has been an accumulation of small bugs in the batch-processing utility that needs fixing...

agerwick commented 2 months ago

@jepegit No worries, I didn't get time to work on it yet, but it's coming...

valentinsulzer commented 2 months ago

More generally, is it possible to customize the summary features locally by passing in arguments to make_summary, or is the only way to overwrite the cellpy code?

jepegit commented 4 days ago

I guess we can conclude that the make_summary method needs to be updated:

Starting with #315 probably makes most sense? Or maybe both should be implemented within one branch?