A python interface to the MPFIT library written in C
The pycmpfit interface uses a library written in C that is maintained here. The license and disclaimer information for cmpfit is located in the cmpfit subdirectory.
- python (3)
- numpy
- cython
The python module can be built using:
python setup.py build_ext
See tests/unittests.py for example usage scenarios. More documentation and examples may be added later.