Metadata-Version: 2.1
Name: McsPyDataTools
Version: 0.4.0
Summary: Handling data recorded and provided by Multi Channel Systems MCS GmbH systems
Home-page: http://multichannelsystems.com
Author: J. Dietzsch, Multi Channel Systems MCS GmbH
Author-email: dietzsch@multichannelsystems.com
Maintainer: A. Walter, Multi Channel Systems MCS GmbH
Maintainer-email: walter@multichannelsystems.com
License: LICENSE.txt
Keywords: HDF5 data electrophysiology MCS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Pint (>=0.8.1)
Requires-Dist: numpy (>=1.14.3)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: tabulate (>=0.8.2)
Requires-Dist: pandas (>=0.25.1)

==============
McsPyDataTools 
==============

.. image:: https://img.shields.io/pypi/v/McsPyDataTools.svg
        :target: https://pypi.python.org/pypi/McsPyDataTools
        :alt: PyPI - Version

.. image:: https://img.shields.io/pypi/status/McsPyDataTools.svg
        :target: https://pypi.python.org/pypi/McsPyDataTools
        :alt: PyPI Status

.. image:: https://img.shields.io/pypi/pyversions/McsPyDataTools.svg
        :target: https://pypi.python.org/pypi/McsPyDataTools
        :alt: Python Versions

.. image:: https://img.shields.io/pypi/l/McsPyDataTools.svg
        :target: https://github.com/multichannelsystems/McsPyDataTools/blob/master/McsPyDataTools/LICENSE.txt
        :alt: PyPI - License

.. image:: https://img.shields.io/github/last-commit/multichannelsystems/McsPyDataTools.svg
        :target: https://github.com/multichannelsystems/McsPyDataTools
        :alt: Last Commit

.. image:: https://readthedocs.org/projects/mcspydatatools/badge/?version=latest
        :target: https://McsPyDataTools.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

This package contains Python tools, classes and functions, to handle data recorded 
and processed with Hard- and Software produced by `Multi Channel Systems MCS GmbH <https://www.multichannelsystems.com>`_.

Feature list
============

* Read HDF5 data files that are compliant to the MCS-HDF5 Raw-Data protocol v. 3 (usually generated by the HDF5 export function of the Multi Channel DataManager)
* Read data files that are compliant to the HDF5 based MCS-CMOS-MEA RawData format CMOS-MEA RawData protocol v. 1 (generated by CMOS-MEA-Control) and ProcessedData format CMOS-MEA ProcessedData v. 1 (generated by CMOS-MEA-Tools)
* Provides structures to get the recorded raw ADC integer values and the meta data of every stream
* Provides methods to get the measured values and timestamps in the correct context of the recording (scale, physical unit, ... etc.)

Documentation
=============

Documentation is available at https://McsPyDataTools.readthedocs.io

Source Code
===========

Source code is available at https://github.com/multichannelsystems/McsPyDataTools

Test file archive
=================

The **McsPyDataTools** package is accompanied by a separate archive that contains the
the raw data files used by the unit tests. The content of this test file archive must 
be copied to the folder **...\\McsPy\\Test\\TestData\\** to be used by the unit tests.
The test file archive can be downloaded at https://download.multichannelsystems.com/download_data/software/multi-channel-datamanager/McsPyDataTools-TestDataFiles.zip.

Installation
============

To install the **McsPyDataTools**, run the pip command in your terminal:

.. code-block:: console

    $pip install McsPyDataTools

:History: See HISTORY.rst for details
:Copyright: Copyright 2018 by Multi Channel Systems MCS GmbH, see AUTHORS.rst
:License: See LICENSE.txt for details

