Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - Cyclefeatures #568

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

WIP - Cyclefeatures #568

wants to merge 16 commits into from

Commits on Mar 17, 2022

  1. Update base.py

    add class BEEPCycleFeatureMatrix to combine features which were generated at every diagnostic cycle
    pasinger committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0d37321 View commit details
    Browse the repository at this point in the history
  2. Update core.py

    Add CycleFeatures classes and change existing class names to EarlyFeatures where appropriate.
    
    HPPCResistanceVoltageCycleFeatures returns hppc resistance features at every diagnostic.
    
    DiagnosticCycleFeatures returns some standard quantities, like discharge capacity of various RPTs across all diagnostic cycles.
    
    CyclingProtocol returns cycling protocol information for the cell. This was integrated from the ChargingProtocol class written by Amalie Trewartha.
    pasinger committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    6bf62f9 View commit details
    Browse the repository at this point in the history
  3. Update intracell_losses_v2.py

    Update DEFAULT_HYPERPARAMETERS and dependent calls to match updates to intracell_analysis.py.
    
    Modify some variable names for easier understanding and consistency across files (e.g. using "diag_pos" in for loop instead of "i").
    
    Update dataframe construction to match updates in intracell_analysis.py.
    pasinger committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    48f0c0f View commit details
    Browse the repository at this point in the history
  4. Update intracell_analysis_v2.py

    Modify reference electrode data to be a dictionary of rates and rate file names, instead of file names for one rate; these changes are necessary for other updates which seek to correct for effective rate in the electrodes and utilize multiple rate data of the electrodes.
    
    Incorporate changes for using alternative error metrics, such as dVdQ instead of the V-Q curve.
    pasinger committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e4c463c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. test commit for @pasinger

    ardunn committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7d4d2dc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. basic formatting etc.

    ardunn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e85dd0e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    01294eb View commit details
    Browse the repository at this point in the history
  2. refactoring 1

    ardunn committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f5780c8 View commit details
    Browse the repository at this point in the history
  3. refactoring featurizers 2

    ardunn committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f0778f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e7a3ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f19177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8781b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33af986 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baab63b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dd9da5 View commit details
    Browse the repository at this point in the history
  10. further refactoring

    ardunn committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d07c2ab View commit details
    Browse the repository at this point in the history