Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 603 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 603 Bytes

pycmpfit

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.

Dependencies:

  • python (3)
  • numpy

Build Dependencies:

  • cython

Build Instructions:

The python module can be built using:

    python setup.py build_ext

Documentation:

See tests/unittests.py for example usage scenarios. More documentation and examples may be added later.