AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
cellpy/__init__.py
cellpy/_version.py
cellpy/cli.py
cellpy/exceptions.py
cellpy/log.py
cellpy/logging.json
cellpy.egg-info/PKG-INFO
cellpy.egg-info/SOURCES.txt
cellpy.egg-info/dependency_links.txt
cellpy.egg-info/entry_points.txt
cellpy.egg-info/not-zip-safe
cellpy.egg-info/requires.txt
cellpy.egg-info/top_level.txt
cellpy/internals/__init__.py
cellpy/internals/core.py
cellpy/parameters/.cellpy_prms_default.conf
cellpy/parameters/__init__.py
cellpy/parameters/internal_settings.py
cellpy/parameters/prmreader.py
cellpy/parameters/prms.py
cellpy/parameters/legacy/__init__.py
cellpy/parameters/legacy/update_headers.py
cellpy/readers/__init__.py
cellpy/readers/cellreader.py
cellpy/readers/core.py
cellpy/readers/dbreader.py
cellpy/readers/filefinder.py
cellpy/readers/sql_dbreader.py
cellpy/readers/instruments/__init__.py
cellpy/readers/instruments/arbin_res.py
cellpy/readers/instruments/arbin_sql.py
cellpy/readers/instruments/arbin_sql_7.py
cellpy/readers/instruments/arbin_sql_csv.py
cellpy/readers/instruments/arbin_sql_h5.py
cellpy/readers/instruments/arbin_sql_xlsx.py
cellpy/readers/instruments/base.py
cellpy/readers/instruments/biologics_mpr.py
cellpy/readers/instruments/custom.py
cellpy/readers/instruments/ext_nda_reader.py
cellpy/readers/instruments/local_instrument.py
cellpy/readers/instruments/maccor_txt.py
cellpy/readers/instruments/neware_txt.py
cellpy/readers/instruments/pec_csv.py
cellpy/readers/instruments/configurations/__init__.py
cellpy/readers/instruments/configurations/maccor_txt_four.py
cellpy/readers/instruments/configurations/maccor_txt_one.py
cellpy/readers/instruments/configurations/maccor_txt_three.py
cellpy/readers/instruments/configurations/maccor_txt_two.py
cellpy/readers/instruments/configurations/maccor_txt_zero.py
cellpy/readers/instruments/configurations/neware_txt_zero.py
cellpy/readers/instruments/loader_specific_modules/__init__.py
cellpy/readers/instruments/loader_specific_modules/biologic_file_format.py
cellpy/readers/instruments/processors/__init__.py
cellpy/readers/instruments/processors/post_processors.py
cellpy/readers/instruments/processors/pre_processors.py
cellpy/utils/__init__.py
cellpy/utils/batch.py
cellpy/utils/collectors.py
cellpy/utils/collectors_old.py
cellpy/utils/diagnostics.py
cellpy/utils/easyplot.py
cellpy/utils/example_data.py
cellpy/utils/helpers.py
cellpy/utils/ica.py
cellpy/utils/live.py
cellpy/utils/ocv_rlx.py
cellpy/utils/plotutils.py
cellpy/utils/processor.py
cellpy/utils/batch_tools/__init__.py
cellpy/utils/batch_tools/batch_analyzers.py
cellpy/utils/batch_tools/batch_core.py
cellpy/utils/batch_tools/batch_experiments.py
cellpy/utils/batch_tools/batch_exporters.py
cellpy/utils/batch_tools/batch_helpers.py
cellpy/utils/batch_tools/batch_journals.py
cellpy/utils/batch_tools/batch_plotters.py
cellpy/utils/batch_tools/batch_reporters.py
cellpy/utils/batch_tools/dumpers.py
cellpy/utils/batch_tools/engines.py
cellpy/utils/batch_tools/sqlite_from_excel_db.py
cellpy/utils/data/20160805_test001_45_cc.h5
cellpy/utils/data/raw/20160805_test001_45_cc_01.res
docs/Makefile
docs/adapted_readme.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_build/.doctrees/nbsphinx/examples_and_tutorials_notebooks_tutorial_get_cap_6_0.png
docs/_build/.doctrees/nbsphinx/examples_and_tutorials_notebooks_tutorial_get_cap_7_0.png
docs/_build/.doctrees/nbsphinx/examples_and_tutorials_notebooks_tutorial_get_cap_8_0.png
docs/_build/.doctrees/nbsphinx/examples_and_tutorials_notebooks_tutorial_simple_plot_2_0.png
docs/_build/_images/examples_and_tutorials_notebooks_tutorial_get_cap_6_0.png
docs/_build/_images/examples_and_tutorials_notebooks_tutorial_get_cap_7_0.png
docs/_build/_images/examples_and_tutorials_notebooks_tutorial_get_cap_8_0.png
docs/_build/_images/examples_and_tutorials_notebooks_tutorial_simple_plot_2_0.png
docs/_build/_images/graphviz-22185705e237fa530df24e4af50cb25833165e25.png
docs/_build/_images/graphviz-246f2486cd940f2ea40a07f847c86c22b2607ca8.png
docs/_build/_images/graphviz-42e9bc826d476a3d361a7f410e989ed34dc1aa85.png
docs/_build/_images/graphviz-619216a42370fd49669c083549129b8470c8fae1.png
docs/_build/_images/graphviz-6412a7c74952b4793798e9032f5bc4e7a1ab70c1.png
docs/_build/_images/graphviz-6deb64a460668e8ef9bf0ca653314119adeeae66.png
docs/_build/_images/graphviz-83b62e03ef369ff0a30f027892dba95b91ea8b6c.png
docs/_build/_images/graphviz-8ec82d564b1a6ea5b95a36a4a213f7a78aaedc63.png
docs/_build/_images/graphviz-ce8a9fe2ba01194aed847e0248d749db4093aca1.png
docs/_build/_images/graphviz-e94a5352318e02fcc5ef1f813e02a526c39af791.png
docs/_build/_images/templates_jupyterlab_001.png
docs/_build/_images/tutorials_utils_plotting_fig1.png
docs/_build/_images/tutorials_utils_plotting_fig2.png
docs/_build/_static/file.png
docs/_build/_static/minus.png
docs/_build/_static/plus.png
docs/_static/cellpy-logo-long.png
docs/developers_guide/dev_cellpy_data_structure.rst
docs/developers_guide/dev_cellpy_folder_structure.rst
docs/developers_guide/dev_cellpy_packaging_pypi.rst
docs/developers_guide/dev_cellpy_setup.rst
docs/developers_guide/dev_conda_package.rst
docs/developers_guide/dev_docs.rst
docs/developers_guide/dev_loaders_and_instruments.rst
docs/developers_guide/dev_various.rst
docs/developers_guide/index.rst
docs/examples_and_tutorials/basics.rst
docs/examples_and_tutorials/examples.rst
docs/examples_and_tutorials/index.rst
docs/examples_and_tutorials/loaders.rst
docs/examples_and_tutorials/notebooks.rst
docs/examples_and_tutorials/tips_and_tricks.rst
docs/examples_and_tutorials/utils.rst
docs/examples_and_tutorials/basic_interactions/01_getting_started_tutorial.rst
docs/examples_and_tutorials/basic_interactions/02_read_cell_data.rst
docs/examples_and_tutorials/basic_interactions/03_more_about_get.rst
docs/examples_and_tutorials/basic_interactions/04_other_interactions.rst
docs/examples_and_tutorials/basic_interactions/05_configuring.rst
docs/examples_and_tutorials/basic_interactions/06_pandas.rst
docs/examples_and_tutorials/basic_interactions/07_data_mining.rst
docs/examples_and_tutorials/basic_interactions/08_the_cellpy_cmd.rst
docs/examples_and_tutorials/loaders/01_arbin.rst
docs/examples_and_tutorials/loaders/02_maccor.rst
docs/examples_and_tutorials/loaders/03_PEC.rst
docs/examples_and_tutorials/loaders/04_Neware.rst
docs/examples_and_tutorials/loaders/05_biologics.rst
docs/examples_and_tutorials/loaders/06_custom.rst
docs/examples_and_tutorials/notebooks/images/templates_jupyterlab_001.png
docs/examples_and_tutorials/notebooks/images/templates_jupyterlab_002.png
docs/examples_and_tutorials/utils/batch.rst
docs/examples_and_tutorials/utils/collectors.rst
docs/examples_and_tutorials/utils/custom_file_loaders.rst
docs/examples_and_tutorials/utils/easyplot.rst
docs/examples_and_tutorials/utils/ica.rst
docs/examples_and_tutorials/utils/plotting.rst
docs/examples_and_tutorials/utils/templates.rst
docs/examples_and_tutorials/utils/tut_ocv_rlx.rst
docs/examples_and_tutorials/utils/figures/tutorials_utils_plotting_fig1.png
docs/examples_and_tutorials/utils/figures/tutorials_utils_plotting_fig2.png
docs/figures/cellpy-icon-bw.png
docs/figures/cellpy-logo-v1.png
docs/main_description/authors.rst
docs/main_description/contributing.rst
docs/main_description/formats.rst
docs/main_description/history.rst
docs/main_description/index.rst
docs/main_description/installation.rst
docs/main_description/usage.rst
docs/source/cellpy.internals.rst
docs/source/cellpy.parameters.legacy.rst
docs/source/cellpy.parameters.rst
docs/source/cellpy.readers.instruments.configurations.rst
docs/source/cellpy.readers.instruments.loader_specific_modules.rst
docs/source/cellpy.readers.instruments.processors.rst
docs/source/cellpy.readers.instruments.rst
docs/source/cellpy.readers.rst
docs/source/cellpy.rst
docs/source/cellpy.utils.batch_tools.rst
docs/source/cellpy.utils.rst
docs/source/modules.rst