Skip to content

wmvanvliet/meet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Modular EEg Toolkit (MEET) for Python 2.

************************************************************************
***Disclosure:                                                       ***
***-----------                                                       ***
***This software comes as it is - there might be errors at runtime   ***
***and results might be wrong although the code was tested and did   ***
***work as expected. Since resuluts might be wrong you must          ***
***absolutely not use this software for a medical purpuse - decisions***
***converning diagnosis, treatment or prophylaxis of any medical     ***
***condition mustn't rely on this software.                          ***
************************************************************************

Only Python 2 is supported at the moment, however modifications should
be easy to do.

Dependencies:
-------------
-Python 2
-Numpy
-Scipy
-Matplotlib

Installation:
-------------
Using the usual procedure:

python setup.py build
python setup.py install (be sure that the python executable is Python 2)

Uninstallation:
---------------
if you use pip you can uninstall doing:

pip uninstall meet

Version Compatibility:
----------------------
I try to avoid incompatibilities when updating functions,
this however cannot be totaly avoided from time to time. However
functions are thoroughly tested.

Citation:
---------
If you use this software for scientific publications please give proper
citation.
In the moment please cite as (or similar)
G. Waterstraat, 2014. Modular EEg toolkit (MEET) for Python.
https://github.com/neurophysics/meet. Retrieved on <date>

There is a properly citable publication on the way as well which may be
cited additionally.

License:
--------
Copyright (c) 2014 Gunnar Waterstraat

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author & Contact
----------------
Written by Gunnar Waterstraat
email: gunnar[dot]waterstraat[at]charite.de

About

Modular EEg Toolkit - MEET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%