Skip to main content

Fit gradient orthogonal Q-polynomials to 2D data

Project description

Scikit-Qfit is a Python that supports fitting gradient orthogonal Q-polynomials to 2D data. Specifically it implements the algorithm defined in the “Fitting freeform shapes with orthogonal bases”, G W Forbes.

Description

TODO…

Usage

After loading the data map to be processed, pass the coordinate arrays x and y and 2-D array of data with shape (x.size,y.size) as arguments to the method qspec(). The azimuthal and radial spectrum limits are set by m_max and n_max respectively.

>>> import skqfit as qf
>>> ...
>>> qspec = qf.qspec(x, y, zmap, m_max=500, n_max=500)

Dependencies

The package requires numpy and scipy and was tested on Linux with:
  • Python 2.7.6

  • numpy 1.8.2

  • scipy 0.13.3

These python, numpy and scipy versions were available on the Ubuntu 14.04 Linux release at the time of testing. The package has been informally tested with python 3.4 successfully and am not aware of reason it should not with later releases of these packages.

Note

This project has been set up using PyScaffold 2.4.4. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Scikit-Qfit-0.1.tar.gz (34.0 kB view hashes)

Uploaded Source

Built Distribution

Scikit_Qfit-0.1-py2.py3-none-any.whl (13.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page