amundmr / ecdh

ElectroChemical Data Handling
GNU General Public License v3.0
4 stars 1 forks source link

Moving all readers over to making a dataframe #2

Open amundmr opened 3 years ago

amundmr commented 3 years ago

dataframe should return: mode, time, Ewe, Current, CycleNumber

mode: 1 = Galvanostatic, 2 = Linear potential sweep, 3 = Rest time: time in seconds from experiment start Ewe: Potential at working electrode, V Current: current in mA CycleNumber: what cycle the datapoint belongs to.

amundmr commented 3 years ago

Last push: Only BioLogic MPT dataframe is correctly gathered. Cell class needs functions for creating charges and discharges arrays for galvanostatic and CV(edit_CV) from the barebones dataframes.

amundmr commented 2 years ago

Reader for BioLogic MPT and astrol BatSmall .txt is done