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.
Release files for fitpy 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fitpy-0.1.2.tar.gz | 22.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fitpy-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 41.5 kB
Release files / fitpy-0.1.2.tar.gz
| Download URL | fitpy-0.1.2.tar.gz |
|---|---|
| Size | 22.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56db84a40d806f67006217515d7ec9b6721748840aa178d655160f9b5232cc8f
|
|
BLAKE2b-256 checksum How to use checksums |
e5665f794ee48a3ea7699259fe5a6ef58215e7181ff68bd4fd11c6b027ada4c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.9.2
|
Release files / fitpy-0.1.2-py3-none-any.whl
| Download URL | fitpy-0.1.2-py3-none-any.whl |
|---|---|
| Size | 18.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6460449e95b56c680d2ba6e41cc38ea04897e305a9e98306d02b4dd3cdd4d45d
|
|
BLAKE2b-256 checksum How to use checksums |
84f0fb7496dbfe1b6dd7f4b57f23330fd995fcdd225839c0ba335bc365d81e0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.9.2
|