This commit is contained in:
rasmusvt 2022-08-02 13:48:53 +02:00
parent e6a4e2c81f
commit 8c20c029ae

View file

@ -258,7 +258,7 @@ def process_neware_data(df, options={}):
active_materiale_weight: weight of the active material (in mg) used in the cell. active_materiale_weight: weight of the active material (in mg) used in the cell.
molecular_weight: the molar mass (in g mol^-1) of the active material, to calculate the number of ions extracted. Assumes one electron per Li+/Na+-ion """ molecular_weight: the molar mass (in g mol^-1) of the active material, to calculate the number of ions extracted. Assumes one electron per Li+/Na+-ion """
required_options = ['units', 'active_material_weight', 'molecular_weight', 'reverse_discharge', 'splice_cycles', 'increment_cycles_from'] required_options = ['units', 'active_material_weight', 'molecular_weight', 'reverse_discharge', 'splice_cycles', 'increment_cycles_from', 'delete_datapoints']
default_options = { default_options = {
'units': None, 'units': None,