Fitting PEC data with an graphical interface. The code was developped in Python 2.7 during my PhD from 2012 to 2015. The documentation is incompleted and the code is no more under active development.
This repository is only used as backup for the code. A new version in Python 3.X was developed at the end of my PhD and is still under development.
Download the zip or tarball file and extract it locally. Install the package by using the setup.py file. It works only with Python 2.
.. code-block:: python
python setup.py install
Numpy, Scipy, Sympy, Matplotlib are required dependencies:
- Numpy: last numpy version for Python 2.7
- Scipy: last scipy version for Python 2.7
- Matplotlib: last matplotlib version for Python 2.7
See the file LICENSE
for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.