Metadata-Version: 2.1
Name: McsPyDataTools
Version: 0.3.0
Summary: Handling data recorded and provided by MCS systems
Home-page: http://multichannelsystems.com
Author: J. Dietzsch, Multi Channel Systems MCS GmbH
Author-email: dietzsch@multichannelsystems.com
License: LICENSE.txt
Keywords: HDF5 data electrophysiology MCS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
Requires-Dist: Pint (>=0.8.1)
Requires-Dist: numpy (>=1.14.3)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: tabulate (>=0.8.2)

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

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 <http://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.) 

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.

:copyright: Copyright 2018 by Multi Channel Systems MCS GmbH, see AUTHORS.
:license: ..., see LICENSE for details.

