Skip to main content

Framework for fitting models to (spectroscopic) data.

Project description

FitPy is a framework for the advanced fitting of models to spectroscopic data focussing on reproducibility. Supported are semi-stochastic sampling of starting conditions, global fitting of several datasets at once, and fitting several concurrent models to one dataset. FitPy builds upon and extends the ASpecD framework. At the same time, it relies on the SciPy software stack and on lmfit for its fitting capabilities.

Making use of the concept of recipe-driven data analysis, actual fitting no longer requires programming skills, but is as simple as writing a text file defining both, the model and the fitting parameters in an organised way. Curious? Have a look at the following example:

format:
  type: ASpecD recipe
  version: '0.2'

datasets:
  - /path/to/dataset

tasks:
  - kind: model
    type: Gaussian
    properties:
      parameters:
        position: 1.5
        width: 0.5
    from_dataset: /path/to/dataset
    output: model
    result: gaussian_model

  - kind: fitpy.singleanalysis
    type: SimpleFit
    properties:
      model: gaussian_model
      parameters:
        fit:
          amplitude:
            start: 5
            range: [3, 7]
    result: fitted_gaussian

For more general information on the FitPy framework see its homepage, and for how to use it, its documentation.

Features

A list of features, planned for the first public release:

  • Framework for the advanced fitting of models to spectroscopic data focussing on reproducibility.

  • Simple user interface requiring no programming skills.

  • Semi-stochastic sampling of starting conditions (Latin hypercube sampling, LHS)

  • Global fitting of several datasets at once

  • Fitting of several concurrent models (i.e., “species”) to one dataset

Installation

Install the package by running:

pip install fitpy

License

This program is free software: you can redistribute it and/or modify it under the terms of the BSD License.

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

fitpy-0.1.2.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

fitpy-0.1.2-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file fitpy-0.1.2.tar.gz.

File metadata

  • Download URL: fitpy-0.1.2.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.2

File hashes

Hashes for fitpy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 56db84a40d806f67006217515d7ec9b6721748840aa178d655160f9b5232cc8f
MD5 73e7e3119dad388eefe15d012bb5ef51
BLAKE2b-256 e5665f794ee48a3ea7699259fe5a6ef58215e7181ff68bd4fd11c6b027ada4c7

See more details on using hashes here.

File details

Details for the file fitpy-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: fitpy-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.2

File hashes

Hashes for fitpy-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6460449e95b56c680d2ba6e41cc38ea04897e305a9e98306d02b4dd3cdd4d45d
MD5 29ce83b711a8ab75020e806544ca3eef
BLAKE2b-256 84f0fb7496dbfe1b6dd7f4b57f23330fd995fcdd225839c0ba335bc365d81e0c

See more details on using hashes here.

Supported by

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