mecons

MeCons project for measuring consciousness.


Keywords
consciousness, neuroscience, neuroimaging, MEG, EEG, brain, electroencephalography, magnetoencephalography, python, statistics
License
BSD-3-Clause
Install
pip install mecons==0.0.3

Documentation

MeCons

MeCons is an open-source Python package for measuring consciousness. Built on the shoulders of giants like MNE-Python, SciPy, Numpy, etc., currently it includes a module for complexity metrics.

Documentation

Currently under development.

Installing MeCons

To install the latest stable version of MeCons, you can use pip in a terminal:

pip install -U mecons

Get the latest code

To install the latest version of the code using pip open a terminal and type:

pip install -U https://github.com/chrisferreyra13/mecons-py/archive/main.zip

To get the latest code using git, open a terminal and type:

git clone https://github.com/chrisferreyra13/mecons-py.git

Alternatively, you can also download a zip file of the latest development version.

Dependencies

  • Python >= 3.7
  • MNE-Python >= 1.1.0
  • NumPy >= 1.18.1
  • SciPy >= 1.4.1

Contributing to MeCons

Please see the contributing guide.