ROVI-org / auto-soh

Fit State of Health (SOH) to batteries using state estimation techniques
https://rovi-org.github.io/auto-soh/
MIT License
2 stars 0 forks source link

Expand names for each parameter #33

Closed WardLT closed 2 months ago

WardLT commented 2 months ago

The name of a parameter for a health variable can either refer to a single value or a collection of multiple values (e.g., a numpy array or another HealthVariable). This complicates logic using get_parameters or update_parameters, because we don't know how many values are involved in each call.

We should make it possible to give each individual parameter a name:

WardLT commented 2 months ago

Another success criterion would be to show converting a list of ASOH parameters or outputs to a Pandas dataframe with the parameter names as the header.