Python library for the preprocessing, analysis, and visualization of Excitation Emission Matrices (EEMs).
Install via pip:
$ pip install pyeem [--upgrade]
Full documentation can be found here.
If you wish to build the local documentation or run unit tests, there are a few additional dependencies. Those can be installed by:
pip install -e ".[docs, tests]"
This library is licensed under the MIT license. The full text of the license can be found in this repository at LICENSE.txt.