.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/gh-pages.yml
.github/workflows/python-package.yml
.github/workflows/release.yml
battdat/__init__.py
battdat/data.py
battdat/utils.py
battdat/version.py
battdat/consistency/__init__.py
battdat/consistency/base.py
battdat/consistency/current.py
battdat/io/__init__.py
battdat/io/arbin.py
battdat/io/ba.py
battdat/io/base.py
battdat/io/batterydata.py
battdat/io/hdf.py
battdat/io/maccor.py
battdat/io/parquet.py
battdat/postprocess/__init__.py
battdat/postprocess/base.py
battdat/postprocess/integral.py
battdat/postprocess/tagging.py
battdat/postprocess/timing.py
battdat/schemas/__init__.py
battdat/schemas/battery.py
battdat/schemas/column.py
battdat/schemas/cycling.py
battdat/schemas/eis.py
battdat/schemas/modeling.py
battdat/schemas/ontology.py
battdat/streaming/__init__.py
battdat/streaming/hdf5.py
battery_data_toolkit.egg-info/PKG-INFO
battery_data_toolkit.egg-info/SOURCES.txt
battery_data_toolkit.egg-info/dependency_links.txt
battery_data_toolkit.egg-info/requires.txt
battery_data_toolkit.egg-info/top_level.txt
dev/README.md
dev/environment.yml
docs/Makefile
docs/README.md
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/make.bat
docs/_static/logo.png
docs/pptx-files/logo.pptx
docs/source/consistency.rst
docs/source/data.rst
docs/source/io.rst
docs/source/modules.rst
docs/source/postprocess.rst
docs/source/schemas.rst
docs/source/streaming.rst
docs/user-guide/dataset.rst
docs/user-guide/formats.rst
docs/user-guide/index.rst
docs/user-guide/io.rst
docs/user-guide/streaming.rst
docs/user-guide/consistency/check-sign-convention.ipynb
docs/user-guide/consistency/index.rst
docs/user-guide/post-processing/cell-capacity.ipynb
docs/user-guide/post-processing/cycle-times.ipynb
docs/user-guide/post-processing/index.rst
docs/user-guide/post-processing/figures/explain-capacities.png
docs/user-guide/schemas/column-schema.rst
docs/user-guide/schemas/export-schemas.py
docs/user-guide/schemas/index.rst
docs/user-guide/schemas/source-metadata.rst
notebooks/README.md
notebooks/extract-from-batterydata.ipynb
tests/conftest.py
tests/test_data.py
tests/test_stream.py
tests/consistency/test_sign.py
tests/exporters/test_ba.py
tests/files/arbin_example.csv
tests/files/maccor_example.001
tests/files/batteryarchive/CALCE_CX2-33_prism_LCO_25C_0-100_0.5-0.5C_d_cycle_data.csv
tests/files/batteryarchive/CALCE_CX2-33_prism_LCO_25C_0-100_0.5-0.5C_d_timeseries.csv
tests/files/batterydata/.gitattributes
tests/files/batterydata/p492-13-raw.csv
tests/files/batterydata/p492-13-summary.csv
tests/files/example-data/README.md
tests/files/example-data/resistor-only_complex-cycling.ipynb
tests/files/example-data/resistor-only_simple-cycling.ipynb
tests/files/example-data/single-resistor-complex-charge_from-discharged.hdf
tests/files/example-data/single-resistor-constant-charge_from-charged.hdf
tests/files/example-data/single-resistor-constant-charge_from-discharged.hdf
tests/files/example-data/single-resistor-complex-charge_from-discharged/raw_data.parquet
tests/io/test_arbin.py
tests/io/test_batterydata.py
tests/io/test_cell_consistency.py
tests/io/test_hdf.py
tests/io/test_maccor.py
tests/postprocess/test_integral.py
tests/postprocess/test_stats.py
tests/postprocess/test_tagging.py
tests/schemas/test_cycling.py
tests/schemas/test_eis.py
tests/schemas/test_ontology.py