Boundary fits using polynomials or splines
Project description
pyboundfit
Boundary fits using polynomials or splines, based on the method described in Cardiel 2009. This code is a Python implementation of part of the functionality implemented in the original Fortran 77 code boundfit.
Instaling the code
In order to keep your Python installation clean, it is highly recommended to first build a specific Python 3 virtual enviroment
Creating and activating the Python virtual environment
$ python3 -m venv venv_pyboundfit
$ . venv_pyboundfit/bin/activate
(venv_pyboundfit) $
Installing the package
The latest stable version is available via de PyPI repository:
(venv_pyboundfit) $ pip install pyboundfit
Note: This command can also be employed in a Windows terminal opened through the
CMD.exe prompt icon available in Anaconda Navigator.
The latest development version is available through GitHub:
(venv_pyboundfit) $ pip install git+https://github.com/nicocardiel/pyboundfit.git@main#egg=pyboundfit
Testing the installation
(venv_pyboundfit) $ pip show teareduce
(venv_pyboundfit) $ ipython
In [1]: import pyboundfit
In [2]: print(pyboundfit.__version__)
0.1.1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyboundfit-0.1.1.tar.gz.
File metadata
- Download URL: pyboundfit-0.1.1.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae2f09e02f4bce9cde20e66a2b67ebfcb7f813539b0a1a89f1f95f802ccfc28d
|
|
| MD5 |
853b36eac8a0ddbd69536e8e1434ce08
|
|
| BLAKE2b-256 |
a72d325a39fdae10d74020522967e6620c08122c03f26fef25b1e972088022b4
|
File details
Details for the file pyboundfit-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyboundfit-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6ef1aef4f330062df16bb246263284be84b9cc4d7551dc1bb5545037d1110ef
|
|
| MD5 |
27543acb35cb3590f0bed0811e1fadc8
|
|
| BLAKE2b-256 |
a57fce4e3f6c736c8b4c53094a4c019f1d137a0d0f082d64f7e959c716888391
|